Description Usage Arguments Value Author(s) See Also
Function to calculate the components of the hydrological cycle using the modified abcd model on a monthly basis. The modification of the original abcd model takes into account the pumping rates and the depth to the aquifer used to calculate the variations in the groundwater levels
1 2  | abcd.mod.month.model(par.model = c(0, 0, 0, 0, 0, 0, 0), Prec, PEV, Vp,
  ...)
 | 
par.model | 
 A numeric vector of length 5 with the values of the abcd parameters and the initial groundwater storage  | 
Prec | 
 A numeric vector with the values of the Precipitation (on a yearly basis)  | 
PEV | 
 A numeric vector with the values of potential evapotranspiration  | 
Vp | 
 A numeric vector with the values of the volumes of water extracted by pumping  | 
... | 
 Additional parameters (used for compatibility reasons)  | 
A list with the following elements:
Qt: Numeric vector with the yearly discharges
SRt: Numeric vector with the surface runnoff
Wt: Numeric vector witht the available soil water
SMt: Numeric vector with the soil moisture
ETt: Numeric vector with the actual evapotranspiration
Dt: Numeric vector with the deep percolation
BFt: Numeric vector with the base flow
GFt: Numeric vector with the groundwater flow in the aquifer
GSt: Numeric vector with the groundwater storage
Oscar Garcia-Cabrejo khaors@gmail.com
Other abcd_model functions: abcd.mod.year.model,
abcd.month.model,
abcd.year.model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.