Description Usage Arguments Value Examples
View source: R/stateX.groundwater.R
stateX.layers
The function stateX.groundwater
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
1 | stateX.groundwater(NoL, Layers, ddist, X, layerUH, nbStepsDelay, Magkap, M)
|
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 |
Magkap |
Magkap |
M |
Groundwater Storage Capacity (GSC) |
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)
1 2 3 4 | ## Not run:
stateX.layers()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.