The function init() initializes the sub-surface celerity and the delay-steps

init(NoL, Timeresinsec, modelk, modelSaturation, modelLayer, modelRiver,
  modelBog, modelMAD)

Arguments

NoL
Number of [groundwater] Layers
Timeresinsec
time resolution of the process in second (1hour: 3600s, ... etc)
modelk
list of parameters about k the different levels of the SOIL list(gtcel=a,Gsh=b,Gsc=c,midDL=d)
modelSaturation
list of parameters about the saturation list(gtcel=,CapacityUpperLevel=b ,mLam=c,varLam=d,distr="qgamma")
modelLayer
list of parameters about the Layers list(maxL=a,speed=b,nbStepsDelay=c,z=d,distr="dexp",param=c(e), NoL=f)
modelRiver
list of parameters about the river list(maxL=a,speed=b,nbStepsDelay=c ,z=d,distr="dnorm",param=c(e,f))
modelBog
list of parameters of the bog list(maxL=a,speed=b,nbStepsDelay=c,z=d,distr="dexp",param=c(e))
modelMAD
list of parameters about the Mean Annual Discharge list(maxL=a,speed=b,nbStepsDelay=c,z=d,distr="dexp",param=c(e))

Value

The output is a list of modelayer, modeleRiver, modelBog and modelMAD with an updated celerity and an updated delay-steps

Examples

## Not run: ------------------------------------ # init() ## ---------------------------------------------