reachRouting.base: base function for class of 'reachRouting'

Description Usage Arguments Value Author(s) References See Also

View source: R/reachRouting.base.R

Description

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

Usage

1
2
3
## S3 method for class 'base'
reachRouting(inflow,routingMethod,
             routingParams,simulation)

Arguments

inflow

a vector of runoff (cms) 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". default to "muskingum"

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 list of simulation time and dates as below:

  • start: the date which simulation starts, must be in 'YYYY-MM-DD' format

  • start: the date which simulation ends, must be in 'YYYY-MM-DD' format

  • by: the interval of each steps in seconds

Value

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

Author(s)

Rezgar Arabzadeh

References

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

See Also

reachRouting


RHMS documentation built on Sept. 27, 2021, 5:06 p.m.