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

View source: R/DirectStormRunoff.R

DirectStormRunoffR Documentation

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

Description

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

Usage

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")

## End(Not run)


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.