Reach Routing Methods

Overview

Reach routing simulates the movement of a flood wave through a channel or conduit. As a hydrograph travels through a reach, two effects occur: translation (the hydrograph is delayed) and attenuation (the peak is reduced and the hydrograph is spread out). Different routing methods model these effects with varying levels of detail.

Method Comparison

Method Translation Attenuation Parameters Physical Basis Computational Cost
LagYesNoLag timeNoneVery Low
Muskingum-CungeYesYesChannel geometryPhysics-basedLow
Modified PulsYesYesStorage-discharge tableEmpiricalMedium
Kinematic WaveYesNone (numerical only)Channel geometryPhysics-basedMedium

Lag Method

The simplest routing approach. It shifts the inflow hydrograph forward in time by a fixed lag time, and no attenuation occurs: the outflow hydrograph has the same shape and peak as the inflow, only translated (shifted) in time.

O(t) = I(t − LagTime)    (lag time entered in minutes)

Regional Consideration: Lag routing does not attenuate the flow; it only translates the hydrograph in time. This is typically used for relatively short reaches where the travel time is small relative to the hydrograph duration and where channel storage effects are negligible. For longer reaches or reaches where storage effects are significant, a routing method that provides attenuation (such as Muskingum-Cunge or Modified Puls) may be more appropriate. The engineer should evaluate whether lag routing adequately represents the physical system for the given application, considering local design criteria and site conditions.

Muskingum-Cunge Method

Derives Muskingum K and X parameters from physical channel properties, eliminating the need for calibration. This method is widely used for open channel routing when channel geometry is known. HydraLink uses the variable-parameter form: K and X are recomputed at every time step from the flow actually being routed, not fixed once for the reach.

Process

  1. From the inflow peak, estimate the wave celerity and divide the reach into subreaches so each is traversed in about one time step
  2. At each time step and subreach, solve Manning's equation for normal depth at the current flow using the reach cross-section (trapezoidal, rectangular, triangular, circular pipe, or an eight-point station–elevation section)
  3. Compute the kinematic wave celerity c = dQ/dA from that section and K = Δx / c
  4. Compute X = 0.5 × (1 − Q / (T × c × S × Δx)) where T = top width at normal depth, limited so the Muskingum coefficients stay non-negative
  5. Route the subreach with the standard Muskingum coefficients
Trapezoidal channel cross-section with labeled dimensions

Not appropriate for: backwater-affected reaches, very flat slopes (S < 0.0001), tidally influenced areas, reaches with significant floodplain storage, or supercritical flow conditions. In these cases, use Modified Puls with a storage-discharge relationship from hydraulic modeling. HydraLink also warns when the flow exceeds the section's capacity (the excess is passed through without routing) or when the reach is too short or the time step too large for the flow, which forces X to be clamped.

Modified Puls (Storage-Indication) Method

Uses a known storage-discharge relationship to route the hydrograph.

Storage Indication Curve

SI = 2S/Δt + O    plotted against O

Routing

SIj+1 = Ij + Ij+1 + SIj − 2Oj

At each time step, interpolate O from the SI curve. This method is suitable for reaches where the storage-discharge relationship is known from field data or detailed hydraulic modeling. The table is entered as storage in acre-feet against discharge in cfs, and the reach can be split into subreaches.

Kinematic Wave Method

Assumes the momentum equation reduces to a balance between friction and gravity (kinematic approximation). Uses the same channel geometry as Muskingum-Cunge.

Best for steep, friction-dominated channels. HydraLink warns when the slope is below 0.002 ft/ft — any apparent attenuation there is numerical, not physical — and recommends Muskingum-Cunge instead. It also reports when the time step is poorly matched to the reach length (Courant number far from 1). Not suitable for backwater effects.

Selecting a Routing Method

The appropriate routing method depends on the site conditions, available data, and local design criteria. The following considerations may help guide the selection:

  • Lag is appropriate for relatively short reaches where attenuation is negligible. It provides translation only (no peak reduction). The engineer should consider whether neglecting attenuation is appropriate for the given reach length and conditions.
  • Muskingum-Cunge is commonly used when channel geometry is known but calibration data is unavailable. It derives routing parameters from measurable channel properties.
  • Modified Puls works well when the storage-discharge relationship is known from field data or detailed hydraulic modeling (e.g., wide floodplain sections).
  • Kinematic Wave suits steep channels where inertial and pressure gradient terms are small.

The selection of a routing method is an engineering judgment decision. Local design criteria, jurisdictional requirements, and the physical characteristics of the reach should all be considered when selecting a method.

References

  • Cunge, J.A. (1969). “On the Subject of a Flood Propagation Computation Method.” Journal of Hydraulic Research.
  • USACE (2000). HEC-HMS Technical Reference Manual.
  • Chow, V.T. (1959). Open-Channel Hydraulics. McGraw-Hill.