RHMS (version 1.3)

loss.base: base function for class of reachRouting

Description

this function provides parametric methods (e.g. "horton" and "SCS") to compute loss and direct runoff depths

Usage

# S3 method for base
loss(precipitation,lossParams,
simulation,lossMethod)

Arguments

precipitation

a vector of precipitation time series(mm)

lossParams

a list: list of parameters associated to the selcted type of lossMethod: CN for "SCS" and f0, f1, k for "horton"

simulation

a vector of simulation interval (in second) and time steps (an integer)

lossMethod

a string including the type of lossMethod: "SCS" and "horton"

Value

a dataframe: including precipitation, loss, and exess rainfall depth

See Also

loss