RHMS (version 1.3)

reachRouting.base: base function for class of reachRouting

Description

function for flood routing using parameteric Muskingum and muskingum-cunge techniques.

Usage

# S3 method for base
reachRouting(inflow,routingMethod,
             routingParams,simulation)

Arguments

inflow

a vector of runoff time series (cms) representing a runoff event generated by excess rainfall computed by loss methods or an object inherited from any of the following classes :transform ; reachRouting ; reservoirRouting.

routingMethod

a string: the type of channel routing method: "muskingum" or "muskingumcunge"

routingParams

a list : parameters associated to the routingMethod: k and x for "muskingum", bedWith (m), sideSlope (m/m), channelSlope (m/m), manningRoughness, riverLength (Km) for "muskingumcunge"

simulation

a vectors: number of simulation time steps and the simulation period in seconds.

Value

a data.frame: including inflow time series routing resaults and simulation details

References

Chow, V. T., Maidment, D. R., & Mays, L. W. (1988). Applied hydrology.

See Also

reachRouting