init: init

Description Usage Arguments Value Examples

View source: R/init.R

Description

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

Usage

1
2
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 saturation levels 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

1
2
3
4
## Not run: 
init()

## End(Not run)

nexModeling/dddCelerity documentation built on May 23, 2019, 4:27 p.m.