Package: VIC5
Type: Package
Title: The Variable Infiltration Capacity (VIC) Hydrological Model
Version: 0.2.7
Authors@R: c(
person("Ruida", "Zhong", email = "zrd2017@163.com", role = c("aut", "ctb")),
person("Dongdong", "Kong", role = c("aut", "cre"),
email = "kongdd.sysu@gmail.com", comment = c(ORCID = "0000-0003-1836-8172")),
person("Xiaohong", "Chen", email = "eescxh@mail.sysu.edu.cn", role = c("aut", "ctb")),
person("Zhaoli", "Wang", email = "wangzhl@scut.edu.cn", role = c("aut", "ctb")),
person("Chengguang", "Lai", email = "laichg@scut.edu.cn", role = c("aut", "ctb")),
person("Joseph J", "Hamman", role = c("ctb"), comment = "Contributor and maintainer of VIC source code"),
person("Keith", "Cherkauer", role = c("ctb"))
)
Description: The Variable Infiltration Capacity (VIC) model is a
macroscale hydrologic model that solves full water and energy
balances, originally developed by Xu Liang at the University of
Washington (UW). The version of VIC source code used is of
5.0.1 on , see Hamman et al.
(2018). Development and maintenance of the current official
version of the VIC model at present is led by the UW Hydro
(Computational Hydrology group) in the Department of Civil and
Environmental Engineering at UW. VIC is a research model and in
its various forms it has been applied to most of the major
river basins around the world, as well as globally
.
References: "Liang, X., D. P. Lettenmaier, E. F. Wood, and S.
J. Burges (1994), A simple hydrologically based model of land
surface water and energy fluxes for general circulation models,
J. Geophys. Res., 99(D7), 14415-14428,
"; "Hamman, J. J., Nijssen, B., Bohn, T.
J., Gergel, D. R., and Mao, Y. (2018), The Variable
Infiltration Capacity model version 5 (VIC-5): infrastructure
improvements for new applications and reproducibility, Geosci.
Model Dev., 11, 3481-3496, ".
License: GPL-3
Copyright: file inst/COPYRIGHTS
URL: https://github.com/rpkgs/VIC5
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Imports: stats, utils, lubridate, magrittr, Rcpp, foreach
Suggests: testthat (>= 3.0.0), doParallel
LinkingTo: RcppArmadillo, Rcpp
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Repository: https://cug-hydro.r-universe.dev
Date/Publication: 2026-01-23 07:30:52 UTC
RemoteUrl: https://github.com/cug-hydro/vic5.r
RemoteRef: HEAD
RemoteSha: 544545e8ff0a781306cd235e8864093c6035620d
NeedsCompilation: yes
Packaged: 2026-06-22 09:42:17 UTC; root
Author: Ruida Zhong [aut, ctb],
Dongdong Kong [aut, cre] (ORCID:
),
Xiaohong Chen [aut, ctb],
Zhaoli Wang [aut, ctb],
Chengguang Lai [aut, ctb],
Joseph J Hamman [ctb] (Contributor and maintainer of VIC source code),
Keith Cherkauer [ctb]
Maintainer: Dongdong Kong