simFunc_hymod | R Documentation |
Simulation of hymod rainfall-runoff model
simFunc_hymod(
x,
rain,
pet,
nWarmUp,
stateVal = c(100, 30, 27, 25, 30, 0, 0, 0)
)
x |
parameter values |
rain |
precipitation input (mm/day) |
pet |
potential evapotranspiration (mm/day) |
nWarmUp |
length of warmup period |
stateVal |
(optional) initial states |
Vector of simulated runoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.