8.2 Unit Hydrographs¶
what is a unit hydrograph? why are they important/useful?
Assumptions¶
Direct runoff duration (time) is same for all uniform-intensity storms of same duration (time)
Two excess hyetographs of the same duration (time) will produce direct runoff hydrographs of the same duration (time) but with runoff rates proportional to the volumes (depth) of the excess hyetographs
The time distribution of direct runoff from a given storm duration is independent of concurrent runoff from prior storms (no memory)
Timing¶
Strictly speaking, each unit hydrograph has a particular duration associated with it, D in the diagram
That duration must coincide with the time step size used in discrete aggregation
Thus a D-hour unit hydrograph is a response to a D-hour “pulse” of excess precipitation.
The flow associated with that response is reported every D-hours until there is no further response (\(T_D\) in the diagram)
Each watershed has a characteristic response time, \(T_{lag}\) and \(T_P\) in the diagram. The characteristic time of the watershed is related to physical characteristics of the watershed contributing area, slope, etc. The time step size for aggregation must the same as the duration, and the time-to-peak for the watershed must be an integer multiple of that value.
Note
These requirements are coded into HEC-HMS which will issue warnings as these requirements are violated. As a designer you need to decide whether to ignore the warnings and proceede or adjust inputs and parameters to satisfy the various rules of the signal processing.
Convolution¶
How are they built from data (analysis)?¶
Will demonstrate several approaches by example (mostly using the same data and different methods)
Back-Substitution¶
Observe that if the linear system has full ranked matrix (rows=columns) and non-zero diagonal, one could just solve the resulting linear equation for the unitgraph weights
Probably better than manual back-substitution which is error prone
Many instances the system is over-determined; more equations than unknowns and an optimization technique is usually applied
Least-Squares¶
This method is good for over-determined cases, although may produce negative weights - usually these are small in magnitude and late in time, so not a huge issue but do need addressing when they arise.
The least squares approach treats the problem as a regression problem, and fits the weights to the data. A spreadsheet can implement the technique for smallish problems.
What are Unit Hydrographs used for?¶
They are useful to predict responses to future storms of correct duration.
A future storm of same duration but different magnitude (similar input sequence)
A future storm of same duration but different magnitude (different input sequence)
A future storm of same duration but different magnitude (different input sequence)
Parametric Unit Hydrographs¶
The unit weights can be replaced by a function whose shape is adjusted by one or more parameters, these are called parametric unit hydrographs.
VALUE OF PARAMETRIC UNIT HYDROGRAPHS¶
Fewer values to keep track of
Simple extension of time-base
If the parameters can be associated with watershed metrics (Slope, MCL, soil properties, shape, etc.) the resulting model is called a synthetic unit hydrograph
Called synthetic because response can be synthesized from the metrics rather than from analyzing observations (which we may not have in cases of practical interest)
Time-Base Extension¶
Extending the time base of a UH is needed to accomodate storms of much different length than used in the analysis. Extension for parametric hydrographs is fairly easy, just extend the matrix as needed. For classically obtained weights, the S-curve technique as as good as any. Fortunately most software has parametric UH choices built-in, so this is a non-issue these days unless you are using historical UHs and need to bring them into the 21st century.
Summary concepts¶
Unit hydrographs map the excess precipitation signal to the outlet
Base-flow separation isolates the total discharge from the storm-induced discharge
Loss models are implicit; the unit hydrograph maps excess to the outlet
Back-substitution (linear equation) and Least-Squares analysis method illustrated.
Parametric UH described
Hydrograph Analysis
Measured rainfall and runoff to infer the transfer function. Implies: Have DATA.
Hydrograph Synthesis
Physical properties of watershed used to postulate the transfer function. Actual measurements not required – Produces an ESTIMATE
Spreadsheets¶
Listed below are spreadsheets that implement simple UH examples. They are Excel (circa 2009) spreadsheets, that work in current Excel, LibreOffice, and Numbers environments