0% found this document useful (0 votes)
137 views35 pages

Hydrological Modelling

The document discusses hydrological modeling and creating hydrologically correct digital elevation models (DEMs). It covers the basics of hydrology like the water cycle and catchment models. It emphasizes that DEMs need corrections to represent surface topography and drainage accurately for hydrological modeling. Specifically, sinks need to be filled and flow direction and accumulation grids created from the DEM to properly delineate streams and watersheds.

Uploaded by

xyzt5000
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
137 views35 pages

Hydrological Modelling

The document discusses hydrological modeling and creating hydrologically correct digital elevation models (DEMs). It covers the basics of hydrology like the water cycle and catchment models. It emphasizes that DEMs need corrections to represent surface topography and drainage accurately for hydrological modeling. Specifically, sinks need to be filled and flow direction and accumulation grids created from the DEM to properly delineate streams and watersheds.

Uploaded by

xyzt5000
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

Lecture 18

Hydrological modelling

Outline:
– Basics of hydrology
– Creating hydrologically correct DEMs
– Modelling catchment variables

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 1


Basics of Hydrology
• The “Golden Rule” of hydrology.....
“water flows down hill”

– under force of gravity


– BUT, may move up through system via:
 capillary action in soil
 hydraulic pressure in groundwater aquifers
 evapotranspiration

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 2


The hydrological cycle
• Representation of:
– flows
 water
 energy
 suspended/dissolved materials
– inputs/outputs to/from sub-systems
 catchment/watershed
 atmosphere
 water stores (soil, bedrock, channel, etc.)

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 3


The hydrological cycle

evapotranspiration
atmosphere

interception
precipitation
surface store (ground)
overland flow
evaporation
infiltration channel store evaporation
soil store channel flow
percolation through flow
surface store (lake)
groundwater store surface store (sea)
return flow
groundwater flow

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 4


Catchment models

• Catchment-based models:
– spatial representation
 lumped
 distributed

– process representation
 black-box
 grey-box
 white-box

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 5


Spatial representations

• Lumped vs Distributed models...


Rf
A
Int
OVF1
Rf ET Ovf
S1
OVF2
S2 TF
C TF1 OVFn
Sn
P1 TF2 DTM
Ro
P2 TFn etc.
Q
Pn Q

lumped 2D distributed 3D distributed

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 6


Process representations

• Black-box vs White-box models...

I I
ET A

** Int Inf
* Ovf C
o * ****
**
Cn S TF P Gw
i

O O

Black-box White-box
Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 7
Role of DTMs
• Surface shape determines water behaviour
– characterise surface using DTM
 slope
 aspect
 (altitude)
– delineate drainage system:
 catchment boundary (watershed)
 sub-catchments
 stream network
– quantify catchment variables
 soil moisture, etc.
 flow times... catchment response

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 8


DEMs for hydrology

slope

altitude

aspect

drainage basins stream networks

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 9


More spatial variables
• Other key catchment variables:
– soils
 type and association
 derived characteristics
– geology
 type
 derived characteristics
– land use
 vegetation cover
 management practices
– artificial drainage
 storm drains/sewers

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 10


Catchment inputs/outputs
• Inputs:
– precipitation (rain or snow)
– suspended/dissolved load
– pollutants (point source/non-point source)
• Outputs:
– stream discharge
– water vapour (evapotranspiration)
– groundwater recharge/transfer
– suspended/dissolved load
– pollutants

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 11


Catchment stores

Atmosphere

Interception store

Channel store
surface store
Soil store

Groundwater store

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 12


GIS-based catchment models

• Use data layers to represent:


– catchment characteristics
– inputs and outputs
– water stored in system
– flows within system
• Calculations between layers used to:
– represent relationships
– model processes
– predict RESPONSE

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 13


Question…
– Why do we need to correct DEM to be
hydrologically correct?
– What problems might occur if we use an
uncorrected DEM?

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 14


Creating a hydrologically correct DEM
DEM

FLOWDIRECTION

SINK

Are there
Yes any sinks?
No

FILL

Delineate watersheds Delineate stream network

WATERSHED BASIN FLOWACCUMULATION

Threshold FLOWACCUMULATION output


streamnet = con (flowacc > 100, 1)

STREAMLINE STREAMLINK STREAMORDER

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 15


Calculating flow direction

• ArcGRID...
– flowdirection
 determines direction of flow from every cell
 based on DTM
 uses D8 algorithm
 finds sinks

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 16


Flow direction grid

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 17


Flow accumulation

• ArcGRID...
– flowaccumulation
 calculates accumulated weight of all cells flowing
into each downslope cell
 based on flowdirection_grid
 high values = channels, zero values = ridges
 may specify weight_grid

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 18


Flow accumulation grids

Flow accumulation
(upslope area > 1000)

Flow accumulation
(upslope area > 100)

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 19


Flat area problems

high relief head water areas – good channel low relief basin outpour areas – poor
delineation channel delineation

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 20


Handling convergent drainage
• The problem with pits…
– closed depressions in DEM
– real or artefacts of DEM data model?
– often found in narrow valley bottoms where width of
flood plain < cellsize of DEM
– also found in low relief areas due to interpolation errors
– disrupt drainage topology
• To remove or not remove?
– fill in to obtain continuous flow direction network

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 21


Uses of local drain direction
• Flowaccumulation (local drain directions):
– useful for computing other properties because of
information on connectivity:
 cumulative amount of material passing through a cell (e.g.
water, sediment, etc.)
 basis of many hydrological models
– mass balance model
 flow = cumulative Rf - Int - Inf - ET
– wetness index
 ln(As/tanB) ...where As = upslope area, B = slope)
– stream power index
 w = As.tanB
– sediment transport index
 T = (As/22.13)0.6 (sinB/0.0896)1.3
Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 22
Wetness index

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 23


Calculating watersheds

• ArcGRID...
– watershed
 calculates upslope area contributing flow at a given
location
 based on flowdirection_grid and ‘pour points’

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 24


Watersheds from specified outflow points

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 25


Defining stream networks

• ArcGRID...
– stream networks
 use con or setnull functions to delineate stream
networks, i.e.
streamnet = con (flowacc > 100, 1)
streamnet = setnull (flowacc < 100, 1)
 based on flowaccumulation_grid and threshold
value

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 26


Calculating stream order

• ArcGRID...
– streamorder
 calculates streamorder
 based on either STRAHLER or SHREVE ordering

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 27


Stream order - Strahler

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 28


Stream order - Shreve

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 29


Conclusions

• DEMs are important for modelling the


hydrological cycle
– water flows down hill
– other variables
• Need to create hydrologically correct DEMs
for accurate modelling

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 30


Practical

• Catchment modelling
• Task: Derive a stream network from a DEM
• Data: The following datasets are
provided…
– Section of Upper Tyne Valley DEM (50m
resolution)
– River network (1:50,000)

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 31


Practical

• Steps:
1. Follow flow chart (supplied) to correct the
DEM and derive a stream network
2. Compare derived stream network with
1:50,000 stream network
3. Identify problem areas and possible causes

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 32


Learning outcomes

• Experience with DEM correction and


stream network derivation in ArcGRID
• Familiarity with problems of deriving
stream networks in GIS

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 33


Useful web links
• Hydrological modelling
– http://www.gisdevelopment.net/application/nrm/water/s
urface/watsw0004.htm
• DEMs and watershed modelling
– http://www.basic.org/projects/dtm/dtmdemo.html

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 34


Next week…

• Environmental assessment
– Basics of EIA
– Using GIS to perform EIA
– Examples
• Practical:
– Develop EIA for wind farm example

Week 22 GEOG2750 – Earth Observation and GIS of the Physical Environment 35

You might also like