Description Usage Arguments Details Value Examples
runoff
calculates direct runoff based on USDA Run-off curve number
1 | runoff(rain, cn, sm, Smin, Smax)
|
rain |
rainfall in mm |
cn |
run-off curve number (see details) |
sm |
Soil water fraction |
Smin |
Residual water content (cm^3 / cm^3) |
Smax |
Volumetric water content at saturation (cm^3 / cm^3) |
Applies the United States Department of Agriculture method for
calculating direct runoff. Runoff curve numbers can be obtained from here:
https://www.wcc.nrcs.usda.gov/ftpref/wntsc/H&H/training/runoff-curve-numbers1.pdf
Adjustemnts for antecedent moisture condition are automatically applied, so the
supplied value of cn
should be for average soil moisture (AMC II). Smin
and Smax
values for soil types are given in soilparams()
.
direct runoff in mm
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.