TechRefManualMar2000 HEC HMS
TechRefManualMar2000 HEC HMS
TechRefManualMar2000 HEC HMS
of Engineers
Hydrologic Engineering Center
March 2000
1. AGENCY USE ONLY (Leave Blank) 2. REPORT DATE 3. REPORT TYPE AND DATES COVERED
March 2000 Computer Software Technical Reference Manual
4. TITLE AND SUBTITLE 5. FUNDING NUMBERS
Hydrologic Modeling System HEC-HMS U.S. Army Corps of Engineers R&D
Technical Reference Manual Work Unit #32444
6. AUTHOR(S)
Arlen D. Feldman, Editor
441 G St., NW
Washington, DC 20314-1000
This technical reference manual describes the mathematical models that are included as part of the computer program,
including equation derivations and solution algorithms where appropriate. In addition, the manual provides information and
guidance regarding how and when to use the various models. Guidance for estimating a model's parameters with measured
field data, empirical relationships, and the parameter estimation option is included.
17. SECURITY CLASSIFICATION 18. SECURITY CLASSIFICATION 19. SECURITY CLASSIFICATION 20. LIMITATION OF
OF REPORT OF THIS PAGE OF ABSTRACT ABSTRACT
Unclassified Unclassified Unclassified Unlimited
NSN 7540-01-280-5500 Standard Form 298 (Rev. 2-89) USAPPC V1.00
Prescribed by ANSI Std. Z39-18 298-102
Hydrologic Modeling System
HEC-HMS
March 2000
Public Domain 2000. This Hydrologic Engineering Center, HEC, documentation and software was
developed at U.S. Federal Government expense and is therefore in the public domain. Components
of the HEC software were developed using proprietary commercial productivity software. HEC has
executed agreements with the commercial software providers that enable the HEC software to be
copied and distributed without restriction. The agreements require that the components of the
commercial software used in the HEC applications software be only the runtime form bound in the
executable. The commercial portions of the HEC software may not be used for any other
applications. Further, the agreements require that users accept the provisions of the copyright
restrictions of the commercial software components as noted in the following paragraphs.
Copyright 1995 Galaxy Runtime Components by Visix Software, Inc. All Rights Reserved.
Copyright 1995 AgX Toolmaster Runtime Components by Advanced Visual Systems, Inc. All Rights
Reserved.
The above information and the full License Agreement are presented for acceptance when the
software is first used. That information is also provided in Appendix F of this manual for reference.
ii
Table of Contents
INTRODUCTION ............................................................................................................... 1
WHAT'S IN THIS MANUAL? ............................................................................................................... 1
PROGRAM OVERVIEW ..................................................................................................................... 1
OTHER PROGRAM REFERENCES...................................................................................................... 2
ORGANIZATION OF THIS MANUAL ..................................................................................................... 2
REFERENCES ................................................................................................................................. 3
PRIMER ON MODELS....................................................................................................... 4
WHAT IS A MODEL? ........................................................................................................................ 4
MODEL CLASSIFICATION.................................................................................................................. 4
CONSTITUENTS OF A MODEL ........................................................................................................... 6
State Variables......................................................................................................................... 7
Parameters .............................................................................................................................. 7
Boundary Conditions................................................................................................................ 7
Initial Conditions....................................................................................................................... 7
Solving the Constituents .......................................................................................................... 7
MODELS AND COMPUTER PROGRAMS .............................................................................................. 8
Model ....................................................................................................................................... 8
Program ................................................................................................................................... 8
Input ......................................................................................................................................... 8
REFERENCES ................................................................................................................................. 9
PROGRAM COMPONENTS ........................................................................................... 10
RUNOFF PROCESSES.................................................................................................................... 10
REPRESENTATION OF THE RUNOFF PROCESS ................................................................................ 11
SYNOPSIS OF INCLUDED MODELS .................................................................................................. 12
PROGRAM SETUP AND APPLICATION .............................................................................................. 14
REFERENCES ............................................................................................................................... 15
DESCRIBING PRECIPITATION ...................................................................................... 16
FIELD-MONITORED HISTORICAL PRECIPITATION ............................................................................. 16
Precipitation Measurement .................................................................................................... 16
Runoff-Computation Requirements ....................................................................................... 17
Mean-Areal Precipitation Depth Computation .......................................................................18
Temporal Distribution of Precipitation .................................................................................... 19
Inverse-Distance-Squared Method ........................................................................................ 20
RADAR "OBSERVATIONS" OF HISTORICAL PRECIPITATION ............................................................... 21
Radar Data ............................................................................................................................. 23
Computations with Radar-Measured Precipitation ................................................................24
HYPOTHETICAL STORMS ............................................................................................................... 24
Standards-Based Design Concepts ....................................................................................... 24
Frequency-Based Hypothetical Storm ................................................................................... 25
The Standard Project Storm .................................................................................................. 28
User-Defined Hypothetical-Storm Distribution .......................................................................30
Storm Selection ...................................................................................................................... 31
Risk-Based Design Concepts ................................................................................................ 32
EVAPORATION AND TRANSPIRATION............................................................................................... 32
REFERENCES ............................................................................................................................... 32
COMPUTING RUNOFF VOLUMES............................................................................... 35
BASIC CONCEPTS ......................................................................................................................... 35
INITIAL AND CONSTANT LOSS MODEL ............................................................................................. 36
Basic Concepts and Equations .............................................................................................. 36
Estimating Initial Loss and Constant Rate .............................................................................36
iii
Table of Contents
iv
Table of Contents
v
Table of Contents
vi
Preface
PREFACE
The HEC-HMS program was developed at the Hydrologic Engineering Center (HEC)
of the US Army Corps of Engineers. HEC-HMS is a component of the HEC Next
Generation Software Development Project. This project is under the guidance of
Darryl Davis, Director, HEC. Arlen Feldman manages the HEC-HMS project.
The program was developed by a team of HEC staff and consultants. Elisabeth Pray,
HEC, developed the majority of the graphical user interface and integrated the
various components to produce the finished program. Paul Ely, contractor, developed
the computation engine and hydrologic algorithm library. William Scharffenberg,
HEC, contributed to graphical user interface design, managed testing, and wrote the
program users manual. Thomas Evans, HEC, developed the algorithms for storing
gridded data. Richard Raichle, contractor, developed the soil moisture accounting
graphical user interface. Shannon Newbold, contractor, developed the meteorological
model graphical user interface. Todd Bennett, HEC, provided technical evaluations
that led to the design of the soil moisture accounting loss method. Jessica Thomas,
HEC, conducted testing and prepared validation documents.
The program continues to benefit from many individuals who contributed to previous
versions. John Peters, HEC, managed the development team until his retirement in
1998. During that time he designed the graphical user interface, managed
development, and wrote the first version of the user's manual. Arthur Pabst, HEC,
and Tony Slocum, consultant, provided essential input to the object-oriented design
of the program. Slocum also wrote the code for the schematic representation of the
basin model. William Charley, HEC, developed the design for the computation
engine. David Ford Consulting Engineers provided recommendations for the scope
and content of the optimization manager. Troy Nicolini, HEC, led the Version 1.0 beta
testing team and managed the maiden release. Several students from the University
of California, Davis, working as temporary employees at HEC, provided excellent
assistance to the software development, testing, and documentation: Ken Sheppard,
Jake Gusman, and Dan Easton.
David Ford Consulting Engineers wrote original drafts of this manual, supplementing
material provided by HEC with new, original text and figures. HEC staff reviewed and
modified the drafts to produce the final manual.
vii
Chapter 1 Introduction
CHAPTER 1
Introduction
This technical reference manual describes the mathematical models that are included
as part of the program. In addition, the manual provides information and guidance
regarding how and when to use the models and how to estimate a models
parameters.
The presentation of the models is aimed at an engineer or scientist who has studied
hydrology in a university-level course. Thus, examples of common models are not
provided; such information may be found by consulting available texts and journals.
On the other hand, examples of the computations for the new or uncommon models
within the program are included.
Program Overview
For precipitation-runoff-routing simulation, the program provides the following
components:
Loss models which can estimate the volume of runoff, given the
precipitation and properties of the watershed.
Direct runoff models that can account for overland flow, storage and
energy losses as water runs off a watershed and into the stream
channels.
Hydrologic routing models that account for storage and energy flux as
water moves through stream channels.
1
Chapter 1 Introduction
These models are similar to those included in HEC-1. In addition to these, the
program includes:
A distributed runoff model for use with distributed precipitation data, such
as the data available from weather radar.
Links to a database management system that permits data storage, retrieval and
connectivity with other analysis tools available from HEC and other sources.
The users manual and the HEC-HMS program are available on the Hydrologic
Engineering Centers web site. The address is www.hec.usace.army.mil.
2
Chapter 1 Introduction
References
US Army Corps of Engineers, USACE (1998). HEC-1 flood hydrograph package
users manual. Hydrologic Engineering Center, Davis, CA.
3
Chapter 2 Primer on Models
CHAPTER 2
Primer on Models
This chapter explains basic concepts of modeling and the most important properties
of models. It also defines essential terms used throughout this technical reference
manual.
What is a Model?
Hydrologic engineers are called upon to provide information for activities for a variety
of water resource studies:
In rare cases, the record of historical flow, stage or precipitation satisfies the
information need. More commonly, watershed runoff must be predicted to provide
the information. For example, a flood-damage reduction study may require an
estimate of the increased volume of runoff for proposed changes to land use in a
watershed. However, no record will be available to provide this information because
the change has not yet taken place. Similarly, a forecast of reservoir inflow may be
needed to determine releases if a tropical storm alters its course and moves over a
watershed. Waiting to observe the flow is not acceptable. The alternative is to use a
model to provide the information.
A model relates something unknown (the output) to something known (the input). In
the case of the models that are included in the program, the known input is
precipitation and the unknown output is runoff, or the known input is upstream flow
and the unknown output is downstream flow.
Model Classification
Models take a variety of forms. Physical models are reduced-dimension
representations of real world systems. A physical model of a watershed, such as the
model constructed in the lab at Colorado State University, is a large surface with
overhead sprinkling devices that simulate the precipitation input. The surface can be
altered to simulate various land uses, soil types, surface slopes, and so on; and the
rainfall rate can be controlled. The runoff can be measured, as the system is closed.
A more common application of a physical model is simulation of open channel flow.
The Corps of Engineers Waterways Experiment Station has constructed many such
models and used these to provide information for answering questions about flow in
complex hydraulic systems.
4
Chapter 2 Primer on Models
Researchers also have developed analog models that represent the flow of water
with the flow of electricity in a circuit. With those models, the input is controlled by
adjusting the amperage, and the output is measured with a voltmeter. Historically,
analog models have been used to calculate subsurface flow.
Mathematical models, including those that are included in the program, can be
classified using the criteria shown in Table 3. These focus on the mechanics of the
model: how it deals with time, how it addresses randomness, and so on. While
knowledge of this classification is not necessary to use the program, it is helpful in
deciding which of the models to use for various applications. For example, if the goal
is to create a model for predicting runoff from an ungaged watershed, the fitted-
parameter models included in the program that require unavailable data are a poor
choice. For long-term runoff forecasting, use a continuous model, rather than a
single-event model; the former will account for system changes between rainfall
events, while the latter will not.
5
Chapter 2 Primer on Models
Constituents of a Model
The mathematical models that are included in the program describe how a watershed
responds to precipitation falling on it or to upstream water flowing into it. While the
equations and the solution procedures vary, all the models have the various
components in common.
6
Chapter 2 Primer on Models
State Variables
These terms in the model's equations represent the state of the hydrologic system at
a particular time and location. For example, the deficit and constant-rate loss model
that is described in Chapter 5 tracks the mean volume of water in natural storage in
the watershed. This volume is represented by a state variable in the deficit and
constant-rate loss model's equations. Likewise, in the detention model of Chapter
10, the pond storage at any time is a state variable; the variable describes the state
of the engineered storage system.
Parameters
These are numerical measures of the properties of the real-world system. They
control the relationship of the system input to system output. An example of this is
the constant rate that is a constituent of the runoff-volume-accounting model
described in Chapter 5. This rate, a single number specified when using the model,
represents complex properties of the real-world soil system. If the number increases,
the computed runoff volume will decrease. If the number decreases, the runoff
volume will increase.
Parameters can be considered the "tuning knobs" of a model. The parameter values
are adjusted so that the model accurately predicts the physical system response. For
example, the Snyder unit hydrograph model has two parameters, the basin lag, tp,
and peaking coefficient, Cp. The values of these parameters can be adjusted to "fit"
the model to a particular physical system. Adjusting the values is referred to as
calibration. Calibration is discussed in Chapter 9.
Parameters may have obvious physical significance, or they may be purely empirical.
For example, the Muskingum-Cunge channel model includes the channel slope, a
physically significant, measurable parameter. On the other hand, the Snyder unit
hydrograph model has a peaking coefficient, Cp. This parameter has no direct
relationship to any physical property; it can only be estimated by calibration.
Boundary Conditions
These are the values of the system inputthe forces that act on the hydrologic
system and cause it to change. The most common boundary condition in the
program is precipitation; applying this boundary condition causes runoff from a
watershed. Another example is the upstream (inflow) flow hydrograph to a channel
reach; this is the boundary condition for a routing model.
Initial Conditions
All models included in the program are unsteady-flow models; that is, they describe
changes in flow over time. They do so by solving, in some form, differential
equations that describe a component of the hydrologic system. For example, the
routing models that are described in Chapter 8 solve the differential equations that
describe, in one dimension, the flow of water in an open channel.
7
Chapter 2 Primer on Models
at various times are needed, not just the rate of change. Given an initial value of
flow, Q at some time t, in addition to the rate of change, then the required values are
computed using the following equation in a recursive fashion:
Qt = Qt t + (Q / t ) (1)
In this equation, Qt -t is the initial condition; the known value with which the
computations start.
The initial conditions must be specified to use any of the models included in the
program. With the volume-computation models, the initial conditions represent the
initial state of soil moisture in the watershed. With the runoff models, the initial
conditions represent the runoff at the start of the storm being analyzed. With the
routing models, initial conditions represent the flows in the channel at the start of the
storm. Moreover, with the models of detention storage, the initial condition is the
state of storage at the beginning of the runoff event.
Model
As noted above, the term model means the equations that represent the behavior of
hydrologic system components. For example, the combination of the continuity and
momentum equations together form a model of open-channel flow for routing.
Program
If the equations of a mathematical model are too numerous or too complex to solve
with pencil, paper, and calculator, they are translated into computer code and an
appropriate equation solver (an algorithm) is used. The result is a computer
program. Thus, HEC-HMS is a computer program that includes a variety of models.
Input
When the equations of a mathematical model are solved with site-specific conditions
and parameters, the model simulates the processes and predicts what will happen
within a particular watershed or hydrologic system. In this manual, this is referred to
as an application of the model. In using a program to solve the equations of the
model, input to the program is necessary. With HEC-1, the predecessor to HEC-
HMS, the input is an ASCII text file. This text file includes codes that specify which
models and parameters, initial conditions, and boundary conditions to use. With
HEC-HMS, the same or similar information is supplied by completing forms in the
8
Chapter 2 Primer on Models
graphical user interface. The input may also include data from an HEC-DSS
database (USACE, 1995).
References
Diskin, M.H. (1970). "Research approach to watershed modeling, definition of terms."
ARS and SCS watershed modeling workshop, Tucson, AZ.
Overton, D.E., and Meadows, M.E. (1976). Stormwater modeling. Academic Press,
NY.
USACE (1995). HEC-DSS user's guide and utility manuals. Hydrologic Engineering
Center, Davis, CA.
9
Chapter 3 Program Components
CHAPTER 3
Program Components
This chapter describes how the models included in the program conceptually
represent watershed behavior. It also identifies and categorizes these models.
Runoff Processes
Figure 1 is a systems diagram of the watershed runoff process, at a scale that is
consistent with the scale modeled well with the program. The processes illustrated
begin with precipitation. (Currently precipitation is limited to analysis of runoff from
rainfall. Subsequent versions will provide capability to analyze snowmelt also.) In
the simple conceptualization shown, the precipitation can fall on the watershed's
vegetation, land surface, and water bodies (streams and lakes).
Precipitation
evaporation
evaporation evaporation
transpiration
Stream
Soil interflow
channel
baseflow
percolation capillary rise
recharge
Groundwater
aquifer
Watershed
discharge
Figure 1. Systems diagram of the runoff process at local scale (after Ward,
1975).
In the natural hydrologic system, much of the water that falls as precipitation returns
to the atmosphere through evaporation from vegetation, land surfaces, and water
bodies and through transpiration from vegetation. During a storm event, this
evaporation and transpiration is limited.
Some precipitation on vegetation falls through the leaves or runs down stems,
branches and trunks to the land surface, where it joins the precipitation that fell
directly onto the surface. There, the water may pond, and depending upon the soil
type, ground cover, antecedent moisture and other watershed properties, a portion
may infiltrate. This infiltrated water is stored temporarily in the upper, partially
saturated layers of soil. From there, it rises to the surface again by capillary action,
moves horizontally as interflow just beneath the surface, or it percolates vertically to
10
Chapter 3 Program Components
the groundwater aquifer beneath the watershed. The interflow eventually moves into
the stream channel. Water in the aquifer moves slowly, but eventually, some returns
to the channels as baseflow.
Water that does not pond or infiltrate moves by overland flow to a stream channel.
The stream channel is the combination point for the overland flow, the precipitation
that falls directly on water bodies in the watershed, and the interflow and baseflow.
Thus, resultant streamflow is the total watershed outflow.
On the other hand, such a detailed accounting is not necessary for many of the
reasons for conducting a water resources study. For example, if the goal of a study
is to determine the area inundated by a storm of selected risk, a detailed accounting
and reporting of the amount of water stored in the upper soil layers is not needed.
Instead, the model need only compute and report the peak, or the volume, or the
hydrograph of watershed runoff. In this and similar cases, the "view" of the
hydrologic process can be somewhat simpler. Then, as illustrated in Figure 2, only
those components necessary to predict runoff are represented in detail, and the other
components are omitted or lumped. For example, in a common application, detailed
accounting of movement of water within the soil can be omitted. In this "reductionist"
mode, the program is configured to include models of infiltration from the land
surface, but it does not model storage and movement of water vertically within the
soil layer. It implicitly combines the near surface flow and overland flow and models
this as direct runoff. It does not include a detailed model of interflow or flow in the
groundwater aquifer, instead representing only the combined outflow as baseflow.
11
Chapter 3 Program Components
Precipitation
Evapo
transpiration
Land
Water body
surface
infiltration
overland flow
& interflow Stream
Soil
channel
baseflow
Groundwater
aquifer
Watershed
discharge
Models of baseflow.
The models that compute runoff volume are listed in Table 4. Refer to Table 3 for
definitions of the categorizations. These models address questions about the volume
of precipitation that falls on the watershed: How much infiltrates on pervious
surfaces? How much runs off of the impervious surfaces? When does it run off?
The models of direct runoff are listed in Table 5. These models describe what
happens as water that has not infiltrated or been stored on the watershed moves
over or just beneath the watershed surface. Table 6 lists the models of baseflow.
These simulate the slow subsurface drainage of water from the system into the
channels.
12
Chapter 3 Program Components
The choices for modeling channel flow with HEC-HMS are listed in Table 7. These
so-called routing models simulate one-dimensional open channel flow.
13
Chapter 3 Program Components
parameter
In addition to the models of runoff and channel processes, models are included for
simulating a water control structure such as a diversion or a reservoir/detention pond.
Those models are described in Chapter 10.
To complete step 3, the user must select the models that will be used for the
analysis. This requires a volume model from Table 4, a direct-runoff model from
Table 5, and a baseflow model from Table 6. For routing computations, a routing
model from Table 7 must be selected. For each model, the user must specify the
initial conditions and the model parameters.
For step 4, the user must select the appropriate form of precipitation, the boundary
condition for a rainfall-runoff model. To make this selection properly, the user must
answer the question: Does historical observed rainfall provide the necessary
information, or is an event with specified frequency needed? These alternatives are
described in more detail in Chapter 4 of this document.
14
Chapter 3 Program Components
The data-entry steps, program execution, and result visualization are easy. The user
indicates model choices and specifies initial conditions and parameters using a
graphical user interface (GUI). With this GUI, a user can start a project; draw on the
screen a schematic of the watershed; fill in forms to specify basin-model information,
precipitation-model information, and control specifications (as illustrated in Figure 3);
run the models; and view the results. The HEC-HMS user's manual (USACE, 2000)
and the on-line help system provide additional details about this.
References
USACE (1998). HEC-HMS users manual. Hydrologic Engineering Center, Davis, CA.
Ward R.C. (1975). Principles of hydrology. McGraw-Hill Book Company (UK) Limited,
London.
15
Chapter 4 Describing Precipitation
CHAPTER 4
Describing Precipitation
In the view of watershed hydrology, as illustrated by Figure 2, the response of a
watershed is driven by precipitation that falls on the watershed and
evapotranspiration from the watershed. The precipitation may be observed rainfall
from a historical event, it may be a frequency-based hypothetical rainfall event, or it
may be an event that represents the upper limit of precipitation possible at a given
location. (In future versions of the program, the precipitation may also be snowmelt.)
Historical precipitation data are useful for calibration and verification of model
parameters, for real-time forecasting, and for evaluating the performance of proposed
designs or regulations. Data from the second and third categoriescommonly
referred to as hypothetical or design stormsare useful if performance must be
tested with events that are outside the range of observations or if the risk of flooding
must be described. Similarly, the evapotranspiration data used may be observed
values from a historical record, or they may be hypothetical values. This chapter
describes methods of specifying and analyzing historical or hypothetical-storm
precipitation and evapotranspiration.
16
Chapter 4 Describing Precipitation
Runoff-Computation Requirements
Chapter 6 provides details of the models for computing direct runoff from
precipitation: the alternatives are various forms of the unit-hydrograph model and the
kinematic-wave model. Inherent in models of both types is an assumption that the
precipitation is distributed uniformly over the watershed for a given time duration.
This, in turn, requires specifying the properties of this uniform rainfall. In the
program, these properties include (1) the total depth of the watershed precipitation,
and (2) the temporal distribution of that precipitation.
17
Chapter 4 Describing Precipitation
w p ( t )
i i
PMAP = i t
(2)
w i
i
where PMAP = total storm mean areal precipitation (MAP) depth over the watershed;
pi(t) = precipitation depth measured at time t at gage i; and wi = weighting factor
assigned to gage/observation i. If gage i is not a recording device, only the quantity
pi(t), the total storm precipitation at gage i, will be available and used in the
computation.
Common methods for determining the gage weighting factors for MAP depth
computation include:
18
Chapter 4 Describing Precipitation
4 .0 0 "
C 0 .5 0 " C
4.21 "
A A
0 .87 "
1 .0 0 "
4 .0 0 "
2.00 "
(a) (b)
Figure 6. Illustration of MAP depth computation schemes.
p pattern (t )
p MAP (t ) = P (3)
p MAP
pattern (t )
t
in which pMAP(t) = the watershed MAP at time t. As with total storm depth, the pattern
can be inferred from gage observations with a weighting scheme:
p pattern (t ) =
w (t ) p (t )
i i
(4)
w (t ) i
in which pi(t) = precipitation measured at gage i at time t, and wi(t) = weighting factor
assigned to gage i at time t. In this computation, only recording gages are used.
If a single recording gage is used in Equation 3, the resulting MAP hyetograph will
have the same relative distribution as the observed hyetograph. For example, if the
gage recorded 10% of the total precipitation in 30 minutes, the MAP hyetograph will
have 10% of the MAP in the same 30-minute period.
On the other hand, if two or more gages are used, the pattern will be an average of
that observed at those gages. Consequently, if the temporal distribution at those
gages is significantly different, as it might be with a moving storm, the average
pattern may obscure information about the precipitation on the watershed. This is
illustrated by the temporal distributions shown in Figure 7. Here, hyetographs of
rainfall at two gages are shown. At gage A, rain fell at a uniform rate of 10 mm/hr
from 0000 hours until 0200 hours. No rain was measured at gage A after 0200. At
gage B, no rain was observed until 0200, and then rainfall at a uniform rate of 10
mm/hr was observed until 0400. The likely pattern is that the storm moved across
the watershed from gage A to gage B. If these gage data are used with Equations 4-
2 and 4-3 to compute an average pattern, weighting each gage equally, the result is
19
Chapter 4 Describing Precipitation
a uniform rate of 5 mm/hr from 0000 until 0400. This may fail to represent well the
average temporal pattern. A better scheme might be to use one of the gages as a
pattern for the watershed average.
10
Rainfall rate
at Gage A,
mm/hr
0
0000 0200 0400
10
Rainfall rate
at Gage B,
mm/hr
0
0000 0200 0400
Figure 7. Illustration of the hazard of averaging rainfall temporal distributions.
Inverse-Distance-Squared Method
As an alternative to separately defining the total MAP depth and combining this with
a pattern temporal distribution to derive the MAP hyetograph, one can select a
scheme that computes the MAP hyetograph directly. This so-called inverse-distance-
squared weighting method computes P(t), the watershed precipitation at time t, by
dynamically applying a weighting scheme to precipitation measured at watershed
precipitation gages at time t.
The scheme relies on the notion of nodes that are positioned within a watershed
such that they provide adequate spatial resolution of precipitation in the watershed.
The program computes the precipitation hyetograph for each node using gages near
that node. To select these gages, hypothetical north-south and east-west axes are
constructed through each node and the nearest gage is found in each quadrant
defined by the axes. This is illustrated in Figure 8. Weights are computed and
assigned to the gages in inverse proportion to the square of the distance from the
node to the gage. For example, in Figure 8, the weight for the gage C in the
northeastern quadrant of the grid is computed as:
1
d C2
wC = (5)
1 1 1 1
2
+ 2 + 2 + 2
dC d D d E d A
With the weights thus computed, the node hyetograph ordinate at time t is computed
as:
20
Chapter 4 Describing Precipitation
p node (t ) = w A p A (t )+ wC p C (t ) + wD p D (t ) + wE p E (t ) (6)
Note that gage B in Figure 8 is not used in this example, as it is not nearest to the
node in the northwestern quadrant. However, for any time that the precipitation
ordinate is missing for gage A, the data from gage B will be used. In general terms,
the nearest gage in the quadrant with data (including a zero value) will be used to
compute the MAP.
No rth
C
A
W est East
E
D
S o uth
Figure 8. Illustration of inverse-distance-squared scheme.
21
Chapter 4 Describing Precipitation
From the gaged data, one might estimate MAP as a weighted average of the depths
observed. The weights assigned might depend, for example, on how far the gage is
from one or more user-specified index points in the watershed. In this example, if an
index point at the centroid of the watershed is selected, then the weights will be
approximately equal, so the MAP will equal the arithmetic average of the depths
observed at gages A and B.
The MAP estimated from the gage network in this manner is a good representation of
rainfall on a subwatershed if the raingage network is adequately dense in the vicinity
of the storm. The gages near the storm must also be in operation, and must not be
subject to inadvertent inconsistencies (Curtis and Burnash, 1996).
N = A 0.33 (7)
in which A = area in square miles. However, even with this network of more than the
minimum number of gages, not all storms may be adequately gaged. Precipitation
gages such as those illustrated in Figure 4 and Figure 1 are typically 8-12 in (20-30
2
cm) in diameter. Thus, in a one sq-mi (2.6 km ) watershed, the catch surface of the
th
gage thus represents a sample of precipitation on approximately 1/100,000,000 of
the total watershed area. With this small sample size, isolated storms may not be
measured well if the storm cells are located over areas in which "holes" exist in the
gage network or if the precipitation is not truly uniform over the watershed.
The impact of these "holes" is illustrated by Figure 10. Figure 10(a) shows the
watershed from Figure 9, but with a storm superimposed. In this case, observations
at gages A and B would not represent well the rainfall because of the areal
distribution of the rainfall field. The "true" MAP likely would exceed the MAP
computed as an average of the observations. In that case, the runoff would be
under-predicted. Similarly, the gage observations do not represent well the true
rainfall in the case shown in Figure 10(b). There, the storm cell is over gage A, but
because of the location of the gage, it is not a good sampler of rainfall for this
watershed. Thus, in the second case the runoff might be over-predicted.
A A
B B
(a) (b)
22
Chapter 4 Describing Precipitation
increased, one cannot be assured of measuring adequately the rainfall for all storm
events. Unless the distance between gages is less than the principal dimension of a
typical storm cell, the rainfall on a watershed may well be misestimated.
Radar Data
The WMO Guide to hydrological practices (1994) explains that
Weather radar data are available from National Weather Service (NWS) Weather
Surveillance Radar Doppler units (WSR-88D) throughout the US. Each of these units
provides coverage of a 230-km-radius circular area. The WSR-88D radar transmits
an S-band signal that is reflected when it encounters a raindrop or another obstacle
in the atmosphere. The power of the reflected signal, which is commonly expressed
in terms of reflectivity, is measured at the transmitter during 360 azimuthal scans,
centered at the radar unit. Over a 5- to 10-minute period, successive scans are
made with 0.5 increments in elevation. The reflectivity observations from these
scans are integrated over time and space to yield estimates of particle size and
density in an atmospheric column over a particular location. To simplify data
management, display and analysis, the NWS digitizes and reports reflectivity for cells
in a Hydrologic Rainfall Analysis Project (HRAP) grid. Cells of the grid are
approximately 4 km by 4 km.
Given the reflectivity, the rainfall rate for each of the HRAP cells can be inferred
because the power of the reflected signal is related to the size of and density of the
reflecting obstacles. The simplest model to estimate rainfall from reflectivity is a Z-R
relationship, and the most commonly-used of these is:
Z = a Rb (8)
Figure 11 illustrates the advantages of acquiring weather radar data. Figure 11(a)
shows the watershed from Figure 10, but with an HRAP-like grid system
23
Chapter 4 Describing Precipitation
superimposed. Data from a radar unit will provide an estimate of rainfall in each cell
of the grid. Commonly these radar-rainfall estimates are presented in graphical
format, as illustrated in Figure 11(b), with color codes for various intensity ranges.
(This is similar to the images seen on television weather reports.)
(a) (b)
With estimates of rainfall in grid cells, a "big picture" of the rainfall field over a
watershed is presented. With this, better estimates of the MAP at any time are
possible due to knowledge of the extent of the storm cells, the areas of more intense
rainfall, and the areas of no rainfall. By using successive sweeps of the radar, a time
series of average rainfall depths for cells that represent each watershed can be
developed.
The program includes algorithms for MAP computation from radar data that are
stored in either HRAP format or in HEC's standard hydrologic grid (SHG). (The latter
is described in the March 1996 issue of HEC's Advances in Hydrologic Engineering.)
Software for reformatting radar data provided by the NWS into the format required by
the program is available from HEC.
Hypothetical Storms
Standards-Based Design Concepts
Standards-based criteria are commonly used for planning and designing new water-
control facilities, preparing for and responding to floods, and regulating floodplain
activities (WEF/ASCE, 1992). With the standards-based criteria, a threshold or
standard is set for an acceptable level of risk to the public, and actions are taken to
24
Chapter 4 Describing Precipitation
satisfy this standard. For example, levees in parts of the western US have been
designed to provide protection from flooding should a selected large historical event
re-occur.
When sufficient streamflow data are available for the stream of interest, design
discharges for specified AEP can be estimated using statistical-analysis methods. In
the US, guidelines for conducting such statistical analyses were proposed by the
Interagency Advisory Committee on Water Data and published in Bulletin 17B (1982).
The Bulletin 17B procedure uses recorded annual maximum discharge to calibrate a
log-Pearson type III statistical model, and uses this calibrated statistical model to
predict the flows with selected AEP. Designs based upon non-exceedance of this
flow will meet the standards.
Few streams are gaged, and those that are, usually do not have a record
long enough for the statistical model to be fitted accurately.
25
Chapter 4 Describing Precipitation
within the storm have a consistent exceedance probability. Use the following steps to
develop the storm:
26
Chapter 4 Describing Precipitation
100
95 24-hour
90
85 6-hour
% of point 80 3-hour
rainfall
for given area 75
70
1-hour
65
60
55
30-minutes
50
0 50 100 150 200 250 300 350 400
Area (sq mi)
Figure 12. Point depth reduction factors.
3. The program interpolates to find depths for durations that are integer
multiples of the time interval selected for runoff modeling. Linear
interpolation is used, with logarithmically transformed values of depth
and duration specified in Step 1.
27
Chapter 4 Describing Precipitation
1.4
1.2
0.8
Depth (in)
0.6
0.4
0.2
Time (hr)
The SPS model included in the program is the SPS applicable to basins east of 105
longitude (east of the Rocky Mountains); it is limited to areas 10 to 1,000 square
miles. The SPS is rarely used now because of the emergence of risk-based design
techniques, the inconsistency of the method between different geographic regions,
the lack of a standard SPS west of 105 longitude, and no attached probability of
occurrence. The 0.002 annual exceedance probability event has all but replaced the
SPS for design and description purposes. However, to use the SPS model, an index
precipitation, the area over which the storm occurs, and a temporal distribution are
required. The index precipitation for an area can be estimated using the map in EM
1110-2-1411. EM 1110-2-1411 proposes using a shape factor (transposition
coefficient) to adapt the ideal SPS if the watershed is not of "ideal" shape, if the storm
is not centered over the watershed, or if the storm area is larger than the watershed
area. The shape factor can be determined using procedures specified in EM 1110-2-
1411. The temporal distribution can be the standard EM 1110-2-1411 distribution
(USACE, 1952) or the Southwestern Division PMP distribution. The latter is the
distribution of 100-yr precipitation at St. Louis, MO, as proposed by the NWS
(Fredrick, et al., 1977). A more detailed description of the SPS can be found in the
HEC Training Document No. 15 (USACE, 1982).
28
Chapter 4 Describing Precipitation
Once the SPS precipitation depth is specified, the program calculates a total storm
depth distributed over a 96-hour duration using:
4
Total depth = ( R24 HR (i ) SPFE ) (9)
i =1
3.5 if i = 1
15.5
if i = 2
R24 HR (i ) = ( 10 )
182.15 14.3537 * LOG e (TRSDA + 80) if i = 3
6.0 if i = 4
Each 24-hour period is divided into four 6-hour periods. The ratio of the 24-hour
precipitation occurring during each 6-hour period is calculated as:
R6 HR (4) 0.033 if i = 1
0.055 ( SPFE 6.0) if i = 2
0.51
R6 HR ( i ) = 13.42 ( 11 )
(SPFE + 11.0 )0.93 if i = 3
0.5 (1.0 R6 HR (3) R6 HR (2) ) + 0.0165 if i = 4
th
where R6HR(i) = ratio of 24-hour precipitation occurring during the i 6-hour period.
th
The program computes the precipitation for each time interval in the j 6-hour
th
interval of the i 24-hour period (except the peak 6-hour period) with:
t
PRCP = 0.01 * R24 HR (i ) * R6 HR ( j ) * SPFE * ( 12 )
6
The peak 6-hour precipitation of each day is distributed according to the percentages
in Table 9. When using a computation time interval less than one hour, the peak 1-
hour precipitation is distributed according to the percentages in Table 10. (The
selected time interval must divide evenly into one hour.) When the time interval is
larger than shown in Table 9 or Table 10, the percentage for the peak time interval is
the sum of the highest percentages. For example, for a 2-hour time interval, the
values are (14 + 12)%, (38 + 15)%, and (11 + 10)%. The interval with the largest
percentage is preceded by the second largest and followed by the third largest. The
second largest percentage is preceded by the fourth largest, the third largest
percentage is followed by the fifth largest, and so on.
29
Chapter 4 Describing Precipitation
For example, for drainage planning in the US, Soil Conservation Service (SCS), now
known as the Natural Resources Conservation Service (NRCS), hypothetical storms
are commonly used. These storms were developed by the SCS as averages of
rainfall patterns; they are represented in a dimensionless form in TR-55 (USDA,
1986). The choice of one of the storm types shown depends upon the location of the
watershed. For example, near Davis, CA, the appropriate storm is an SCS Type I
storm.
30
Chapter 4 Describing Precipitation
Storm Selection
The following important questions will help guide the selection of a proper
hypothetical storm:
What duration should the event be? The included hypothetical storm
options permit defining events that last from a few minutes to several
days. The selected storm must be sufficiently long so that the entire
watershed is contributing to runoff at the concentration point. Thus, the
duration must exceed the time of concentration of the watershed; some
argue that it should be 3 or 4 times the time of concentration (Placer
County, 1990).
31
Chapter 4 Describing Precipitation
Chapter 5 describes in detail how specified ET rates are used in the soil-moisture
accounting model.
References
Chow, V.T., Maidment, D.R., and Mays, L.W. (1988). Applied hydrology. McGraw-
Hill, New York, NY.
Curtis, D.C., and Burnash, R.J.C. (1996). "Inadvertent rain gauge inconsistencies
and their effects on hydrologic analysis." California-Nevada ALERT users group
conference, Ventura, CA.
Ely, P.B., and Peters, J.C. (1984). "Probable maximum flood estimation eastern
United States." Water Resources Bulletin, American Water Resources Association,
20(3).
Fredrick, R.H., Myers, V.A., and Auciello, E.P. (1977). Five- to 60-minute precipitation
frequency for the eastern and central United States, Hydro-35. National Weather
Service, Silver Spring, MD.
32
Chapter 4 Describing Precipitation
Herschfield, D.M. (1961). Rainfall frequency atlas of the United States for durations
from 30 minutes to 24 hours and return periods from 1 to 100 years, TP 40. Weather
Bureau, US Dept. of Commerce, Washington, DC.
Levy, B., McCuen, R. (1999). "Assessment of storm duration for hydrologic design."
ASCE Journal of Hydrologic Engineering, 4(3) 209-213.
Linsley, R.K., Kohler, M.A., and Paulhus, J.L.H. (1982). Hydrology for engineers.
McGraw-Hill, New York, NY.
Miller, J.F. (1964). Two- to ten-day precipitation for return periods of 2 to 100 years in
the contiguous United States, TP 49. Weather Bureau, US Dept. of Commerce,
Washington, DC.
Miller, J.F., Frederick, R.H., and Tracey, R.J. (1973). Precipitation-frequency atlas of
the western United States, NOAA Atlas 2. National Weather Service, Silver Spring,
MD.
Pilgrim, D.H., and Cordery, I. (1975). "Rainfall temporal patterns for design floods."
Journal of the Hydraulics Division, ASCE, 101(HY1), 81-85.
Placer County Flood Control And Water Conservation District (1990). Stormwater
management manual. Auburn, CA.
33
Chapter 4 Describing Precipitation
34
Chapter 5 Computing Runoff Volumes
CHAPTER 5
Basic Concepts
The program considers that all land and water in a watershed can be categorized as
either:
Pervious surface.
With each model, precipitation loss is found for each computation time interval, and is
subtracted from the MAP depth for that interval. The remaining depth is referred to
as precipitation excess. This depth is considered uniformly distributed over a
watershed area, so it represents a volume of runoff.
Chapter 6 describes the two options for direct runoff hydrograph computations: the
unit hydrograph (UH) model and the kinematic-wave model. With a UH model, the
excess on pervious portions of the watershed is added to the precipitation on directly-
connected impervious area, and the sum is used in runoff computations. With the
kinematic-wave model, directly connected impervious areas may be modeled
separately from pervious areas if two overland flow planes are defined.
35
Chapter 5 Computing Runoff Volumes
p fc if pt > f c
pet = t ( 13 )
0 otherwise
An initial loss, Ia, is added to the model to represent interception and depression
storage. Interception storage is a consequence of absorption of precipitation by
surface cover, including plants in the watershed. Depression storage is a
consequence of depressions in the watershed topography; water is stored in these
and eventually infiltrates or evaporates. This loss occurs prior to the onset of runoff.
Until the accumulated precipitation on the pervious area exceeds the initial loss
volume, no runoff occurs. Thus, the excess is given by:
0 if pi < I a
pet = pt f c if pi > I a and pt > f c ( 14 )
0 if pi > I a and pt < f c
The constant loss rate can be viewed as the ultimate infiltration capacity of the soils.
The SCS (1986) classified soils on the basis of this infiltration capacity, and Skaggs
and Khaleel (1982) have published estimates of infiltration rates for those soils, as
shown in Table 11. These may be used in the absence of better information.
Because the model parameter is not a measured parameter, it and the initial
condition are best determined by calibration. Chapter 9 of this manual describes the
program's calibration capability.
36
Chapter 5 Computing Runoff Volumes
Table 11. SCS soil groups and infiltration (loss) rates (SCS, 1986; Skaggs and
Khaleel, 1982)
Soil Group Description Range of Loss
Rates (in/hr)
A Deep sand, deep loess, aggregated silts 0.30-0.45
B Shallow loess, sandy loam 0.15-0.30
C Clay loams, shallow sandy loam, soils 0.05-0.15
low in organic content, and soils usually
high in clay
D Soils that swell significantly when wet, 0.00-0.05
heavy plastic clays, and certain saline
soils
To use this model, the initial loss and constant rate plus the recovery rate must be
specified. The moisture deficit is tracked continuously, computed as the initial
abstraction volume less precipitation volume plus recovery volume during
precipitation-free periods. The recovery rate could be estimated as the sum of the
evaporation rate and percolation rate, or some fraction thereof.
(P I a ) 2
Pe = ( 15 )
P Ia + S
From analysis of results from many small experimental watersheds, the SCS
developed an empirical relationship of Ia and S:
I a = 0.2 S ( 16 )
37
Chapter 5 Computing Runoff Volumes
( P 0.2 S ) 2
Pe = ( 17 )
P + 0.8 S
Incremental excess for a time interval is computed as the difference between the
accumulated excess at the end of and beginning of the period.
1000 10 CN
(foot pound system)
S= CN
25400 254 CN ( 18 )
(SI)
CN
CN values range from 100 (for water bodies) to approximately 30 for permeable soils
with high infiltration rates.
Publications from the Soil Conservation Service (1971, 1986) provide further
background and details on use of the CN model.
Estimating CN
The CN for a watershed can be estimated as a function of land use, soil type, and
antecedent watershed moisture, using tables published by the SCS. For
convenience, Appendix A of this document includes CN tables developed by the SCS
and published in Technical Report 55 (commonly referred to as TR-55). With these
tables and knowledge of the soil type and land use, the single-valued CN can be
found. For example, for a watershed that consists of a tomato field on sandy loam
near Davis, CA, the CN shown in Table 2-2b of the TR-55 tables is 78. (This is the
entry for straight row crop, good hydrologic condition, B hydrologic soil group.) This
CN is entered directly in the appropriate input form.
For a watershed that consists of several soil types and land uses, a composite CN is
calculated as:
CN composite =
A CN i i
( 19 )
A i
Users of the SCS model as implemented in the program should note that the tables
in Appendix A include composite CN for urban districts, residential districts, and
newly graded areas. That is, the CN shown are composite values for directly-
connected impervious area and open space. If CN for these land uses are selected,
no further accounting of directly-connected impervious area is required.
38
Chapter 5 Computing Runoff Volumes
each cell independently, using Equation 17, and routes the excess to the watershed
outlet, using the ModClark method.
the transport of infiltrated rainfall through the soil profile and the infiltration
capacity of the soil is governed by Richards equation[which is] derived by
combining an unsaturated flow form of Darcy's law with the requirements of mass
conservation.
EM 1110-2-1417 describes in detail how the Green and Ampt model combines and
solves these equations. In summary, the model computes the precipitation loss on
the pervious area in a time interval as:
1 + ( i ) S f
ft = K ( 20 )
Ft
As implemented, the Green and Ampt model also includes an initial abstraction. This
initial condition represents surface ponding not otherwise included in the model.
39
Chapter 5 Computing Runoff Volumes
40
Chapter 5 Computing Runoff Volumes
Precipitation Evapotranspiration
Canopy
interception
Surface
depression
Surface runoff
Infiltration
Tension Upper
zone zone Soil profile
storage storage storage
Percolation
Groundwater flow
Groundwater
layer 1 storage
Percolation
Groundwater flow
Groundwater
layer 2 storage
Deep
percolation
Storage Component
The SMA model represents the watershed with a series of storage layers, as
illustrated by Figure 14. Rates of inflow to, outflow from, and capacities of the layers
control the volume of water lost or added to each of these storage components.
Current storage contents are calculated during the simulation and vary continuously
both during and between storms. The different storage layers in the SMA model are:
41
Chapter 5 Computing Runoff Volumes
beginning of the time step are available for infiltration. If the water
available for infiltration exceeds the infiltration rate, surface interception
storage is filled. Once the volume of surface interception is exceeded,
this excess water contributes to surface runoff.
0.3
0.2
0.1
0.0
0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
Ratio of current storage to tension zone capacity
Figure 15. ET as a function of tension zone storage (Bennett, 1998)
42
Chapter 5 Computing Runoff Volumes
Flow Component
The SMA model computes flow into, out of, and between the storage volumes. This
flow can take the form of:
Infiltration. Infiltration is water that enters the soil profile from the ground
surface. Water available for infiltration during a time step comes from
precipitation that passes through canopy interception, plus water already
in surface storage.
CurSoilStore
PotSoilInfil = MaxSoilInfil - MaxSoilInfil ( 21 )
MaxSoilStore
where MaxSoilInfl = the maximum infiltration rate; CurSoilStore = the
volume in the soil storage at the beginning of the time step; and
MaxSoilStore = the maximum volume of the soil storage. The actual
infiltration rate, ActInfil, is the minimum of PotSoilInfil and the volume of
water available for infiltration. If the water available for infiltration
exceeds this calculated infiltration rate, the excess then contributes to
surface interception storage.
0.6
MaxSoilnfil
0.5
0.4
Potential infiltration
rate (in/hr) 0.3
0.2
0.1
MaxSoilStore
0
0 0.5 1 1.5 2
Figure 16. Potential infiltration rate versus beginning of time step soil profile
storage.
43
Chapter 5 Computing Runoff Volumes
In the SMA model, the rate of percolation between the soil-profile storage
and a groundwater layer or between two groundwater layers depends on
the volume in the source and receiving layers. The rate is greatest when
the source layer is nearly full and the receiving layer is nearly empty.
Conversely, when the receiving layer is nearly full and the source layer is
nearly empty, the percolation rate is less. In the SMA model, the
percolation rate from the soil profile into groundwater layer 1 is computed
as:
CurSoilStore CurGwStore
PotSoilPerc = MaxSoilPerc 1 ( 22 )
MaxSoilStore MaxGwStore
CurGwStore CurGwStore
PotGwPerc = MaxPercGw 1 ( 23 )
MaxGwStore MaxGwStore
For percolation directly from the soil profile to the deep aquifer in the
absence of groundwater layers, for percolation from layer 1 when layer 2
is not used, or percolation from layer 2, the rate depends only on the
storage volume in the source layer. In those cases, percolation rates are
computed as
CurSoilStore
PotSoilPerc = MaxSoilPerc ( 24 )
MaxSoilStore
and
CurGwStore
PotGwPerc = MaxPercGw ( 25 )
MaxGwStore
44
Chapter 5 Computing Runoff Volumes
Surface runoff and groundwater flow. Surface runoff is the water that
exceeds the infiltration rate and overflows the surface storage. This
volume of water is direct runoff; the resulting runoff hydrograph is
computed with one of the models described in Chapter 6.
1
GwVolume= (GwFlowt +1 + GwFlowt ) TimeStep ( 27 )
2
This volume may be treated as inflow to a linear reservoir model to
simulate baseflow, as described in Chapter 7.
45
Chapter 5 Computing Runoff Volumes
o Once the volume of water in the soil profile zone reaches the tension
zone, f() is determined similar to percolation. This represents the
decreasing rate of ET loss from the soil profile as the amount of
water in storage (and therefore the capillary force) decreases, as
illustrated in Figure 15.
Infiltrated water enters soil storage, with the tension zone filling first.
Water in the soil profile, but not in the tension zone, percolates to the first
groundwater layer. Groundwater flow is routed from the groundwater
layer 1, and then any remaining water may percolate to the groundwater
layer 2. Percolation from layer 2 is to a deep aquifer and is lost to the
model.
46
Chapter 5 Computing Runoff Volumes
these are only guidelines and should be supplemented by knowledge of, and
experience with, the models and the watershed. League and Freeze (1985) point out
that
In many ways, hydrologic modeling is more an art than a science, and it is likely
to remain so. Predictive hydrologic modeling is normally carried out on a given
catchment using a specific model under the supervision of an individual
hydrologist. The usefulness of the results depends in large measure on the
talents and experience of the hydrologist and understanding of the
mathematical nuances of the particular model and the hydrologic nuances of the
particular catchment. It is unlikely that the results of an objective analysis of
modeling methodscan ever be substituted for the subjective talents of an
experienced modeler.
47
Chapter 5 Computing Runoff Volumes
References
Bennett, T.H. (1998). Development and application of a continuous soil moisture
accounting algorithm for the Hydrologic Engineering Center Hydrologic Modeling
System (HEC-HMS). MS thesis, Dept. of Civil and Environmental Engineering,
University of California, Davis.
Leavesley, G. H., Lichty, R.W., Troutman, B.M., and Saindon, L.G. (1983).
Precipitation-runoff modeling system user's manual, Water-Resources Investigations
83-4238. United States Department of the Interior, Geological Survey, Denver, CO.
48
Chapter 5 Computing Runoff Volumes
Loague, K.M., and Freeze, R.A. (1985). "A comparison of rainfall-runoff modeling
techniques on small upland catchments." Water Resources Research, AGU, 21(2),
229-248.
Ponce, V.M., and Hawkins, R.H. (1996). "Runoff curve number: Has it reached
maturity?" Journal of Hydrologic Engineering, ASCE, 1(1), 11-19.
Rawls, W.J., and Brakensiek, D.L. (1982). "Estimating soil water retention from soil
properties." Journal of the Irrigation and Drainage Division, ASCE, 108(IR2), 166-
171.
Rawls, W.J., Brakensiek, D.L., and Saxton, K.E. (1982). "Estimation of soil water
properties." Transactions American Society of Agricultural Engineers, St. Joseph, MI,
25(5), 1316-2320.
Soil Conservation Service (1986). Urban hydrology for small watersheds, Technical
Release 55. USDA, Springfield, VA.
USACE (1992). HEC-IFH user's manual. Hydrologic Engineering Center, Davis, CA.
49
Chapter 6 Modeling Direct Runoff
CHAPTER 6
To compute the direct runoff hydrograph with a UH, the program uses a discrete
representation of excess precipitation, in which a "pulse" of excess precipitation is
known for each time interval. It then solves the discrete convolution equation for a
linear system:
n M
Qn = P U
m =1
m n m +1 ( 29 )
where Qn = storm hydrograph ordinate at time nt; Pm = rainfall excess depth in time
interval mt to (m+1)t; M = total number of discrete rainfall pulses; and Un-m+1 = UH
ordinate at time (n-m+1)t. Qn and Pm are expressed as flow rate and depth
respectively, and Un-m+1 has dimensions of flow rate per unit depth. Use of this
equation requires the implicit assumptions:
50
Chapter 6 Modeling Direct Runoff
3. Calculate the total volume of direct runoff and convert this to equivalent
uniform depth over the watershed area.
4. Divide the direct runoff ordinates by the equivalent uniform depth. The
result is the UH.
Chow, Maidment, and Mays (1988) present matrix algebra, linear regression, and
linear programming alternatives to this approach.
With any of these approaches, the UH derived is appropriate only for analysis of
other storms of duration T. To apply the UH to storms of different duration, the UH
for these other durations must be derived. If the other durations are integral multiples
of T, the new UH can be computed by lagging the original UH, summing the results,
and dividing the ordinates to yield a hydrograph with volume equal one unit.
Otherwise, the S-hydrograph method can be used. This is described in detail in texts
by Chow, Maidment, and Mays (1988), Linsley, Kohler, and Paulhus (1982), Bedient
and Huber (1992), and others.
51
Chapter 6 Modeling Direct Runoff
For example, to approximate the UH with a triangle shape, all the ordinates can be
described by specifying:
The volume of the UH is knownit is one unit depth multiplied by the watershed
drainage area. This knowledge allows us, in turn, to determine the time base of the
UH. With the peak, time of peak, and time base, all the ordinates on the rising limb
and falling limb of the UH can be computed through simple linear interpolation. Other
parametric UH are more complex, but the concept is the same.
Chow, Maidment, and Mays (1988) suggest that synthetic UH fall into three
categories:
2. Those that are based upon a dimensionless UH. The SCS UH is such a
synthetic UH.
52
Chapter 6 Modeling Direct Runoff
For his work, Snyder selected the lag, peak flow, and total time base as the critical
characteristics of a UH. He defined a standard UH as one whose rainfall duration, tr,
is related to the basin lag, tp, by:
t p = 5.5t r ( 30 )
(Here lag is the difference in the time of the UH peak and the time associated with
the centroid of the excess rainfall hyetograph, as illustrated in Figure 17.) Thus, if the
duration is specified, the lag (and hence the time of UH peak) of Snyder's standard
UH can be found. If the duration of the desired UH for the watershed of interest is
significantly different from that specified by Equation 30, the following relationship
can be used to define the relationship of UH peak time and UH duration:
tr tR
t pR = t p ( 31 )
4
in which tR = duration of desired UH; and tpR = lag of desired UH.
For the standard case, Snyder discovered that UH lag and peak per unit of excess
precipitation per unit area of the watershed were related by:
Up Cp
=C ( 32 )
A tp
53
Chapter 6 Modeling Direct Runoff
tr
Discharge per
unit excess tp
precipitation Up
depth
Time
Figure 17. Snyder's unit hydrograph.
U pR Cp
=C ( 33 )
A t pR
Snyder's UH model requires specifying the standard lag, tp, and the coefficient, Cp.
The program sets tpR of Equation 31 equal the specified time interval, and solves
Equation 31 to find the lag of the required UH. Finally, Equation 33 is solved to find
the UH peak. Snyder proposed a relationship with which the total time base of the
UH may be defined. I nstead of this relationship, the program uses the computed UH
peak and time of peak to find an equivalent UH with Clarks model (see the next
section). From that, it determines the time base and all ordinates other than the UH
peak.
t p = CC t ( LLc ) 0.3 ( 34 )
where Ct = basin coefficient; L = length of the main stream from the outlet to the
divide; Lc = length along the main stream from the outlet to a point nearest the
watershed centroid; and C = a conversion constant (0.75 for SI and 1.00 for foot-
pound system).
Alternative forms of the parameter predictive equations have been proposed. For
example, the Los Angeles District, USACE (1944) has proposed to estimate tp as:
54
Chapter 6 Modeling Direct Runoff
LLc
t p = CC t ( )N ( 35 )
S
Research by the SCS suggests that the UH peak and time of UH peak are related by:
A
UP =C ( 36 )
TP
t
Tp = + t lag ( 37 )
2
When the lag time is specified, the program solves Equation 37 to find the time of UH
peak, and Equation 36 to find the UH peak. With Up and Tp known, the UH can be
found from the dimensionless form, which is built into the program, by multiplication.
55
Chapter 6 Modeling Direct Runoff
For ungaged watersheds, the SCS suggests that the UH lag time may be related to
time of concentration, tc, as:
t lag = 0.6 t c ( 38 )
where tsheet = sum of travel time in sheet flow segments over the watershed land
surface; tshallow = sum of travel time in shallow flow segments, down streets, in gutters,
or in shallow rills and rivulets; and tchannel = sum of travel time in channel segments.
Identify open channels where cross section information is available. Obtain cross
sections from field surveys, maps, or aerial photographs. For these channels,
estimate velocity by Mannings equation:
CR 2 / 3 S 1 / 2
V = ( 40 )
n
where V = average velocity; R = the hydraulic radius (defined as the ratio of channel
cross-section area to wetted perimeter); S = slope of the energy grade line (often
approximated as channel bed slope); and C = conversion constant (1.00 for SI and
1.49 for foot-pound system.) Values of n, which is commonly known as Manning's
roughness coefficient, can be estimated from textbook tables, such as that in
Chaudhry (1993). Once velocity is thus estimated, channel travel time is computed
as:
L
t channel = ( 41 )
V
where L = channel length.
Sheet flow is flow over the watershed land surface, before water reaches a channel.
Distances are shorton the order of 10-100 meters (30-300 feet). The SCS
suggests that sheet-flow travel time can be estimated as:
Sheet flow usually turns to shallow concentrated flow after 100 meters. The average
velocity for shallow concentrated flow can be estimated as:
56
Chapter 6 Modeling Direct Runoff
From this, the travel time can be estimated with Equation 41.
dS
= I t Ot ( 44 )
dt
in which dS/dt = time rate of change of water in storage at time t; It = average inflow
to storage at time t; and Ot = outflow from storage at time t.
With the linear reservoir model, storage at time t is related to outflow as:
S t = ROt ( 45 )
57
Chapter 6 Modeling Direct Runoff
Ot = C A I t + C B Ot 1 ( 46 )
t
CA = ( 47 )
R + 0.5t
CB = 1 C A ( 48 )
Ot 1 + Ot
Ot = ( 49 )
2
With Clark's model, the linear reservoir represents the aggregated impacts of all
watershed storage. Thus, conceptually, the reservoir may be considered to be
located at the watershed outlet.
In addition to this lumped model of storage, the Clark model accounts for the time
required for water to move to the watershed outlet. It does that with a linear channel
model (Dooge, 1959), in which water is "routed" from remote points to the linear
reservoir at the outlet with delay (translation), but without attenuation. This delay is
represented implicitly with a so-called time-area histogram. That specifies the
watershed area contributing to flow at the outlet as a function of time. If the area is
multiplied by unit depth and divided by t, the computation time step, the result is
inflow, It, to the linear reservoir.
Solving Equation 46 and Equation 49 recursively, with the inflow thus defined, yields
values of Ot . However, if the inflow ordinates in Equation 46 are runoff from a unit of
excess, these reservoir outflow ordinates are, in fact, Ut, the UH.
[Note that as the solution of the equations is recursive, outflow will theoretically
continue for an infinite duration. The program continues computation of the UH
ordinates until the volume of the outflow exceeds 0.995 inches or mm. The UH
ordinates are then adjusted using a depth-weighted consideration to produce a UH
with a volume exactly equal to one unit of depth.]
As noted, the linear routing model properties are defined implicitly by a time-area
histogram. Studies at HEC have shown that, even though a watershed-specific
relationship can be developed, a smooth function fitted to a typical time-area
relationship represents the temporal distribution adequately for UH derivation for
most watersheds. That typical time-area relationship, which is built into the program,
is:
58
Chapter 6 Modeling Direct Runoff
t
1.5
t
1.414 for t c
At t
= c 2
1.5 ( 50 )
A t tc
1 1.4141 t for t 2
c
ModClark Model
In Chapter 2, models are categorized as lumped-parameter models or distributed-
parameter models. A distributed parameter model is one in which spatial variability
of characteristics and processes are considered explicitly. The modified Clark
(ModClark) model is such a model (Kull and Feldman, 1998; Peters and Easton,
1996). This model accounts explicitly for variations in travel time to the watershed
outlet from all regions of a watershed.
With the ModClark method, a grid is superimposed on the watershed. For each cell
of the grid representation of the watershed, the distance to the watershed outlet is
specified. Translation time to the outlet is computed as:
d cell
t cell = t c ( 51 )
d max
where tcell = time of travel for a cell, tc = time of concentration for the watershed, dcell =
travel distance from a cell to the outlet, and dmax = travel distance for the cell that is
most distant from the outlet.
The area of each cell is specified, and from this, the volume of inflow to the linear
reservoir for each time interval, t, is computed as the product of area and
precipitation excess. The excess is the difference in MAP on the cell and losses in
the cell. The inflows thus computed are routed through a linear reservoir, yielding an
outflow hydrograph for each cell. The program combines these cell outflow
hydrographs to determine the basin direct runoff hydrograph.
59
Chapter 6 Modeling Direct Runoff
60
Chapter 6 Modeling Direct Runoff
The kinematic wave overland flow model represents behavior of overland flow on the
plane surfaces. The model may also be used to simulate behavior of flow in the
watershed channels.
(a) (b)
Overland-flow model. At the heart of the overland model are the fundamental
equations of open channel flow: the momentum equation and the continuity equation.
Flow over the plane surfaces is primarily one-dimensional flow. In one dimension,
the momentum equation is:
y V V 1 V
S f = S0 ( 52 )
x g x g t
where Sf = energy gradient (also known as the friction slope); S0 = bottom slope; V =
velocity; y = hydraulic depth; x = distance along the flow path, t = time; g =
acceleration due to gravity; (y/x) = pressure gradient; (V/g)(V/x) = convective
acceleration; and (1/g)(V/t) = local acceleration. [This equation, these terms, and
the basic concepts are described in detail in Chow (1959), Chaudhry (1993), and
many other texts.]
The energy gradient can be estimated with Manning's equation (Equation 40), which
can be written as:
CR 2 / 3 S 1f / 2
Q= A ( 53 )
N
where Q = flow, R = hydraulic radius, A = cross-sectional area, and N = a resistance
factor that depends on the cover of the planes (note that this is not Manning's n). For
shallow flow, bottom slope and the energy gradient are approximately equal and
acceleration effects are negligible, so the momentum equation simplifies to:
61
Chapter 6 Modeling Direct Runoff
S f = So ( 54 )
Q = A m ( 55 )
where and m are parameters related to flow geometry and surface roughness.
V y y
A + VB + B =q ( 56 )
x x t
where B = water surface width; q = lateral inflow per unit length of channel; A(V/x)
= prism storage; VB(y/x) =wedge storage; and B(y/t) =rate of rise. [Again, the
equation, the terms, and the basic concepts are described in detail in Chow (1959),
Chaudhry (1993), and other texts.] The lateral inflow represents the precipitation
excess, computed as the difference in MAP and precipitation losses.
With simplification appropriate for shallow flow over a plane, the continuity equation
reduces to:
A Q
+ =q ( 57 )
t x
Combining Equations 56 and 57 yields
A A
+ mA(m1 ) =q ( 58 )
t x
This equation is a kinematic-wave approximation of the equations of motion. The
program represents the overland flow element as a wide rectangular channel of unit
width; =1.486S /N and m=5/3. N is not Manning's n, but rather an overland flow
1/2
Channel-flow model. For certain classes of channel flow, conditions are such that
the momentum equation can be simplified to the form shown as Equation 54. (These
cases are defined in Chapter 8.) In those cases, the kinematic-wave approximation
of Equation 58 is an appropriate model of channel flow. In the case of channel flow,
the inflow in Equation 58 may be the runoff from watershed planes or the inflow from
upstream channels.
Figure 20 shows values for and m for various channel shapes used in the program.
(The availability of a circular channel shape here does not imply that HEC-HMS can
be used for analysis of pressure flow in a pipe system; it cannot. Note also that the
circular channel shape only approximates the storage characteristics of a pipe or
culvert. Because flow depths greater than the diameter of the circular channel shape
can be computed with the kinematic-wave model, the user must verify that the results
are appropriate.)
62
Chapter 6 Modeling Direct Runoff
The overland-flow plane initial condition sets A, the area in Equation 58, equal to
zero, with no inflow at the upstream boundary of the plane. The initial and boundary
conditions for the kinematic wave channel model are based on the upstream
hydrograph. Boundary conditions, either precipitation excess or lateral inflows, are
constant within a time step and uniformly distributed along the element.
Circular Section 1 1
0.804 2 6
= S D
n
D m = 5/4
Triangular Section 1
1
0.94 2 Z 3
= S
=
1 + Z
2
n
1 1 m = 4/3
Z Z
Square Section 1
0.72 2
= S
= n
m = 4/4
Rectangular Section 1 2
1.49 2 3
= S W
=
n
m = 5/3
Trapezoidal Section 2
1.49
1 5
1 3
=
Q= S 2 A3
2
1 1
n W + 2Y 1 + Z
Z Z
Figure 20. Kinematic wave parameters for various channel shapes (USACE,
1998)
63
Chapter 6 Modeling Direct Runoff
m 1
Ai j Ai j 1 A j 1 + Ai j11 Ai j 1 Ai j11 q ij + q ij 1
+ m i = ( 59 )
t 2 x 2
Time
t(j+1)
j j
A i-1 Ai
t(j)
t j-1 j-1
A i-1 Ai
t(j-1)
With the solution scheme proposed, the only unknown value in Equation 59 is the
current value at a given location, Ai j . All other values of A are known from either a
solution of the equation at a previous location and time, or from an initial or boundary
condition. The program solves for the unknown as:
m 1
t A + Ai 1
[A ]
j 1 j 1
Ai = q a t + Ai
j j 1
m i
j 1
Ai j11 ( 60 )
x
i
2
Qi j = Ai j[ ]m
( 61 )
This standard form of the finite difference equation is applied when the following
stability factor, R, is less than 1.00 (see Alley and Smith, 1987):
64
Chapter 6 Modeling Direct Runoff
q t + A j 1 m A j 1 m ; q > 0
R= ( 62 )
q a x
i 1 i 1
a
a
or
m 1 t
R = mAi j11 qa ; qa = 0 ( 63 )
x
If R is greater than 1.00, then the following finite difference approximation is used:
Qi j Qi j1 Ai j1 Ai j11
+ = qa ( 64 )
x t
j
where Qi is the only unknown. This is referred to as the conservation form. Solving
for the unknown yields:
Qi j = Qi j1 + qx
x j
t
[
Ai 1 Ai j11 ] ( 65 )
1
Q j m
Ai j = i ( 66 )
Accuracy and stability. HEC-HMS uses a finite difference scheme that ensures
accuracy and stability. Accuracy refers to the ability of the solution procedure to
reproduce the terms of the differential equation without introducing minor errors that
affect the solution. For example, if the solution approximates A/x as A/x, and a
very large x is selected, then the solution will not be accurate. Using a large x
introduces significant errors in the approximation of the partial derivative. Stability
refers to the ability of the solution scheme to control errors, particularly numerical
errors that lead to a worthless solution. For example, if by selecting a very small x,
an instability may be introduced. With small x, many computations are required to
simulate a long channel reach or overland flow plan. Each computation on a digital
computer inherently is subject to some round-off error. The round-off error
accumulates with the recursive solution scheme used by the program, so in the end,
the accumulated error may be so great that a solution is not found.
An accurate solution can be found with a stable algorithm when x/t c , where c =
average kinematic-wave speed over a distance increment x. But the kinematic-
wave speed is a function of flow depth, so it varies with time and location. The
program must select x and t to account for this. To do so, it initially selects x =
ctm where c = estimated maximum wave speed, depending on the lateral and
upstream inflows; and tm = time step equal to the minimum of:
65
Chapter 6 Modeling Direct Runoff
Finally, x is chosen as: the minimum of this computed x and the reach, or plane
length divided by the number of distance steps (segments) specified in the input form
for the kinematic-wave models. The minimum default value is two segments.
When x is set, the finite difference scheme varies t when solving Equation 61 or
Equation 66 to maintain the desired relationship between x, t and c. However, the
program reports results at the specified constant time interval.
The choice of elements to describe any watershed depends upon the configuration of
the drainage system. The minimum configuration is one overland flow plane and the
main channel, while the most complex would include two planes, subcollectors,
collectors, and the main channel.
The planes and channels are described by representative slopes, lengths, shapes,
and contributing areas. Publications from HEC (USACE, 1979; USACE, 1998)
provide guidance on how to choose values and give examples.
The roughness coefficients for both overland flow planes and channels commonly are
estimated as a function of surface cover, using, for example, Table 14, for overland
flow planes and the tables in Chow (1959) and other texts for channel n values.
66
Chapter 6 Modeling Direct Runoff
67
Chapter 6 Modeling Direct Runoff
References
Alley, W.M. and Smith, P.E. (1987). Distributed routing rainfall-runoff model, Open file
report 82-344. U.S. Geological Survey, Reston, VA.
Bedient, P.B., and Huber, W.C. (1992). Hydrology and floodplain analysis. Addison-
Wesley, New York, NY.
Chow, V.T. (1959). Open channel flow. McGraw-Hill, New York, NY.
Chow, V.T., Maidment, D.R., and Mays, L.W. (1988). Applied hydrology. McGraw-
Hill, New York, NY.
Clark, C.O. (1945). "Storage and the unit hydrograph." Transactions, ASCE, 110,
1419-1446.
Dooge, J.C.I. (1959). "A general theory of the unit hydrograph." Journal of
Geophysical Research, 64(2), 241-256.
Kull, D., and Feldman, A. (1998). "Evolution of Clark's unit graph method to spatially
distributed runoff." Journal of Hydrologic Engineering, ASCE, 3(1), 9-19.
Leclerc, G. and Schaake, J.C. (1973). Methodology for assessing the potential
impact of urban development on urban runoff and the relative efficiency of runoff
control alternatives, Ralph M. Parsons Lab. Report 167. Massachusetts Institute of
Technology, Cambridge, MA.
Linsley, R.K., Kohler, M.A., and Paulhus, J.L.H. (1982). Hydrology for engineers.
McGraw-Hill, New York, NY.
Peters, J. and Easton, D. (1996). "Runoff simulation using radar rainfall data." Water
Resources Bulletin, AWRA, 32(4), 753-760.
Soil Conservation Service (1986). Urban hydrology for small watersheds, Technical
Report 55. USDA, Springfield, VA.
USACE (1944). Hydrology, San Gabriel River and the Rio Hondo above Whittier
Narrows flood control basin. US Army Engineer District, Los Angeles, CA.
68
Chapter 6 Modeling Direct Runoff
USACE (1996). GridParm: Procedures for deriving grid cell parameters for the
ModClark rainfall-runoff model. Hydrologic Engineering Center, Davis, CA.
69
Chapter 7 Modeling Baseflow
CHAPTER 7
Modeling Baseflow
Two distinguishable components of a streamflow hydrograph are (1) direct, quick
runoff of precipitation, and (2) baseflow. Baseflow is the sustained or "fair-weather"
runoff of prior precipitation that was stored temporarily in the watershed, plus the
delayed subsurface runoff from the current storm. Some conceptual models of
watershed processes account explicitly for this storage and for the subsurface
movement. However this accounting is not necessary to provide the information for
many water resources studies.
Qt = Q 0 k t ( 67 )
where Q0 = initial baseflow (at time zero); and k = an exponential decay constant.
The baseflow thus computed is illustrated in Figure 22. The shaded region represents
baseflow in this figure; the contribution decays exponentially from the starting flow.
Total flow is the sum of the baseflow and the direct surface runoff.
70
Chapter 7 Modeling Baseflow
Discharge
Direct surface
runoff
Baseflow
Time
Figure 22. Initial baseflow recession.
The recession baseflow model is applied both at the start of simulation of a storm
event, and later in the event as the delayed subsurface flow reaches the watershed
channels, as illustrated in Figure 23. Here, after the peak of the direct runoff, a user-
specified threshold flow defines the time at which the recession model of Equation 67
defines the total flow. That threshold may be specified as a flow rate or as a ratio to
the computed peak flow. For example, if the threshold is specified as a ratio-to-peak
3 3
of 0.10, and the computed peak is 1000 m /s, then the threshold flow is 100 m /s.
Subsequent total flows are computed with Equation 67, with Q0 = the specified
threshold value.
Discharge
Total flow
Threshold
Flow defined
Initial by recession
baseflow
recession
Baseflow
Time
Figure 23. Baseflow model illustration.
After the threshold flow occurs, the streamflow hydrograph ordinates are defined by
the recession model alone, unless the direct runoff plus initial baseflow recession
contribution exceeds the threshold. This may be the case if subsequent precipitation
causes a second rise in the hydrograph, as illustrated in Figure 24. In that case,
ordinates on the second rising limb are computed by adding direct runoff to the initial
recession, as illustrated.
71
Chapter 7 Modeling Baseflow
Discharge
Threshold
Initial flow
Initial flow Initial flow
recession recession
Time
Figure 24. Recession with multiple runoff peaks.
The outflow from groundwater layer 1 of the SMA is inflow to one linear reservoir, and
the outflow from groundwater layer 2 of the SMA is inflow to another. The outflow
from the two linear reservoirs is combined to compute the total baseflow for the
watershed.
The recession constant, k, depends upon the source of baseflow. If k = 1.00, the
baseflow contribution will be constant, with all Qt = Q0. Otherwise to model the
72
Chapter 7 Modeling Baseflow
The recession constant can be estimated if gaged flow data are available. Flows
prior to the start of direct runoff can be plotted, and an average of ratios of ordinates
spaced one day apart can be computed. This is simplified if a logarithmic axis is
used for the flows, as the recession model will plot as a straight line.
The threshold value can be estimated also from examination of a graph of observed
flows versus time. The flow at which the recession limb is approximated well by a
straight line defines the threshold value.
References
Chow, V.T., Maidment, D.R., and Mays, L.W. (1988). Applied hydrology. McGraw-
Hill, New York, NY.
Linsley, R.K., Kohler, M.A., and Paulhus, J.L.H. (1982). Hydrology for engineers.
McGraw-Hill, New York, NY.
Pilgrim, D.H, and Cordery, I. (1992). "Flood runoff." D.R. Maidment, ed., Handbook of
hydrology, McGraw-Hill, New York, NY.
73
Chapter 8 Modeling Channel Flow
CHAPTER 8
Lag
Muskingum
Kinematic-wave
Muskingum Cunge
The routing models that are included are appropriate for many, but not all, flood
runoff studies. The latter part of this chapter describes how to pick the proper model.
The momentum equation accounts for forces that act on a body of water in an open
channel. In simple terms, it equates the sum of gravitational force, pressure force,
and friction force to the product of fluid mass and acceleration. In one dimension, the
equation is written as:
y V V 1 V
S f = S0 ( 68 )
x g x g t
where Sf = energy gradient (also known as the friction slope); S0 = bottom slope; V =
velocity; y = hydraulic depth; x = distance along the flow path; t = time; g =
acceleration due to gravity; y/x = pressure gradient; (V/g)(V/x) = convective
acceleration; and (1/g)(V/t) = local acceleration.
The continuity equation accounts for the volume of water in a reach of an open
channel, including that flowing into the reach, that flowing out of the reach, and that
stored in the reach. In one-dimension, the equation is:
74
Chapter 8 Modeling Channel Flow
V y y
A + VB + B =q ( 69 )
x x t
where B = water surface width; and q = lateral inflow per unit length of channel. Each
of the terms in this equation describes inflow to, outflow from, or storage in a reach of
channel, a lake or pond, or a reservoir. Henderson (1966) described the terms as
A(V/x) = prism storage; VB(y/x) = wedge storage; and B(y/t) = rate of rise.
The momentum and continuity equations are derived from basic principles,
assuming:
Channel boundaries are fixed; erosion and deposition do not alter the
shape of a channel cross section.
Approximations
Although the solution of the full equations is appropriate for all one-dimensional
channel-flow problems, and necessary for many, approximations of the full equations
are adequate for typical flood routing needs. These approximations typically combine
the continuity equation (Equation 69) with a simplified momentum equation that
includes only relevant and significant terms.
Henderson (1966) illustrates this with an example for a steep alluvial stream with an
inflow hydrograph in which the flow increased from 10,000 cfs to 150,000 cfs and
decreased again to 10,000 cfs within 24 hours. Table 17 shows the terms of the
momentum equation and the approximate magnitudes that he found. The force
associated with the stream bed slope is the most important. If the other terms are
omitted from the momentum equation, any error in solution is likely to be insignificant.
Thus, for this case, the following simplification of the momentum equation may be
used:
S f = S0 ( 70 )
If this simplified momentum equation is combined with the continuity equation, the
result is the kinematic wave approximation, which is described in Chapter 6.
75
Chapter 8 Modeling Channel Flow
Table 17. Relative magnitude of momentum equation terms for steep channel,
rapidly-rising hydrograph (from Henderson, 1966)
Flow Component Recession Constant, Daily
So (bottom slope) 26
y 0.5
(pressure gradient)
x
V V 0.12 0.25
(convective acceleration)
g X
1 V 0.05
(local acceleration)
g t
y
S f = S0 ( 71 )
x
y V V
S f = S0 ( 72 )
x g x
Solution Methods
In HEC-HMS, the various approximations of the continuity and momentum equations
are solved using the finite difference method. In this method, finite difference
equations are formulated from the original partial differential equations. For example,
V/t from the momentum equation is approximated as V/t , a difference in velocity
in successive time steps t, and V/x is approximated as V/x, a difference in
velocity at successive locations spaced at x. Substituting these approximations into
the partial differential equations yields a set of algebraic equations. Depending upon
the manner in which the differences are computed, the algebraic equations may be
solved with either an explicit or an implicit scheme. With an explicit scheme, the
unknown values are found recursively for a constant time, moving from one location
along the channel to another. The results of one computation are necessary for the
next. With an implicit scheme, all the unknown values for a given time are found
simultaneously.
A description of the channel. All routing models that are included in the
program require a description of the channel. In some of the models,
76
Chapter 8 Modeling Channel Flow
Initial conditions. All routing models require initial conditions: the flow
(or stage) at the downstream cross section of a channel prior to the first
time period. For example, the initial downstream flow could be estimated
as the baseflow within the channel at the start of the simulation, as the
initial inflow, or as downstream flow likely to occur during a hypothetical
event.
Q A
+ =0 ( 73 )
x t
This simplification assumes that the lateral inflow is insignificant, and it allows width
to change with respect to location. Rearranging this equation and incorporating a
finite-difference approximation for the partial derivatives yields:
S t
I t Ot = ( 74 )
t
S t Ot I t 1 + I t S t 1 Ot 1
+ = + ( 75 )
t 2 2 t 2
in which It-1 and It = inflow hydrograph ordinates at times t-1 and t, respectively; Ot-1
and Ot = outflow hydrograph ordinates at times t-1 and t, respectively; and St-1 and St
= storage in reach at times t-1 and t, respectively. At time t, all terms on the right-
77
Chapter 8 Modeling Channel Flow
hand side of this equation are known, and terms on the left-hand side are to be
found. Thus, the equation has two unknowns at time t: St and Ot.
For each profile, the volume of water in the reach, Si, can be computed,
using solid geometry principles. In the simplest case, if the profile is
approximately planar, the volume can be computed by multiplying the
average cross-section area bounded by the water surface by the reach
length. Otherwise, another numerical integration method can be used. If
each computed volume is associated with the steady flow with which the
profile is computed, the result is a set of points on the required storage-
outflow relationship.
78
Chapter 8 Modeling Channel Flow
= Profile 4
= Profile 3
= Profile 2 S4
S3
Profile 1
=
Q4
S2
Q3
S1
Q2
Q1
A B
Figure 25. Steady-flow water-surface profiles and storage-outflow curve.
Inflow and outflow hydrographs also can be used to find the storage-
outflow function by trial-and-error. In that case, a candidate function is
defined and used to route the inflow hydrograph. The outflow
hydrograph thus computed is compared with the observed hydrograph.
If the match is not adequate, the function is adjusted, and the process is
repeated. Chapter 9 provides more information regarding this process,
which is referred to as calibration.
79
Chapter 8 Modeling Channel Flow
true for solution of the storage-routing model equations. For the kinematic-wave
model, an accurate solution can be found with a stable algorithm when x/t c,
where c = average wave speed over a distance increment x. This rule applies also
with storage routing. As implemented in the program, x for the finite difference
approximation of Q/x is implicitly equal to the channel reach length, L, divided by
an integer number of steps. The goal is to select the number of steps so that the
travel time through the reach is approximately equal the time step t. This is given
approximately by:
L
steps = ( 76 )
ct
The number of steps affects the computed attenuation of the hydrograph. As the
number of routing steps increases, the amount of attenuation decreases. The
maximum attenuation corresponds to one step; this is used commonly for routing
though ponds, lakes, wide, flat floodplains, and channels in which the flow is heavily
controlled by downstream conditions. Strelkoff (1980) suggests that for locally-
controlled flow, typical of steeper channels:
S0
steps = 2 L ( 77 )
y0
Muskingum Model
Basic Concepts and Equations
The Muskingum routing model, like the modified Puls model, uses a simple finite
difference approximation of the continuity equation:
I t 1 + I t Ot 1 + Ot S t S t 1
= ( 78 )
2 2 t
Storage in the reach is modeled as the sum of prism storage and wedge storage. As
shown in Figure 26, prism storage is the volume defined by a steady-flow water
surface profile, while wedge storage is the additional volume under the profile of the
flood wave. During rising stages of the flood, wedge storage is positive and is added
to the prism storage. During the falling stages of a flood, the wedge storage is
negative and is subtracted from the prism storage.
80
Chapter 8 Modeling Channel Flow
Wedge storage
rage
Prism Sto
rage
Prism Sto
rage
Prism Sto
The volume of prism storage is the outflow rate, O, multiplied by the travel time
through the reach, K. The volume of wedge storage is a weighted difference
between inflow and outflow, multiplied by the travel time K. Thus, the Muskingum
model defines the storage as:
S t = KOt + KX (I t Ot ) = K [ XI t + (1 X )Ot ] ( 79 )
where K = travel time of the flood wave through routing reach; and X = dimensionless
weight (0 X 0.5).
t 2 KX t + 2 KX 2 K (1 X ) t
Ot = I t + I t 1 + Ot 1 ( 80 )
2 K (1 X ) + t 2 K (1 X ) + t 2 K (1 X ) + t
81
Chapter 8 Modeling Channel Flow
The parameters K and X and the computational time step t also must
be selected to ensure that the Muskingum model, as represented by
Equations 8-15 and 8-16, is rational. That means that the parenthetical
terms must be non-negative; the values of K and X must be chosen so
that the combination falls within the shaded region shown in Figure 27.
t / K 1
0
0.0 0.5 1.0
X
Figure 27. Feasible region for Muskingum model parameters.
Calibrating the model using observed flows. If observed inflow and outflow
hydrographs are available, the Muskingum model parameter K can be estimated as
the interval between similar points on the inflow and outflow hydrographs. For
example, K can be estimated as the elapsed time between the centroid of areas of
the two hydrographs, as the time between the hydrograph peaks, or as the time
between midpoints of the rising limbs. Once K is estimated, X can be estimated by
trial and error.
Chapter 9 describes the calibration capability of the program; this may be used with
parameters of the Muskingum model. In that case, both K and X may be estimated
by trial-and-error.
Estimating the parameters for ungaged watersheds. If gaged flows required for
calibration are not available, K and X can be estimated from channel characteristics.
For example, EM 1110-2-1417 proposes estimating K as follows:
1 dQ
Vw = ( 81 )
B dy
82
Chapter 8 Modeling Channel Flow
where B = top width of the water surface, and dQ/dy = slope of the
discharge rating curve at a representative channel cross section. As an
alternative, EM 1110-2-1417 suggests estimating the flood wave velocity
as 1.33-1.67 times the average velocity, which may be estimated with
Manning's equation and representative cross section geometric
information.
Estimate K as:
L
K= ( 82 )
Vw
Experience has shown that for channels with mild slopes and over-bank
flow, the parameter X will approach 0.0. For steeper streams, with well-
defined channels that do not have flows going out of bank, X will be
closer to 0.5. Most natural channels lie somewhere in between these
two limits, leaving room for engineering judgement. Cunge (1969)
estimated X as
1 Qo
X = 1 ( 83 )
2 BS o cx
where Qo = a reference flow from the inflow hydrograph; B = top width of
flow area; So = friction slope or bed slope; c = flood wave speed
(celerity); and x = the length of reach. The reference flow is an average
value for the hydrograph, midway between the base flow and the peak
flow (Ponce, 1983).
Lag Model
Basic Concept
This is the simplest of the included routing models. With it, the outflow hydrograph is
simply the inflow hydrograph, but with all ordinates translated (lagged in time) by a
specified duration. The flows are not attenuated, so the shape is not changed. This
model is widely used, especially in urban drainage channels (Pilgrim and Cordery,
1993).
It t < lag
Ot = ( 84 )
I t lag t lag
Figure 28 illustrates the results of application of the lag model. In the figure, the
upstream (inflow) hydrograph is the boundary condition. The downstream
hydrograph is the computed outflow, with each ordinate equal to an earlier inflow
ordinate, but lagged in time.
83
Chapter 8 Modeling Channel Flow
lag
Discharge
Upstream Downstream
hydrograph hydrograph
(inflow) (outflow)
Time
The lag model is a special case of other models, as its results can be duplicated if
parameters of those other models are carefully chosen. For example, if X = 0.50 and
K = t in the Muskingum model, the computed outflow hydrograph will equal the
inflow hydrograph lagged by K.
84
Chapter 8 Modeling Channel Flow
Muskingum-Cunge Model
Basic Concepts and Equations
Although popular and easy to use, the Muskingum model includes parameters that
are not physically based and thus are difficult to estimate. Further, the model is
based upon assumptions that often are violated in natural channels. An extension,
the Muskingum-Cunge model, overcomes these limitations.
The model is based upon solution of the following form of the continuity equation,
(with lateral inflow, qL, included):
A Q
+ = qL ( 85 )
t x
and the diffusion form of the momentum equation:
y
S f = So ( 86 )
x
Combining these and using a linear approximation yields the convective diffusion
equation (Miller and Cunge, 1975):
Q Q 2Q
+c = 2 + cq L ( 87 )
t x x
where c = wave celerity (speed); and = hydraulic diffusivity. The wave celerity and
the hydraulic diffusivity are expressed as follows:
dQ
c= ( 88 )
dA
and
Q
= ( 89 )
2 BS o
where B = top width of the water surface. A finite difference approximation of the
partial derivatives, combined with Equation 80, yields:
Ot = C1 I t 1 + C 2 I t + C 3 Ot 1 + C 4 (q L x) ( 90 )
85
Chapter 8 Modeling Channel Flow
t
+ 2X
C1 = K ( 91 )
t
+ 2(1 X )
K
t
2X
C2 = K ( 92 )
t
+ 2(1 X )
K
t
2(1 X )
C3 = K ( 93 )
t
+ 2(1 X )
K
t
2
C4 = K ( 94 )
t
+ 2(1 X )
K
x
K= ( 95 )
c
1 Q
X = 1 ( 96 )
2 BS o cx
But c, Q, and B change over time, so the coefficients C1, C2, C3, and C4 must also
change. The program recomputes them at each time and distance step, t and x,
using the algorithm proposed by Ponce (1986).
Again, the choice of these time and distance steps is critical. The steps are selected
to ensure accuracy and stability. The t is selected as the minimum of the following:
user time step from the control specifications; the travel time through the reach; or
th
1/20 the time to rise of the peak inflow with the steepest rising limb, rounded to the
nearest multiple or divisor of the user time step. Once t is chosen, x is computed
as:
x = ct ( 97 )
1 Q
x < ct + o ( 98 )
2 BS o c
86
Chapter 8 Modeling Channel Flow
Qo = Q B +
1
2
(
Q peak Q B ) ( 99 )
1 8
Left Right
overbank Main channel
overbank
5
Figure 29. Format for describing channel geometry with 8 points.
The reach length, roughness coefficient(s), and energy grade also must be specified.
As with the standard configuration, the length and roughness can be estimated from
maps, aerial photographs, and field surveys, and the energy slope can be estimated
as the channel bed slope, in the absence of better information.
87
Chapter 8 Modeling Channel Flow
Practically, none of the routing models that are included in the program
will simulate channel flow well if the downstream conditions have a
significant impact on upstream flows. The internal structure of the
program is such that computations move from upstream watersheds and
channels to those downstream. Thus downstream conditions are not yet
known when routing computations begin. Only a complete hydraulic
system model can accomplish this.
In fact, flood flows through extremely flat and wide flood plains may not
be modeled adequately as one-dimensional flow. Velocity of the flow
across the floodplain may be just as large as that of flow down the
channel. If this occurs, a two-dimensional flow model will better simulate
88
Chapter 8 Modeling Channel Flow
TS o u o
171 ( 100 )
do
12
g
TS o 30 ( 101 )
do
89
Chapter 8 Modeling Channel Flow
Inflow 2
Inflow 1
Outflow
Figure 30. Stream confluence.
Such a confluence can be modeled with the program. To do so, the program uses the
following simplification of the continuity equation, which is based upon an assumption
that no water is stored at the confluence:
I
r
t
r
Ot = 0 ( 102 )
90
Chapter 8 Modeling Channel Flow
r
in which It = the flow in channel r at time t; and Ot = outflow from the confluence in
period t. Rearranging yields:
Ot = I
r
t
r
( 103 )
That is, the downstream flow at time t equals the sum of the upstream flows. This
equation is solved repeatedly for all times t in the simulation duration.
Inflow
Main Secondary
channel outflow channel outflow
Figure 31. Stream bifurcation.
I t Ot Otsec ondary = 0
main
( 104 )
main
in which Ot = average flow passing downstream in the main channel during time
interval t; It = average channel flow just upstream of the bifurcation during the
secondary
interval; and Ot = average flow into the secondary channel during the interval.
The distinction between main and secondary channels is arbitrary.
91
Chapter 8 Modeling Channel Flow
Otmain = I t f ( I t ) ( 105 )
in which f(It) = a functional relationship of main channel inflow and secondary channel
flow. The relationship can be developed with historical measurements, a physical
model constructed in a laboratory, or a mathematical model of the hydraulics of the
channel.
References
Chow, V.T. (1964). Handbook of applied hydrology. McGraw-Hill , New York, NY.
Henderson, F.M. (1966). Open channel flow. MacMillan Publishing Co. Inc., New
York, NY.
Linsley, R.K., Kohler, M.A., and Paulhus, J.L.H. (1982). Hydrology for engineers.
McGraw-Hill, New York, NY.
Miller, W.A., and Cunge, J.A. (1975). "Simplified equations of unsteady flow." K.
Mahmood and V. Yevjevich, eds., Unsteady flow in open channels, Vol. I, Water
Resources Publications, Ft. Collins, CO.
Pilgrim, D.H, and Cordery, I. (1983). "Flood runoff." D.R. Maidment, ed., Handbook of
hydrology, McGraw-Hill, New York, NY.
92
Chapter 8 Modeling Channel Flow
USACE (1990). HEC-2 water surface profiles users manual. Hydrologic Engineering
Center, Davis, CA.
USACE (1995). HEC-DSS users guide and utility manuals. Hydrologic Engineering
Center, Davis, CA.
USACE (1997). UNET one-dimensional unsteady flow through a full network of open
channels users manual. Hydrologic Engineering Center, Davis, CA.
93
Chapter 9 Calibrating the Models
CHAPTER 9
What is Calibration?
Each model that is included in the program has parameters. The value of each
parameter must be specified to use the model for estimating runoff or routing
hydrographs. Earlier chapters identified the parameters and described how they
could be estimated from various watershed and channel properties. For example,
the kinematic-wave direct runoff model described in Chapter 6 has a parameter N
that represents overland roughness; this parameter can be estimated from
knowledge of watershed land use.
However, as noted in Chapter 2, some of the models that are included have
parameters that cannot be estimated by observation or measurement of channel or
watershed characteristics. The parameter Cp in the Snyder UH model is an example;
this parameter has no direct physical meaning. Likewise, the parameter x in the
Muskingum routing model cannot be measured; it is simply a weight that indicates
the relative importance of upstream and downstream flow in computing the storage in
a channel reach. Equation 85 provides a method for estimating x from channel
properties, but this is only approximate and is appropriate for limited cases.
How then can the appropriate values for the parameters be selected? If rainfall and
streamflow observations are available, calibration is the answer. Calibration uses
observed hydrometeorological data in a systematic search for parameters that yield
the best fit of the computed results to the observed runoff. This search is often
referred to as optimization.
The next step is to select initial estimates of the parameters. As with any search, the
better these initial estimates (the starting point of the search), the quicker the search
will yield a solution. Tips for parameter estimation found in previous chapters may be
useful here.
94
Chapter 9 Calibrating the Models
Collect
rainfall / Select
Start runoff data starting
estimate
Improve
estimate
Simulate
runoff
No
Finish Compare
computed
&
Yes OK?
observed
Given these initial estimates of the parameters, the models included in the program
can be used with the observed boundary conditions (rainfall or upstream flow) to
compute the output, either the watershed runoff hydrograph or a channel outflow
hydrograph.
At this point, the program compares the computed hydrograph to the observed
hydrograph. For example, it computes the hydrograph represented with the dashed
line in Figure 33 and compares it to the observed hydrograph represented with the
solid line. The goal of this comparison is to judge how well the model "fits" the real
hydrologic system. Methods of comparison are described later in this chapter.
If the fit is not satisfactory, the program systematically adjusts the parameters and
reiterates. The algorithms for adjusting the parameters are described later in this
chapter.
When the fit is satisfactory, the program will report the optimal parameter values.
The presumption is that these parameter values then can be used for runoff or
routing computations that are the goal of the flood runoff analyses.
95
Chapter 9 Calibrating the Models
Table 20. Tips for collecting data for rainfall-runoff model calibration.
Rainfall and runoff observations must be from the same storm. The runoff time series
should represent all runoff due to the selected rainfall time series.
The rainfall data must provide adequate spatial coverage of the watershed, as these
data will be used with the methods described in Chapter 4 to compute MAP for the
storm.
The volume of the runoff hydrograph should approximately equal the volume of the
rainfall hyetograph. If the runoff volume is slightly less, water is being lost to infiltration,
as expected. But if the runoff volume is significantly less, this may indicate that flow is
stored in natural or engineered ponds, or that water is diverted out of the stream.
Similarly, if the runoff volume is slightly greater, baseflow is contributing to the total
flow, as expected. However, if the runoff volume is much greater, this may indicate that
flow is entering the system from other sources, or that the rainfall was not measured
accurately.
The duration of the rainfall should exceed the time of concentration of the watershed to
ensure that the entire watershed upstream of the concentration point is contributing to
the observed runoff.
The size of the storm selected for calibration should approximately equal the size of the
storm the calibrated model is intended to analyze. For example, if the goal is to predict
runoff from a 1%-chance 24-hour storm of depth 7 inches, data from a storm of duration
approximately 24 hours and depth approximately 7 inches should be used for
calibration.
Table 21. Tips for collecting data for routing model calibration.
The upstream and downstream hydrograph time series must represent flow for the
same period of time.
The volume of the upstream hydrograph should approximately equal the
volume of the downstream hydrograph, with minimum lateral inflow. The
lumped routing models in HEC-HMS assume that these volumes are equal.
The duration of the downstream hydrograph should be sufficiently long so that
the total volume represented equals the volume of the upstream hydrograph.
The size of the event selected for calibration should approximately equal the
size of the event the calibrated model is intended to analyze. For example, if
the study requires prediction of downstream flows for an event with depths of
20 feet in a channel, historical data for a event of similar depth should be used
for calibration.
96
Chapter 9 Calibrating the Models
18.0
16.0
14.0
12.0
Discharge (m 3/s)
Simulated time series
10.0 Observed time series
8.0
6.0
4.0
2.0
0.0
0 5 10 15 20 25 30 35
Time (hr)
Goodness-of-Fit Indices
To compare a computed hydrograph to an observed hydrograph, the program
computes an index of the goodness-of-fit. Algorithms included in the program search
for the model parameters that yield the best value of an index, also known as
objective function. Only one of four objective functions included in the program can
be used, depending upon the needs of the analysis. The goal of all four calibration
schemes is to find reasonable parameters that yield the minimum value of the
objective function. The objective function choices (shown in Table 22) are:
97
Chapter 9 Calibrating the Models
(q O (i ) q S (i ) )
square error objective
function (USACE, 1998) Z =
NQ i =1 2q O (mean)
Note:
1
Z = objective function; NQ = number of computed hydrograph ordinates; qO(t) = observed
flows; qS(t) = calculated flows, computed with a selected set of model parameters; qO(peak)
= observed peak; qO(mean) = mean of observed flows; and qS(peak) = calculated peak
In addition to the numerical measures of fit, the program also provides graphical
comparisons that permit visualization of the fit of the model to the observations of the
hydrologic system. A comparison of computed hydrographs can be displayed, much
like that shown in Figure 33. In addition, the program displays a scatter plot, as
shown in Figure 34. This is a plot of the calculated value for each time step against
the observed flow for the same step. Inspection of this plot can assist in identifying
model bias as a consequence of the parameters selected. The straight line on the
plot represents equality of calculated and observed flows: If plotted points fall on the
line, this indicates that the model with specified parameters has predicted exactly the
98
Chapter 9 Calibrating the Models
observed ordinate. Points plotted above the line represents ordinates that are over-
predicted by the model. Points below represent under-predictions. If all of the
plotted values fall above the equality line, the model is biased; it always over-
predicts. Similarly, if all points fall below the line, the model has consistently under-
predicted. If points fall in equal numbers above and below the line, this indicates that
the calibrated model is no more likely to over-predict than to under-predict.
The spread of points about the equality line also provides an indication of the fit of
the model. If the spread is great, the model does not match well with the
observations random errors in the prediction are large relative to the magnitude of
the flows. If the spread is small, the model and parameters fit better.
20.0
15.0
Simulated flow
10.0
5.0
0.0
0.00 2.00 4.00 6.00 8.00 10.00 12.00 14.00 16.00 18.00
Observed flow
99
Chapter 9 Calibrating the Models
5.00
4.00
3.00
1.00
0.00
-1.00
-2.00
-3.00
-4.00
0 10 20 30 40 50 60 70 80 90 100
Time (hr)
Search Methods
As noted earlier, the goal of calibration is to identify reasonable parameters that yield
the best fit of computed to observed hydrograph, as measured by one of the
objective functions. This corresponds mathematically to searching for the
parameters that minimize the value of the objective function.
As shown in Figure 32, the search is a trial-and-error search. Trial parameters are
selected, the models are exercised, and the error is computed. If the error is
unacceptable, the program changes the trial parameters and reiterates. Decisions
about the changes rely on the univariate gradient search algorithm or the Nelder and
Mead simplex search algorithm.
Univariate-Gradient Algorithm
The univariate-gradient search algorithm makes successive corrections to the
k
parameter estimate. That is, if x represents the parameter estimate with objective
k k+1
function f(x ) at iteration k, the search defines a new estimate x at iteration k+1 as:
x k +1 = x k + x k ( 106 )
in which x = the correction to the parameter. The goal of the search is to select x
k k
so the estimates move toward the parameter that yields the minimum value of the
objective function. One correction does not, in general, reach the minimum value, so
this equation is applied recursively.
The gradient method, as used in the program, is based upon Newton's method.
Newton's method uses the following strategy to define x :
k
100
Chapter 9 Calibrating the Models
df ( x k ) ( x k +1 x k ) 2 d 2 f ( x k )
f ( x k +1 ) = f ( x k ) + ( x k +1 x k ) + ( 107 )
dx 2 dx 2
k+1
in which f(x ) = the objective function at iteration k; and df()/dx and
2 2
d f()/dx = the first and second derivatives of the objective function,
respectively.
k+1 k+1
Ideally, x should be selected so f(x ) is a minimum. That will be true
k+1
if the derivative of f(x ) is zero. To find this, the derivative of Equation
107 is found and set to zero, ignoring the higher order terms. That yields
df ( x k ) d 2 f (x k )
0= + ( x k +1 x k ) ( 108 )
dx dx 2
df ( x k )
x k = 2 dx k ( 109 )
d f (x )
dx 2
2 2
The program uses a numerical approximation of the derivatives df()/dx and d f()/dx
at each iteration k. These are computed as follows:
k k
Two alternative parameters in the neighborhood of x are defined as x 1 =
k k k
0.99x and x 2 = 0.98x , and the objective function value is computed for
each.
method.
x k = 0.01 Cx k ( 110 )
101
Chapter 9 Calibrating the Models
1
>0 0.5
2
<0 >0 50
0 -33
The Nelder and Mead search uses a simplexa set of alternative parameter values.
For a model with n parameters, the simplex has n+1 different sets of parameters.
For example, if the model has two parameters, a set of three estimates of each of the
two parameters is included in the simplex. Geometrically, the n model parameters
can be visualized as dimensions in space, the simplex as a polyhedron in the n-
dimensional space, and each set of parameters as one of the n+1 vertices of the
polyhedron. In the case of the two-parameter model, then, the simplex is a triangle in
two-dimensional space, as illustrated in Figure 36.
Parameter 2 Set 2
Set 1
Set 3
Parameter 1
Figure 36. Initial simplex for a 2-parameter model.
102
Chapter 9 Calibrating the Models
The Nelder and Mead algorithm evolves the simplex to find a vertex at which the
value of the objective function is a minimum. To do so, it uses the following
operations:
Comparison. The first step in the evolution is to find the vertex of the
simplex that yields the worst (greatest) value of the objective function
and the vertex that yields the best (least) value of the objective function.
In Figure 37, these are labeled W and B, respectively.
Reflection. The next step is to find the centroid of all vertices, excluding
vertex W; this centroid is labeled C in Figure 37. The algorithm then
defines a line from W, through the centroid, and reflects a distance WC
along the line to define a new vertex R, as illustrated Figure 37.
C R
W
C R E
Contraction. If the reflected vertex is worse than the best vertex, but
better than some other vertex (excluding the worst), the simplex is
contracted by replacing the worst vertex with the reflected vertex. If the
reflected vertex is not better than any other, excluding the worst, the
simplex is contracted. This is illustrated in Figure 39. To do so, the
worst vertex is shifted along the line toward the centroid. If the objective
function for this contracted vertex is better, the worst vertex is replaced
with this vertex.
103
Chapter 9 Calibrating the Models
Con Cen
W
R2
W R1
The Nelder and Mead search terminates when either of the following criterion is
satisfied:
n (z zc )
2
< tolerance
j
( 112 )
j =1, j worst n 1
The parameters represented by the best vertex when the search terminates are
reported as the optimal parameter values.
104
Chapter 9 Calibrating the Models
value found outside that range is not be accepted. These limits on x, and others
listed in Table 24, are incorporated in the search.
During the search with either the univariant gradient or Nelder and Mead algorithm,
the program checks at each iteration to ascertain that the trial values of the
parameters are within the feasible range. If they are not, the program increases the
trial value to the minimum or decreases it to the maximum before it continues.
In addition to these inviolable constraints, the program will also consider user-
specified soft constraints. These constraints define desired limits on the parameters.
For example, the default range of feasible values of constant loss rate is 0-300
mm/hr. However, for a watershed with dense clay soils, the rate is likely to be less
than 15 mm/hra much greater value would be suspect. A desired range, 0-15
mm/hr, could be specified as a soft constraint. Then if the search yields a candidate
parameter outside the soft constraint range, the objective function is multiplied by a
penalty factor. This penalty factor is defined as:
n
Penalty = 2 ( x
i =1
i ci + 1) ( 113 )
105
Chapter 9 Calibrating the Models
References
Diskin, M.H. and Simon, E. (1977). "A procedure for the selection of objective
functions for hydrologic simulation models." Journal of Hydrology, 34, 129-149.
106
Chapter 10 Modeling Water-Control Facilities
CHAPTER 10
Diversion Modeling
Basic Concepts and Equations
Figure 41 is a sketch of a diversion. This diversion includes a bypass channel and a
control structure (a broad-crested side-channel weir). When the water-surface
elevation in the main channel exceeds the elevation of the weir crest, water flows
over the weir from the main channel into the by-pass channel. The discharge rate in
the diversion channel is controlled by the properties of the control structure. The
discharge rate in the main channel downstream of the control is reduced by the
volume that flows into the diversion channel.
Diversion channel
Diversion control
structure
Main channel
107
Chapter 10 Modeling Water-Control Facilities
Otmain = I t f ( I t ) ( 115 )
in which f(It ) = the functional relationship of main channel flow and diversion channel
flow. The relationship can be developed with historical measurements, a physical
model constructed in a laboratory, or a mathematical model of the hydraulics of the
structure. For example, flow over the weir in Figure 41 can be computed with the
weir equation:
in which O = flow rate over the weir; C = dimensional discharge coefficient that
depends upon the configuration of the weir; L = effective weir width; H = total energy
head on crest. This head is the difference in the weir crest elevation and the water-
surface elevation in the channel plus the velocity head, if appropriate. The channel
water-surface elevation can be computed with a model of open channel flow, such as
HEC-RAS (USACE, 1998a). For more accurate modeling, a two-dimensional flow
model can be used to develop the relationship.
108
Chapter 10 Modeling Water-Control Facilities
Diversion control
structure
Diversion channel
Property to be protected
Main channel
Confluence
109
Chapter 10 Modeling Water-Control Facilities
200
180 Inflow
160
140
80
60 Outflow
40
20
0
0 50 100 150 200 250
Time
Figure 43. Illustration of the impact of detention.
The reservoir outlet may consist of a single culvert, as shown in Figure 44. It may
also consist of separate conduits of various sizes or several inlets to a chamber or
manifold that leads to a single outlet pipe or conduit. The rate of release from the
reservoir through the outlet and over the spillway depends on the characteristics of
the outlet (in this case, a culvert), the geometric characteristics of the inlet, and the
characteristics of the spillway.
Top of embankment
Top of emergency
spillway / overflow
S
I avg - O avg = ( 117 )
t
in which Iavg = average inflow during time interval; Oavg = average outflow during time
interval; S = storage change. With a finite difference approximation, this can be
written as:
110
Chapter 10 Modeling Water-Control Facilities
2 S t +1 2 St
( + O t +1 ) = ( I t + I t +1 ) + ( - Ot ) ( 119 )
t t
All terms on the right-hand side are known. The values of It and It+1 are the inflow
hydrograph ordinates, perhaps computed with models described earlier in the
th
manual. The values of Ot and St are known at the t time interval. At t = 0, these are
the initial conditions, and at each subsequent interval, they are known from
calculation in the previous interval. Thus, the quantity (2St+1 / t + Ot+1) can be
calculated with Equation 119. For an impoundment, storage and outflow are related,
and with this storage-outflow relationship, the corresponding values of Ot+1 and St+1
can be found. The computations can be repeated for successive intervals, yielding
values Ot+1 , Ot+2, ... Ot+n , the required outflow hydrograph ordinates.
111
Chapter 10 Modeling Water-Control Facilities
Elevation Elevation
(b)
Elevation
Total flow
(c)
Elevation Elevation
Volume
Total flow
(f)
Figure 45. Illustration of the procedure for defining storage-outflow a relationship.
Figure 45(a) is the pond outlet-rating function; this relates outflow to the water-
surface elevation in the pond. The relationship is determined with appropriate weir,
orifice, or pipe formulas, depending on the design of the outlet. In the case of the
configuration of Figure 44, the outflow is approximately equal to the inflow until the
capacity of the culvert is exceeded. Then water is stored and the outflow depends on
the head. When the outlet is fully submerged, the outflow can be computed with the
orifice equations:
O = KA 2 gH ( 120 )
in which O = flow rate; K = dimensional discharge coefficient that depends upon the
configuration of the opening to the culvert; A= the cross-sectional area of the culvert,
normal to the direction of flow; H = total energy head on outlet. This head is the
difference in the downstream water-surface elevation and the upstream (pond) water-
surface elevation.
112
Chapter 10 Modeling Water-Control Facilities
Figure 45(b) is the spillway rating function. In the simplest case, this function can be
developed with the weir equation (Equation 116). For more complex spillways, refer
to EM 1110-2-1603 (1965), to publications of the Soil Conservation Service (1985),
and to publications of the Bureau of Reclamation (1977) for appropriate rating
procedures.
Figure 45(a) and (b) are combined to yield (c), which represents the total outflow
when the reservoir reaches a selected elevation.
For an arbitrarily-selected elevation, the storage volume can be found in (e), the total
flow found in (c), and the two plotted to yield the desired relationship, as shown in (f).
With this relationship, Equation 116 can be solved recursively to find the outflow
hydrograph ordinates, given the inflow.
References
Bureau of Reclamation (1977). Design of small dams. U.S. Dept. of the Interior,
Washington, D.C.
Soil Conservation Service (1985). Earth dams and reservoirs, Technical Release 60.
USDA, Springfield, VA.
USACE (1997). UNET one-dimensional unsteady flow through a full network of open
channel users manual. Hydrologic Engineering Center, Davis, CA.
USACE (1998b). HEC-5 simulation of flood control and conservation systems user's
manual. Hydrologic Engineering Center, Davis, CA.
113
Appendix A CN Tables
APPENDIX A
CN Tables
The four pages in this section are reproduced from the SCS (now NRCS) report
Urban hydrology for small watersheds. This report is commonly known as TR-55.
The tables provide estimates of the curve number (CN) as a function of hydrologic
soil group (HSG), cover type, treatment, hydrologic condition, antecedent runoff
condition (ARC), and impervious area in the catchment.
Soils are classified into four HSGs (A, B, C, and D) according to their
minimum infiltration rate, which is obtained for bare soil after prolonged
wetting. Appendix A [of TR-55] defines the four groups and provides a
list of most of the soils in the United States and their group classification.
The soils in the area of interest may be identified from a soil survey
report, which can be obtained from local SCS offices or soil and water
conservation district offices.
There are a number of methods for determining cover type. The most
common are field reconnaissance, aerial photographs, and land use
maps.
114
Appendix A CN Tables
SCS TR-55 Table 2-2a Runoff curve numbers for urban areas1
115
Appendix A CN Tables
SCS TR-55 Table 2-2b Runoff curve numbers for cultivated agricultural lands1
Close-seeded SR Poor 66 77 85 89
or broadcast Good 58 72 81 85
legumes or C Poor 64 75 83 85
rotation Good 55 69 78 83
meadow C&T Poor 63 73 80 83
Good 51 67 76 80
1
Average runoff condition, and Ia = 0.2S.
2
Crop residue cover applies only if residue is on at least 5% of the surface throughout the year.
3
Hydrologic condition is based on combination of factors that affect infiltration and runoff, including (a) density and canopy of vegetative
areas, (b) amount of year-round cover, (c) amount of grass or close-seeded legumes in rotations, (d) percent of residue cover on the land
surface (good 20%), and (e) degree of surface roughness.
Good: Factors impair infiltration and tend to increase runoff.
Poor: Factors encourage average and better than average infiltration and tend to decrease runoff.
116
Appendix A CN Tables
SCS TR-55 Table 2-2c Runoff curve numbers for other agricultural lands1
Woods.6 Poor 45 66 77 83
Fair 36 60 73 79
Good 304 55 70 77
117
Appendix A CN Tables
SCS TR-55 Table 2-2d Runoff curve numbers for arid and semiarid rangelands1
118
Appendix B Soil Moisture Accounting Model Details
APPENDIX B
1. HEC-HMS finds a minimum time interval for each storage volume with
potential to outflow, using procedures shown in Table 25.
4. If the interval from Step 3 is greater than the precipitation data interval,
the computational interval is set equal the precipitation interval.
6. If the interval from Step 5 is greater than the remaining time in the user-
specified interval, the computational interval is set equal the remaining
time.
7. If the interval from Step 6 is less than the remaining time in the user-
specified interval, the computational interval is adjusted so it is an even
divisor of the remaining time.
8. If the remaining time less the interval found in Step 7 is less than one
minute, the computational interval is set equal to the time remaining in
the user-specified interval.
119
Appendix B Soil Moisture Accounting Model Details
The time required to fill or drain storages varies throughout the simulation period, so
the program varies the computational time interval throughout the simulation. To do
so, it repeats these steps for each user-specified interval. So, for example, during
periods in which water is moving rapidly into and out of the storages in the SMA, the
program may select and use ten 1-minute computational intervals to account for soil
moisture fluxes during a 10-minute user-specified interval. However, as the
movement slows, the program may select a longer computational intervalperhaps
using two 5-minute computational intervals during the 10-minute user-specified
interval.
120
Appendix C Glossary
APPENDIX C
Glossary
This glossary is a collection of definitions from throughout the technical reference
manual plus definitions of other pertinent terms. Many of the definitions herein are
from the electronic glossary available from the USGS internet website at
http://water.usgs.gov/wsc/wsc_glo.htm and the USBR website at
http://www.usbr.gov/cdams/glossary.html.
Term Definitions
Annual Flood
A graph showing the relation between the surface area of the water in a
reservoir and the corresponding volume.
Attenuation
The margins of a channel. Banks are called right or left as viewed facing in
the direction of the flow.
121
Appendix C Glossary
Bank Storage
The water absorbed into the banks of a stream channel, when the stages rise
above the water table in the bank formations, then returns to the channel as
effluent seepage when the stages fall below the water table.
Bankfull Stage
Includes inventories of features of land and water that vary spatially (topographic and
geologic maps are examples), and records of processes that vary with both place
and time. Examples include records of precipitation, streamflow, ground-water, and
quality-of-water analyses.
Basic hydrologic information is a broader term that includes surveys of the water
resources of particular areas and a study of their physical and related economic
processes, interrelations and mechanisms.
The point where a stream channel splits into two distinct channels.
Boundary Condition
Derivation of a set of model parameter values that produces the best fit to
observed data.
122
Appendix C Glossary
Canopy Interception
Precipitation that falls on, and is stored in the leaf or trunk of vegetation. The
term can refer to either the process or a volume.
Channel
An naturally or artificially created open conduit that may convey water. See
also watercourse.
Channel Storage
The volume of water at a given time in the channel or over the flood plain of
the streams in a drainage basin or river reach. Channel storage can be large
during the progress of a flood event.
Computation Duration
A model that tracks the periods between precipitation events, as well as the
events themselves. Compare event-based model.
Correlation
Channel pattern of streams with tributaries that branch to form a tree-like pattern.
Depression Storage
123
Appendix C Glossary
Detention Basin
The runoff entering stream channels promptly after rainfall or snowmelt. Superposed
on base runoff, it forms the bulk of the hydrograph of a flood. The terms base runoff
and direct runoff are time classifications of runoff. The terms groundwater runoff and
surface runoff are classifications according to source. See also surface runoff
Discharge
The volume of water that passes through a given cross-section per unit time;
commonly measured in cubic feet per second (cfs) or cubic meters per second
3
(m /s). Also referred to as flow.
In its simplest concept discharge means outflow; therefore, the use of this term is not
restricted as to course or location, and it can be applied to describe the flow of water
from a pipe or from a drainage basin. If the discharge occurs in some course or
channel, it is correct to speak of the discharge of a canal or of a river. It is also
correct to speak of the discharge of a canal or stream into a lake, a stream, or an
ocean.
Discharge data in US Geological Survey reports on surface water represent the total
fluids measured. Thus, the terms discharge, streamflow, and runoff represent water
with sediment and dissolved solids. Of these terms, discharge is the most
comprehensive. The discharge of drainage basins is distinguished as follows:
Each of these terms can be reported in total volumes or time rates. The
differentiation between runoff as a volume and streamflow as a rate is not accepted.
See also streamflow and runoff.
124
Appendix C Glossary
Diversion
The taking of water from a stream or other body of water into a canal, pipe, or
other conduit.
Drainage Area
See evapotranspiration.
Effective Precipitation
That part of the precipitation that produces runoff. Also, a weighted average of
current and antecedent precipitation that is "effective" in correlating with runoff.
Evaporation
The process by which water is changed from the liquid or the solid state into
the vapor state. In hydrology, evaporation is vaporization and sublimation
that takes place at a temperature below the boiling point. In a general sense,
evaporation is often used interchangeably with evapotranspiration or ET.
See also total evaporation.
Evaporation Demand
An open tank used to contain water for measuring the amount of evaporation.
The US National Weather Service class A pan is 4 feet in diameter, 10 inches
deep, set up on a timber grillage so that the top rim is about 16 inches from
the ground. The water level in the pan during the course of observation is
maintained between 2 and 3 inches below the rim.
Evapotranspiration
Water withdrawn from a land area by evaporation from water surfaces and
moist soils and plant transpiration.
125
Appendix C Glossary
Event-Based Model
The volume of rainfall available for direct runoff. It is equal to the total rainfall
minus interception, depression storage, and absorption.
Falling Limb
The quantity of water, which would be required to restore the soil moisture to
field-moisture capacity.
Flood
An overflow or inundation that comes from a river or other body of water, and
causes or threatens damage. Any relatively high streamflow overtopping the
natural or artificial banks in any reach of a stream. A relatively high flow as
measured by either gage height or discharge quantity.
Flood Crest
The highest value of the stage or discharge attained by a flood; thus, peak
stage or peak discharge. Flood crest has nearly the same meaning, but
since it connotes the top of the flood wave, it is properly used only in referring
to stagethus, crest stage, but not crest discharge.
126
Appendix C Glossary
Floodplain
The gage height of the lowest bank of the reach in which the gage is situated.
The term "lowest bank" is, however, not to be taken to mean an unusually low
place or break in the natural bank through which the water inundates an
unimportant and small area. The stage at which overflow of the natural
banks of a stream begins to cause damage in the reach in which the
elevation is measured. See also bankfull stage.
Flood Wave
A graph showing the number of times per year on the average, plotted as abscissa,
that floods of magnitude, indicated by the ordinate, are equaled or exceeded. Also, a
similar graph but with recurrence intervals of floods plotted as abscissa.
Floodway
A part of the floodplain otherwise leveed, reserved for emergency diversion of water
during floods. A part of the floodplain which, to facilitate the passage of floodwater, is
kept clear of encumbrances.
The channel of a river or stream and those parts of the floodplains adjoining the
channel, which are reasonably required to carry and discharge the floodwater or
floodflow of any river or stream.
Flow-Duration Curve
127
Appendix C Glossary
Gaging Station
Water in the ground that is in the zone of saturation, from which wells,
springs, and groundwater runoff are supplied.
Groundwater Outflow
That part of the discharge from a drainage basin that occurs through the
ground water. The term "underflow" is often used to describe the
groundwater outflow that takes place in valley alluvium, instead of the surface
channel, and thus is not measured at a gaging station.
Groundwater Runoff
That part of the runoff that has passed into the ground, has become ground
water, and has been discharged into a stream channel as spring or seepage
water. See also base runoff and direct runoff.
Hydraulic Radius
The flow area divided by the wetted perimeter. The wetted perimeter does
not include the free surface.
Hydrograph
A graph showing stage, flow, velocity, or other property of water with respect
to time.
Hydrologic Budget
An accounting of the inflow to, outflow from, and storage in, a hydrologic unit,
such as a drainage basin, aquifer, soil zone, lake, reservoir, or irrigation
project.
Hydrologic Cycle
128
Appendix C Glossary
Index Precipitation
An index that can be used to adjust for bias in regional precipitation, often
quantified as the expected annual precipitation.
Infiltration
The movement of water from the land surface into the soil.
Infiltration Capacity
The maximum rate at which the soil, when in a given condition, can absorb
falling rain or melting snow.
Infiltration Index
An average rate of infiltration, in inches per hour, equal to the average rate of
rainfall such that the volume of rain fall at greater rates equals the total direct
runoff.
Inflection Point
Generally refers the point on a hydrograph separating the falling limb from the
recession curve; any point on the hydrograph where the curve changes
concavity.
Initial Conditions
A line drawn on a map or chart joining points that receive the same amount of
precipitation.
Lag
The time from the center of mass of excess rainfall to the hydrograph peak.
Also referred to as basin lag.
129
Appendix C Glossary
Loss
The difference between the volume of rainfall and the volume of runoff.
Losses include water absorbed by infiltration, water stored in surface
depressions, and water intercepted by vegetation.
Mass Curve
Meander
The flow of rainwater or snowmelt over the land surface toward stream
channels. After it enters a stream, it becomes runoff.
Parameter
130
Appendix C Glossary
A list of all flood peaks that exceed a chosen base stage or discharge,
regardless of the number of peaks occurring in a year. Also called floods
above a base. See also basic-stage flood series.
Peak
The highest elevation reached by a flood wave. Also referred to as the crest.
Peak Flow
The largest flood for which there is any reasonable expectancy in this climatic
era.
Probable Maximum Precipitation
The largest precipitation for which there is any reasonable expectancy in this
climatic era.
Rain
Liquid precipitation.
Rainfall
The quantity of water that falls as rain only. Not synonymous with
precipitation.
Rainfall Excess
131
Appendix C Glossary
Rating Curve
The average interval of time within which the given flood will be equaled or
exceeded once. When the recurrence interval is expressed in years, it is the
reciprocal of the annual exceedance probability.
Regulation
A pond, lake, or basin, either natural or artificial, for the storage, regulation,
and control of water.
Residual-Mass Curve
Rising Limb
That part of the precipitation that appears in surface streams. It is the same
as streamflow unaffected by artificial diversions, storage, or other works of
man in or on the stream channels.
132
Appendix C Glossary
Saturation Zone
The portion of the soil profile where available water storage is completely
filled. The boundary between the vadose zone and the saturation zone is
called the water table. Note, that under certain periods of infiltration, the
uppermost layers of the soil profile can be saturated. See vadose zone.
SCS Curve Number
A modeling process that accounts for continuous fluxes to and from the soil
profile. Models can be event-based or continuous. When using a continuous
simulation, a soil moisture accounting method is used to account for changes
in soil moisture between precipitation events.
Soil Moisture
Water diffused in the soil, the upper part of the zone of aeration from which
water is discharged by the transpiration of plants or by soil evaporation. See
also field-moisture capacity and field-moisture deficiency.
Soil Profile
Stage
A graph showing the relation between the surface elevation of the water in a
reservoir usually plotted as ordinate, against the volume below that elevation
plotted as abscissa.
Stage-Discharge Curve
A graph showing the relation between the water height, usually plotted as
ordinate, and the amount of water flowing in a channel, expressed as volume
per unit of time, plotted as abscissa. See also rating curve.
133
Appendix C Glossary
Stage-Discharge Relation
Rainfall or snowmelt led to the ground down the trunks or stems of plants.
Storage
Also, water naturally detained in a drainage basin, such as ground water, channel
storage, and depression storage. The term drainage basin storage or simply basin
storage is sometimes used to refer collectively to the amount of water in natural
storage in a drainage basin.
Storm
A general term for a body of flowing water. In hydrology the term is generally
applied to the water flowing in a natural channel as distinct from a canal.
More generally as in the term stream gaging, it is applied to the water flowing
in any channel, natural or artificial.
Stream Gaging
The process and art of measuring the depths, areas, velocities, and rates of
flow in natural or artificial channels.
Streamflow
The discharge that occurs in a natural channel. Although the term discharge
can be applied to the flow of a canal, the word streamflow uniquely describes
the discharge in a surface stream course. The term streamflow is more
general than runoff, as streamflow may be applied to discharge whether or
not it is affected by diversion or regulation.
Stream-Gaging Station
134
Appendix C Glossary
Surface Runoff
That part of the runoff that travels over the soil surface to the nearest stream
channel. It is also defined as that part of the runoff of a drainage basin that
has not passed beneath the surface since precipitation. The term is misused
when applied in the sense of direct runoff. See also runoff, overland flow,
direct runoff, groundwater runoff, and surface water.
Surface Water
In the context of the program, the portion of the soil profile that will lose water
only to evapotranspiration. This designation allows modeling water held in
the interstices of the soil. See also soil profile.
Time of Concentration
The travel time from the hydraulically furthermost point in a watershed to the
outlet. Also defined as the time from the end of rainfall excess to the
inflection point on the recession curve.
Time of Rise
The time from the start of rainfall excess to the peak of the hydrograph.
Time to Peak
The time from the center of mass of the rainfall excess to the peak of the
hydrograph. See also to lag time.
Total Evaporation
The sum of water lost from a given land area during any specific time by
transpiration from vegetation and building of plant tissue; by evaporation from
water surfaces, moist soil, and snow; and by interception. It has been
variously termed evaporation, evaporation from land areas,
evapotranspiration, total loss, water losses, and fly off.
Transpiration
The quantity of water absorbed and transpired and used directly in the
building of plant tissue, in a specified time. It does not include soil
evaporation. The process by which water vapor escapes from the living
plant, principally the leaves, and enters the atmosphere.
Underflow
The downstream flow of water through the permeable deposits that underlie a
stream and that are more or less limited by rocks of low permeability.
135
Appendix C Glossary
Unit Hydrograph
An area characterized by all direct runoff being conveyed to the same outlet. Similar
terms include basin, drainage basin, catchment, and catch basin.
A part of the surface of the earth that is occupied by a drainage system, which
consists of a surface stream or a body of impounded surface water together with all
tributary surface streams and bodies of impounded surface water.
136
Index
INDEX
137
Appendix C Glossary
138