Skip to content

amireson/HydrologyOfWorldCities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydrology of World Cities

By Andrew Ireson(1) and Simon Mathias(2)

  1. Global Institute for Water Security, University of Saskatchewan, Canada
  2. University of Durham, UK

This script obtains an estimate of average monthly rainfall and potential evapotranpiration for all the major world cities. The script obtains monthly climate data from the WMO website, and location data from the python basemap library. Potential evapotranspiration is estimated using the FAO 56 method. This information provides a first order understanding of the hydrology of any particular location.

This script is written in jupyter notebook, using python version 3.6

Example run: Saskatoon, Canada versus London, UK

Here, outputs from this tool are shown for Saskatoon, Canada, and London, UK, using the three figures produced by the tool, and the discussion provides an example of these data can be used to draw insights about how the hydrology of these places works. Saskatoon and London provide a nice comparison, since these cities have almost exactly the same latitude (London, blue, is 51.5 deg N, Saskatoon, red, is 52.1 deg N):

World map showing London and Saskatoon

Due to the effects of the Gulf stream, and the coastal versus continental climate, the temperatures are vastly different:

Temperature in London and Saskatoon

Due to the vicinitiy of the ocean, London has far more precipitation than Saskatoon, and while London has a fairly even distribution of precipitation over the year, with only subtle seasonal variation, Saksatoon has the bulk of it's precipitation in the summer months. Potential evaporation, on the other hand, is fairly similar in both Saskatoon and London. This results in London being temperate and humid, while Saksatoon is seasonally frozen and semi-arid.

Precipitation and potential evaporation in London and Saskatoon

From this data we can infer that London receives a net input of water during the winter months, when precipitation is high, relative to potential evaporation, and this is when most groundwater recharge and runoff generation will occur. In Saskatoon, average monthly precipitation never exceeds potential evaporation, but due to the low temperature in the winter, all the precipitation that does fall is held up in the snowpack until the spring when melt occurs. Hence spring is when the most significant input of water for soil and groundwater recharge and runoff generation occurs.

Further discussion of the differences in the groundwater regimes in these specific locations is provided in this paper, in particular in Figure 3, 4 and 5.

Download and run the tool using Python 3/Jupyter notebook, to explore and compare the hydrology of any major cities on the earth.

About

First order information about the hydrology of any major city of Earth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors