Groundwater initialization
The funtion initializes the main features of the groundwater:
- The maximum capacity of each staturation level,
- the Groundwater Storage Capacity (GSC),
- The saturation layers
init.groundwater(method = NULL, path = NULL, Magkap = NULL, M = NULL,
Layers = NULL, Timeresinsec = NULL, UHMAD = NULL, MAD = NULL,
modelArea = NULL, modelSaturation = NULL, modelLayer = NULL)
Arguments
- method
- method for the initialization, "load", "source", "manual"
- Magkap
- Magkap
- M
- Groundwater Storage Capacity (GSC)
- Layers
- saturation layers
- Timeresinsec
- time resolution of the process in second (1hour: 3600s, ... etc)
- UHMAD
- Unit Hydrograph of the Mean Annual Discharge
- MAD
- value of the Mean Annual Discharge
- modelArea
- list(totarea,slopesriverarea,nobognoglacarea,bogarea)
- modelSaturation
- list of parameters about the saturation
list(gtcel,CapacityUpperLevel,mLam,varLam,distr)
- modelLayer
- list of parameters about the Layers
list(maxL,speed,nbStepsDelay,z,distr,param,NoL)
Examples
## Not run: ------------------------------------
# init.groundwater)
## ---------------------------------------------