Calculate the direct storm runoff (Q) from P and CN

DirectStormRunoff(P, CN, PQunits = "mm")

Arguments

P
precipitation
CN
curve number, in the range [0,100]
PQunits
units in which P and Q are expressed (default="mm")

Value

list containing two elements: S () and Q (direct storm runoff).

Examples

## Not run: ------------------------------------ # SQ <- DirectStormRunoff(P = 30, CN = 80, PQunits = "mm") ## ---------------------------------------------