- / -

Tutorials

Runoff

Runoff

Storm Hydrograph Interpretation

Fig. (1) shows a schematic storm hydrograph: stream discharge against time for a small catchment, with the rainfall that caused it drawn as bars from the top.

Fig1
A storm hydrograph. The dashed line is one estimate of the baseflow contribution.

Baseflow separation and the runoff ratio

The storm

On 5 and 6 February 2021 a storm crossed the Goobarragandra River catchment, a steep forested headwater of the Murrumbidgee. The gauge at Lacmalac (AWRC 410057) drains 665 km² and records rainfall as well as river stage, so one file gives you both sides of this question.

https://data.gadopt.org/water-course/goobarragandra_410057_feb2021_hourly.csv

The file is hourly, from 1 to 22 February 2021, with three columns: datetime, discharge_ML_per_day and rainfall_mm. There are no gaps.

Fig2
Goobarragandra River at Lacmalac, February 2021. Hourly discharge and rainfall at the same site.
One megalitre over one square kilometre is one millimetre

A megalitre is 10^3\ \text{m}^3 and a square kilometre is 10^6\ \text{m}^2, so spreading 1 ML over 1 km² gives a depth of 10^{-3} m, which is exactly 1 mm.

Discharge in ML/day divided by catchment area in km² is therefore a runoff depth in mm/day, with no conversion factor. This is why Australian hydrology quotes river flow in megalitres.

Tasks

Runoff Mechanism Comparison

Hydrologists have proposed different theories for how rainfall becomes streamflow during storm events.

Two catchments, same rain, different soil

Consider two catchments of the same area, the same general topography and the same land cover. One is developed on deep sandy soils. The other is a clay catchment.

Saturated is not the same as contributing

Fig. (3) is part of a catchment after three days of rain. Four areas, labelled A to D, are saturated to the surface. The contour interval is 5 m and the channels are in blue.

Fig3
Four saturated areas in one catchment. Saturation is not the only requirement for contributing to the storm peak.

Groundwater and Subsurface Contributions

Not all storm runoff comes from direct overland flow. Subsurface processes can be equally important.

How much of the storm hydrograph is old water?

Return to the Goobarragandra storm. Suppose that during the event you had sampled the stream for oxygen-18 and found the following. Water that had been in the catchment before the storm has a composition of \delta^{18}\text{O} = -6.2 ‰, and the storm rainfall was -11.4 ‰.

time\delta^{18}\text{O} of streamwater (‰)
5 Feb 18:00-6.4
6 Feb 00:00-6.9
6 Feb 09:00 (the peak)-7.6
6 Feb 18:00-7.2
7 Feb 12:00-6.7

Illustrative values. There is no published isotope record for this gauge; the numbers are typical of a temperate upland catchment.

A two-component separation treats the stream as a mixture of pre-event (“old”) water and event (“new”) rainfall. Writing a mass balance for the water and the same balance again for the tracer gives

f_{\text{new}} = \frac{\delta_{\text{stream}} - \delta_{\text{pre}}}{\delta_{\text{rain}} - \delta_{\text{pre}}}

Tasks

Design peak flow: the Rational Method

Introduction

The Rational Method estimates the peak discharge from a small catchment. It assumes the maximum runoff occurs when the whole catchment is contributing at once, which happens when the storm lasts at least as long as the time of concentration T_c, the time water takes to travel from the most distant point of the catchment to the outlet.

In SI units,

Q = \frac{C \, i \, A}{3.6}

where Q is the peak discharge in m³/s, C is the dimensionless runoff coefficient (0 to 1, set by land use and soil), i is the rainfall intensity in mm/hour for a storm of duration T_c, and A is the catchment area in km². The factor 3.6 converts mm·km²/hour into m³/s.

Where a catchment carries several land uses, the composite coefficient is the area-weighted average of the individual coefficients.

The method predicts peak flows only. Do not use it for volumes or for routing.

Exercise

A 2.4 km² catchment on the fringe of Wagga Wagga contains the following land uses:

land useshare of catchmentrunoff coefficient C
residential housing25 %0.40
roads and roofs15 %0.90
parkland on sandy soil25 %0.15
remnant woodland35 %0.10

The design storm has a rainfall intensity of 78 mm/hour, and the time of concentration is estimated at 20 minutes.

A satellite that cannot measure discharge

A swath altimeter such as SWOT measures the elevation and the width of the water surface over an area, and therefore the water surface slope along a reach. It cannot measure velocity, and it cannot see the channel below the lowest water surface it has ever observed.

Fig4
What a swath altimeter measures on one reach: two water surfaces, their widths, and the slope between them. The area below the lower surface has never been observed.

Two overpasses of a 10 km reach give the following.

quantitypass 1pass 2
water surface width185 m210 m
water surface elevation, head of reach84.12 m85.38 m
fall along the 10 km reach0.44 m0.46 m

Recall the uniform flow law from the lecture,

Q = \frac{1}{n} A R^{2/3} S^{1/2}

For a channel much wider than it is deep, the hydraulic radius R is very close to A/W.

Tasks