Week 5
Week 5
Week 5
This week
How to estimate baseflow
Factors influencing flow generation
Rainfall Runoff Modelling principles
Linear and non-linear models
Unit hydrograph
Questions from last week?
Rainfall-runoff model
Estimate:
Effective/Excess rainfall (total rainfall minus losses)
Baseflow
Catchment properties
Total runoff and direct runoff
ΔS = S2 – S1
= [(I1+I2)/2 – (Q1 + Q2)/2] ΔT
Streamflow (m3s-1)
50.0
40.0
30.0
20.0
10.0
0.0
0 5 10 15 20 25 30 35
Time (hours)
Example
Excess rainfall as a flow (m3s-1) = excess rainfall multiplied by
catchment area
LHS of equation = S+Q ΔT/2
But S = KQ LHS = (KQ+Q ΔT/2)
LHS = RHS Q = RHS/(K + ΔT/2)
Excess rainfall event lasted 4 hours.
Storage took 30 hours to reduce to zero
Relationship between Q and S
Non linear case – more realistic:
Lag time is related to outflow S i.e.= K(q) x q
Common relationship is power-law
S = kqm
k and m are parameters that need to be calibrated from observed
streamflow
Note difference between lag time (K) and lag parameter (k) –
confusing! But standard!
How to get this function?
Plotting all S versus Q points and fitting a function on it (linear or
non-linear).
Implications of non-linearity
Linear case
inflow and outflow are proportional
Double inflow double outflow
0.8
0.6
P 0.4
0.2
0.0
15.0
10.0
Q 5.0
0.0
0 3 6 9 12
T
P=4mm at t=1
Streamflow Hydrograph (P1=4)
4
P2
1
60
40
Q 20
0
0 3 6 9 12
T
P=2mm at t=2
Streamflow Hydrograph (P1=0, P2=2)
2.0
1.5
P 1.0
0.5
0.0
30.0
20.0
Q 10.0
0.0
0 3 6 9 12
T
P=3mm at t=3
Streamflow Hydrograph (P1=P2=0, P3=3)
3.0
2.5
2.0
P 1.5
1.0
0.5
0.0
50.0
40.0
30.0
Q 20.0
10.0
0.0
0 3 6 9 12
T
Hydrograph for t=1 to 3
Streamflow Hydrograph (P1=4, P2=2, P3=3)
P2
1
120
80
Q 40
0
0 3 6 9 12
T
Properties (1)
UH is a catchment property - not a storm property. It is a model
that convert the rainfall hyetograph into a corresponding runoff
hydrograph.
The UH period (or duration) can be defined for any storm
duration
Properties (2)
The UH assumes the length of the hydrograph is the same for
different storms with the same duration (known as ‘time
invariance’).
• Say we have a storm that lasts 1 hour and 10 mm of effective rainfall is
recorded, and the resulting surface hydrograph has a duration of 5 hours.
• If you have another storm of the same length (1 hour) where 1000 mm is
rainfall is recorded, according to unit hydrograph theory, the surface
hydrograph should again be of a 5 hour duration.
• Equivalent to an exponent m=1 in the Q~S relationship S=KQm
Properties (3)
The UH assumes the effective rainfall is distributed uniformly
within the unit period the unit hydrograph is form.
The effective rainfall is distributed uniformly over the entire
catchment area too.
Linking to catchment area
The amount of effective precipitation is equal to the volume that
is in the stream as surface runoff,
the area under the unit hydrograph (the volume of water due to 1
mm excess rainfall over the entire catchment) is equal to the total
area of the catchment.
Example
Given a 2-hour UH and the rainfall intensities for a catchment,
estimate the resulting hydrograph.
Example 1
A 2-hour UH for a given catchment is:
Time (hours) 0 2 4 6 8 10 12 14
UH ordinates
0 12 42 70 51 22 10 0
(m3s-1)
Rainfall (mm) 20 40 0
2 hour UH
80
70
60
50
40
30
20
10
0
0 2 4 6 8 10 12 14
UH X 20 UH X 40 (Shifted by 2
hrs)
Example 1 (solution)
How to use UH to estimate the surface runoff:
Time (hours) 0 2 4 6 8 10 12 14
20 x 12
First rainfall period 20 x 42 20 x 70 20 x 51 20 x 22 20 x 10
= 240
Baseflow 100 340 1420 3180 3920 2580 1140 500 100
What’s the catchment area?
P*A = V => A = V/P
V = (240 * 3600 *2) + (1320 * 3600 *2) + (3080* 3600 *2) + (3820
* 3600 *2) +
(2480 * 3600 *2) + (1040 * 3600 *2) +
(400 * 3600 *2) = 89136000 m3
P = 20 + 40 = 60 mm = 0.06 m
A = 89136000 / 0.06 = 1.49 * 109 m2
= 1490 km2
Formalizing the mathematical
representation of UH
The convolution equation:
Notations:
• Qi represents the i'th ordinate of the surface runoff hydrograph
• Ui represents the i'th UH ordinate
• Pi represents the i'th excess precipitation amount
• j is the number of precipitation hyetograph ordinates
• k is the number of unit hydrograph ordinates
• n is the number of hydrograph ordinates
Streamflow Hydrograph (P1=4, P2=2, P3=3)
P2
P 1
120
j
80 final
Q 40 hydrograph
U
U Q
0
H
0 3 6 9 12
T
k n
Q0 0
Q1 P1U 1
Q2 P1U 2 P2U 1
Q3 P1U 3 P2U 2 P3U 1
......
Qj P1U j P2U j 1 P3U j 2 ... PjU 1
Q j 1 P1U j 1 P2U j P3U j 1 ... PjU 2
......
Qk P1U k P2U k 1 P3U k 2 ... PjU k j 1
Qk 1 P2U k P3U k 1 ... PjU k j 2
......
Qn PjU k
Matrix representation
The matrix representation is the basis for estimating a unit
hydrograph based on recorded excess precipitation and surface
runoff for a given storm event. This is a convenient
representation for computer based calculations.
Matrix representation of the UH
If the rainfall had three time
increments (j=3), the UH had
five time increments (k=5), then
the resulting matrix equations
would be as shown:
Limitations of UH theory
1. Space invariance of effective rainfall
The effective rainfall is assumed to occur uniformly over the
catchment under UH theory. The spatial variability of rainfall
increases as the catchment becomes larger and larger. Spatial
variability is definitely an important factor when the storm is a
convective one.
Limitations of UH theory
2. Time invariance of effective rainfall
The effective rainfall is assumed to be constant in the time period
of the UH. This is never the case with recorded data.
Assumption of "linearity"
The UH theory assumes that the ordinates of the surface runoff
hydrograph are directly proportional to the volume of a given unit
storm
This permits the addition and subtraction of a UH to obtain
hydrographs for longer than unit storm durations.
This is the major limiting assumption behind UH theory. This is
important since all catchments are nonlinear in nature, although
some are more nonlinear than others.
Time period
Only temporal heterogeneity is considered, at the resolution of
the defined time period of the UH.
Since the time period of a UH is the only varying factor, one will
have different UH's for the same catchment depending on the
storm duration. Terms such as a 1-hour UH, 6-hour UH, 12-hour
UH are commonly used to denote the unit hydrograph for
differing time periods.
Deriving different durations
Once the unit hydrograph for a particular duration has been
developed, it is relatively easy to derive unit hydrographs for
other durations.
Two cases
• Case 1: Longer duration and integer multiple of the base UH (e.g. a 6 hour
hydrograph from a 3 hour UH)
• Case 2: Shorter UH (e.g. a 1 hour hydrograph from a 2 hour UH)
Case 1: multiple durations of the original
Easiest case
Uses multiple shifted and scaled versions of the original UH
Scaling factor is ratio between base duration and new duration
E.g. from 1 hour UH to 3 hour UH – we scale by 1/3
Scaling ensures that the new UH has a rainfall total of 1mm
Case 1: multiple durations of the original
Example: If we have 1 hour unit
hydrograph and need a 2 hour
unit hydrograph.
Case 1: multiple durations of the original
1. Use two x 1 hour unit
hydrographs and scale by 0.5
2. Lag the second UH by one 1+2
hour (blue)
3. Add the hydrograph
2
ordinates (green)
1
Example
Find the 4-hour UH for the following 2-hour UH
Time (hours) 0 2 4 6 8 10 12 14
UH ordinates
0 12 42 70 51 22 10 0
(m3s-1)
Solution
We need to take the 2 x 2 hr UH
We need 1 mm rainfall but we would have 2 mm (2 x 1mm) so we
need to scale by ½
We shift the second UH by 2 hours.
Solution
Original 2hr UH 0 12 42 70 51 22 10 0
0.5 x 2-hour
0 6 21 35 25.5 11 5 0
UH1 (m3s-1)
0.5 x 2-hour
0 6 21 35 25.5 11 5
UH2 (m3s-1)
4-hour UH
0 6 27 56 60.5 36.5 16 5
(m3s-1)
0.5 x 2 hour unit hydrograph 0.5 x 2 hour unit hydrograph (shifted)
Steps:
1. Construct the S-hydrograph from the scaled T-hour UH
2. Shift the position of the S-hydrograph by the duration D.
3. Compute the differences between the two S-hydrographs
4. Divide the estimated differences by D. This is the desired D-
hour UH.
Δt’ < Δt
80
S-hydrograph
2-hour UH x 2
=> 2 mm for 2 hours
20
0
0 5 10 15
Time (hours)
Example
Find the 2-hour UH from the following 4-hour UH
Time
0 2 4 6 8 10 12 14 16
(hours)
4-hour UH
ordinates 0 6 27 56 60.5 36.5 16 5 0
(m3s-1)
Step 1: Calculate the s-hydrograph
Find the S-hydrograph which is the hydrograph for a 1mm/hour
rainfall storm continuing indefinitely.
Time
0-4 4-8 8-12 12-16 16-20
4-hour- (hrs) S-
Time
UH (m3s- Hydrograph
(hrs) Rain
1
) 4 4 4 4 4 (m3s-1)
(mm)
0 0 0 0
2 6 24 24
4 27 108 0 108
6 56 224 24 248
8 60.5 242 108 0 350
10 36.5 146 224 24 394
12 16 64 242 108 0 414
14 5 20 146 224 24 414
16 0 0 64 242 108 0 414
18 20 146 224 24 …
20 0 64 242 108 …
22 … … … …
24 … … … …
Step 2 - 4
Step 2: Shift the S-hydrograph by 2hours
Step 3: Find the difference between the 2 S-hydrographs
Step 4: Scale to find the 2-hour-UH.
Difference (m3s-1) 2-hour-UH (m3s-1)
S- S-Hydrograph
Time (Hydrograph for 2 (Hydrograph for 1
Hydrograph (lagged by 2
(hrs) mm rain over 2 hour mm rain over 2
(m3s-1) hours) (m3s-1)
period) hour period)
0 0 0 0 0
2 24 0 24 12
4 108 24 84 42
6 248 108 140 70
8 350 248 102 51
10 394 350 44 22
12 414 394 20 10
14 414 414 0 0
16 414 414 0 0
Why should we study the UH approach?
It is a fundamental concept used in many catchment simulation
models.
It has been widely studied for use in ungauged catchments.
It provides a foundation for evaluating the function controlling
catchment runoff.
Summary
Main assumptions of the UH methodology:
• Catchments respond as linear systems, implying both the proportionality
principle and the superposition principle.
• The effective rainfall intensity is uniformly distributed over the entire river
basin.
• The rainfall excess is of constant intensity throughout the rainfall duration.
(Note IUH extensions).
• The duration of the direct runoff hydrograph, that is, its time base, depends
only on the effective rainfall duration.