Description Usage Arguments Examples
The funtion initialize the main Unit Hydrographs: - The UH of the river, - the UH of the layers - The UH of the Mean Annual Discharge (MAD)
1 2 |
method |
method for the initialization, "load", "processed" |
path |
directory where to get the files, in used when method is "load" |
Timeresinsec |
time resolution of the process in second (1hour: 3600s, ... etc) |
modelLayer |
list of parameters about the Layers list(maxL,speed,nbStepsDelay,z,distr,param, NoL) |
modelRiver |
list of parameters about the river list(maxL,speed,nbStepsDelay,z,distr,param) |
modelMAD |
list of parameters about the Mean Annual Discharge list(maxL,speed,nbStepsDelay,z,distr,param) |
1 2 3 4 | ## Not run:
init.UH()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.