Unit Hydrograph Methods

Overview

A unit hydrograph (UH) is the direct runoff hydrograph resulting from one inch of excess rainfall applied uniformly over a basin for a specified duration. The actual runoff hydrograph for any storm is computed by convolving the excess rainfall with the unit hydrograph — a process that distributes each rainfall increment's contribution across time and sums them.

The Convolution Process

  1. Compute excess rainfall (rainfall minus losses) for each time step
  2. For each excess rainfall increment, scale the unit hydrograph by that increment
  3. Shift each scaled hydrograph by the appropriate time step
  4. Sum all the shifted, scaled hydrographs to produce the total direct runoff hydrograph
Unit hydrograph convolution concept showing rainfall excess bars and resulting hydrograph

Transform Methods

HydraLink currently uses the SCS Curvilinear unit hydrograph as its transform method. Additional transform methods (Clark, Snyder, ModClark) are planned for future releases.

SCS Curvilinear

The SCS (now NRCS) curvilinear unit hydrograph is widely used for ungauged watersheds.

Key Equations

tlag = 0.6 × Tc   (hours)
Tp = D/2 + tlag   (hours)

where D = computational time step.

Qp = (Peaking Factor × A) / Tp

where A = area (mi²), default Peaking Factor = 484 cfs·hr/mi². The dimensionless hydrograph shape is defined by the SCS curvilinear ordinates.

The SCS peaking factor (default 484) can be adjusted in Project Settings. A lower value (e.g., 300) produces a flatter, broader hydrograph appropriate for flat terrain. Higher values (e.g., 600) model steeper, flashier response.

Planned Transform Methods

The following transform methods are planned for future releases but are not currently active in HydraLink:

Clark (Planned)

The Clark method separates translation (time-area curve) and attenuation (linear reservoir). Parameters include Tc, storage coefficient R, and a time-area curve.

Snyder (Planned)

The Snyder method is an empirical approach based on observed hydrographs from gauged watersheds. Parameters include peaking coefficient Cp and standard lag time tp.

ModClark (Planned)

A variant of the Clark method with modified time-area processing.

Transform Method Summary

Method Calibration Needed Best For Parameters
SCS None Ungauged small-to-medium watersheds Tc only (lag derived)
Clark (planned) Separate control of translation and attenuation Tc, R
Snyder (planned) Gauged watersheds with observed data Cp, tp
ModClark (planned) Modified Clark with improved time-area resolution Tc, R

References

  • NRCS (2010). National Engineering Handbook, Part 630, Chapter 16 — Hydrographs.
  • Clark, C.O. (1945). "Storage and the Unit Hydrograph." Transactions, ASCE.
  • Snyder, F.F. (1938). "Synthetic Unit-graphs." Transactions, AGU.
  • USACE (2000). Hydrologic Modeling System HEC-HMS Technical Reference Manual.