Saturation layers The function updates the saturation levels. It computes the runoff event that occurs in each of layer, shift the layer by one timestep and then update the layer value with the runoff value

do.groundwater.Layers(NoL, Layers, ddist, X, layerUH, nbStepsDelay)

Arguments

NoL
number of level zone
Layers
matrix describing the groundwater; the number of column represent the delay-steps, the row represent the levels (1st is the fastest, the last is the slowest)
ddist
states (in mm) of each saturation level
X
xcess water
layerUH
Unit Hydrograph of the layer
nbStepsDelay
delay-steps of each layer

Value

The output is a matrix describing the groundwater. the number of column represent the delay-steps, the row represent the levels (1st is the fastest, the last is the slowest)

Examples

## Not run: ------------------------------------ # do.groundwater.Layers() ## ---------------------------------------------