new_hydrobudget {rechaRge} | R Documentation |
HydroBudget object
Description
Make a new HydroBudget object, by providing the calibration parameters for the model computation.
Usage
new_hydrobudget(T_m, C_m, TT_F, F_T, t_API, f_runoff, sw_m, f_inf)
Arguments
T_m |
The melting temperature (°C) |
C_m |
The melting coefficient (mm/°C/d) |
TT_F |
The Threshold temperature for soil frost (°C) |
F_T |
The freezing time (d) |
t_API |
The antecedent precipitation index time (d) |
f_runoff |
The runoff factor (-) |
sw_m |
The maximum soil water content (mm) |
f_inf |
The infiltration factor (-) |
Value
An object of class hydrobudget
[Package rechaRge version 1.0.0 Index]