Description Usage Arguments Value Note References Examples
View source: R/HydRun_functions.R
compute.RR
is used to calculate the runoff ratio of a rainfall-runoff event
1 | compute.RR(PrecipEvent, RunoffEvent, drainageArea)
|
PrecipEvent |
A data frame containing a precipitation event event (format is 2 columns: datetime and precipitation). |
RunoffEvent |
A data frame containing a runoff event event (format is 2 columns: datetime and stormflow). |
drainageArea |
The drainage area of the catchment. |
A list containing the event runoff ratio runoffRatio
, precipitation volume precip_vol
,
and runoff volume runoff_vol
.
The unit of the returned volumes is in m^3
This is an R implementation of a function from the MATLAB toolbox HydRun.
It is assumed that the input precipitation is measured in mm, runoff in m^3/s, and drainage area in km^2
Tang, W., & Carey, S. K. (2017). HydRun: a MATLAB toolbox for rainfall runoff analysis. Hydrological Processes, 31(15), 2670-2682.
1 | events <- compute.hydro.ITC(RunoffEvent)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.