Loss Methods

Overview

Loss methods compute the portion of rainfall that does not become direct runoff. These "losses" include interception by vegetation, depression storage, and infiltration into the soil. HydraLink supports two loss methods: SCS Curve Number and Green-Ampt.

SCS Curve Number Method

Theory

The SCS (now NRCS) Curve Number method is an empirical method that estimates cumulative runoff from cumulative rainfall using a single parameter — the Curve Number (CN).

Equations

Cumulative runoff:

Q = (P − Ia)² / (P − Ia + S)    for P > Ia
Q = 0    for P ≤ Ia

Where:

  • Q = cumulative runoff depth (inches)
  • P = cumulative rainfall depth (inches)
  • S = potential maximum retention = (1000 / CN) − 10 (inches)
  • Ia = initial abstraction = 0.2 × S (inches)

The initial abstraction Ia represents all losses before runoff begins (interception, depression storage, initial infiltration).

SCS rainfall-runoff relationship showing curves for different CN values

Incremental Excess Rainfall

For hydrograph computation, HydraLink computes incremental excess rainfall at each time step:

  1. At each time step, compute cumulative rainfall P(t)
  2. Compute cumulative runoff Q(t) from the SCS equation
  3. Incremental excess = Q(t) − Q(t−1)

Curve Number Selection

CN depends on land cover, treatment, hydrologic condition, and hydrologic soil group (HSG).

Hydrologic Soil Groups

Group Infiltration Rate Soil Textures
AHigh (> 0.30 in/hr)Sand, loamy sand
BModerate (0.15–0.30 in/hr)Sandy loam, loam
CLow (0.05–0.15 in/hr)Sandy clay loam
DVery Low (< 0.05 in/hr)Clay loam, silty clay, clay

Example CN Values (AMC-II)

Cover Description A B C D
Open space (good condition)39617480
Impervious areas98989898
Residential (1/4 acre)51687984
Residential (1 acre)46657782
Commercial (85% imp)89929495
Woods (good condition)30557077
Pasture (good condition)39617480

HydraLink provides a full CN lookup dialog with all TR-55 values.

Green-Ampt Method

Theory

The Green-Ampt method is a physically-based infiltration model that represents the wetting front as a sharp boundary moving downward through the soil. It provides a more detailed representation of infiltration than the CN method, especially for long-duration storms.

Equations

Infiltration rate:

f(t) = K × (1 + ψ·Δθ / F(t))

Cumulative infiltration:

F = K·t + ψ·Δθ × ln(1 + F / (ψ·Δθ))

Where:

  • f(t) = infiltration rate at time t (in/hr)
  • K = saturated hydraulic conductivity (in/hr)
  • ψ = wetting front suction head (in)
  • Δθ = initial moisture deficit (dimensionless, 0–1)
  • F(t) = cumulative infiltration at time t (in)

The cumulative infiltration equation is implicit in F and is solved iteratively.

Parameters

Parameter Units Description
K in/hr Saturated hydraulic conductivity — rate at which water moves through saturated soil
ψ (Psi) inches Wetting front suction head — capillary pressure pulling water into dry soil
Δθ (Delta Theta) dimensionless Initial moisture deficit — difference between porosity and initial moisture content (0–1)

Typical Values by USDA Soil Texture Class

Texture Class K (in/hr) ψ (in) Porosity
Sand4.741.950.437
Loamy Sand1.182.410.437
Sandy Loam0.434.330.453
Loam0.133.500.463
Silt Loam0.266.690.501
Sandy Clay Loam0.068.660.398
Clay Loam0.048.270.464
Silty Clay Loam0.0410.630.471
Sandy Clay0.029.450.430
Silty Clay0.0211.420.479
Clay0.0112.450.475

HydraLink provides a Green-Ampt lookup dialog by soil texture class.

Choosing a Loss Method

Criterion SCS CN Green-Ampt
Simplicity Single parameter (CN) Three parameters (K, ψ, Δθ)
Physical basis Empirical Physically-based
Best for Standard practice, most applications Detailed analysis, known soil properties
Long storms May underestimate infiltration Better representation of infiltration recovery
Data needs Land cover + soil group Soil hydraulic properties

References

  • NRCS (2004). National Engineering Handbook, Part 630, Chapter 10 — Estimation of Direct Runoff from Storm Rainfall.
  • Green, W.H. and Ampt, G. (1911). "Studies of Soil Physics, Part I." Journal of Agricultural Science.
  • Rawls, W.J. et al. (1983). "Green-Ampt Infiltration Parameters from Soils Data." ASCE Journal of Hydraulic Engineering.