Compute Runoff Coefficient
compute_Rc.Rd
Calculates the runoff coefficient (Rc) as the ratio of total streamflow volume to total precipitation volume over a specified period, typically a hydrological year.
Value
A numeric value representing the runoff coefficient (dimensionless):
0 indicates no runoff
1 indicates all precipitation becomes runoff
Values >1 suggest groundwater contributions or measurement errors
Details
The runoff coefficient is calculated as: $$Rc = \frac{\sum Q}{\sum R}$$
Important notes:
Input vectors must cover the same time period
Should be computed for complete hydrological years
No unit conversion is performed - ensure consistent units
Negative values will produce invalid results