simFunc_hymod {RGN} | R Documentation |
hymod simulation
Description
Simulation of hymod rainfall-runoff model
Usage
simFunc_hymod(
x,
rain,
pet,
nWarmUp,
stateVal = c(100, 30, 27, 25, 30, 0, 0, 0)
)
Arguments
x |
parameter values |
rain |
precipitation input (mm/day) |
pet |
potential evapotranspiration (mm/day) |
nWarmUp |
length of warmup period |
stateVal |
(optional) initial states |
Value
Vector of simulated runoff
[Package RGN version 1.0.0 Index]