process_river_flow {rechaRge} | R Documentation |
River flow processing
Description
Processing of the river flow to compute the baseflow with Lyne and Hollick and resample them into monthly observations by:
select the available river flow observations for the simulation period and fill the gaps (up to 5 missing days),
extract the list of the available gauging stations for the simulation period (list of the names),
compute the Lyne and Hollick baseflow and resample river flow and baseflow with a monthly time step.
Usage
process_river_flow(obj, observed_flow, alpha_lyne_hollick)
Arguments
obj |
The HydroBudget object with calibration parameters and column names mappings. |
observed_flow |
The flow rates in mm/day. Input can be a data.frame/data.table or a path to a data file. |
alpha_lyne_hollick |
The Lyne and Hollick filter. Input can be a data.frame/data.table or a path to a data file. |
Value
A list of observed_flow_month and gauging
[Package rechaRge version 1.0.0 Index]