Study Materials

The available course study materials are presented here. Groups of two students working jointly on one of the provided basins throughout the course is effective. The data are available for download under this link. Please note that the size of the complete case study pack is approx 2 GB. So it might be better to just download the relevant files / folder for the corresponding basin you are working on. The geospatial data layers can be viewed, processed and analyzed in QGIS and/or R, depending on your preference. The discharge data is stored in R .rds format and needs to be opened and analyzed in R/RStudio.

The directory tree of an example catchment (Gunt river basin) is shown below. All directory files contain correspondingly similar files1 (see Figure 0.1 for an example). The ./Basin/ subfolder contains the basin shapefile delineating the catchment. The ./Climatology/ is empty to start with and students are asked to extract the relevant data for their catchment. These data include long-term mean temperature 2 meters above surface, total precipitation as well as reference potential evapotranspiration and the aridity index. The regional raster climate data are provided under ./STUDENTS_CaseStudyPacks/CLIMATE on Dropbox. Data are discussed below below. A QGIS project has been setup for viewing and analyzing these data. It is available under ./STUDENTS_CaseStudyPacks/STUDENTS_CaseStudyProject.qgz.

Sample directory structure of the Gunt river basin.

Figure 0.1: Sample directory structure of the Gunt river basin.

An overview over the available basins in the study pack is shown in Figure 0.2. All data can be accessed in the corresponding QGIS project.

Overview map of the Central Asia region with the 7 study basins. The rivers include the Gunt River in the Amu Darya basin, the Sokh and Isfayramsoy rivers in the Syr Darya basin, the Pskem and Chatkal rivers in the Chirchik river basin and finally, the Ala Archa and Chon Kemin rivers in the Chu river basins. The catchments are delineated with by the black polygons and the location of the individual gauges highlighted with the red circles.

Figure 0.2: Overview map of the Central Asia region with the 7 study basins. The rivers include the Gunt River in the Amu Darya basin, the Sokh and Isfayramsoy rivers in the Syr Darya basin, the Pskem and Chatkal rivers in the Chirchik river basin and finally, the Ala Archa and Chon Kemin rivers in the Chu river basins. The catchments are delineated with by the black polygons and the location of the individual gauges highlighted with the red circles.

The next Figures shows the distribution of land ice in the Central Asia Region (see Figure 0.3). Land ice data is from (GLIMS and NSIDC 2005) and has been prepared for the Central Asia domain. These data have also been prepared for the individual catchments and are stored in the corresponding ./Glaciers/ folder.

Distribution of land ice in the Central Asia region. Source Data: GLIMS

Figure 0.3: Distribution of land ice in the Central Asia region. Source Data: GLIMS

SRTM data for all catchments have been downloaded (“Srtmgl1 n -ASA SRTM Version 3.0” 2020a). Rectangular areas surrounding each catchment are available and provide the basis for further analysis. These data are raw data and not hydrologically corrected. The data are required for basin characterization, i.e. minimum, maximum and mean elevation, the derivation of the hypsometric curve and the preparation of the RS MINERVE modeling input files.

SRTM digital elevation models for catchments. Source Data: SRTM [@USGS_2020]

Figure 0.4: SRTM digital elevation models for catchments. Source Data: SRTM (“Srtmgl1 n -ASA SRTM Version 3.0” 2020a)

CHELSA (Climatologies at high resolution for the earth’s land surface areas) data of downscaled model output temperature and bias-corrected precipitation estimates of the ERA-Interim climatic reanalysis to a high resolution of 30 arc sec are provided in the ./STUDENTS_CaseStudyPacks/CLIMATE folder. The data set covers the year 1981 - 2013 and are described in (Karger et al. 2017) and (Beck et al. 2019). More information is also provided in the Chapter 5. Figure 0.5 shows the long-term mean 2 meters above surface temperature over the Central Asia domain and Figure 0.6 the precipitation raster.

Long-term mean 2 meter above surface temperature. Source Data: [@Karger_2017]. Pink colors are indicate warm regions, dark blue to purple colors indicate cold regions.

Figure 0.5: Long-term mean 2 meter above surface temperature. Source Data: (Karger et al. 2017). Pink colors are indicate warm regions, dark blue to purple colors indicate cold regions.

The long-term precipitation norm over the period 1981 - 2013 is shown in Figure 0.6.

Long-term mean precipitation. Source Data: CHESLA data [@Karger_2017] bias corrected for snow undercatch as described by [@chelsaData_Beck]. Dark blue values in high mountain terrain indicate norm precipitation P > 2'000 mm/a whereas bright blue to white colors indicate arid to hyperarid climate conditions with P < 300 mm/a.

Figure 0.6: Long-term mean precipitation. Source Data: CHESLA data (Karger et al. 2017) bias corrected for snow undercatch as described by (Beck et al. 2019). Dark blue values in high mountain terrain indicate norm precipitation P > 2’000 mm/a whereas bright blue to white colors indicate arid to hyperarid climate conditions with P < 300 mm/a.

Figure 0.7 shows the norm potential evapotranspiration over the Central Asia domain. Source data are from Global Aridity Index and Potential Evapotranspiration Climate Database v2 available under this link (Trabucco and Zomer 2019). Aridity index data is shown in Figure ??. The data are high-resolution (30 arc-seconds) raster climate data for the 1970-2000 period, related to evapotranspiration processes and rainfall deficit for potential vegetative growth, based on the implementation of a Penman-Montieth Reference Evapotranspiration (ET0) equation.

Norm potential reference evapotranspiration (ETpot) Dark blue colors are > 2'000 mm/a whereas bright blue to white colors indicate values < 500 mm/a. Source Data: [@Trabucco2019]

Figure 0.7: Norm potential reference evapotranspiration (ETpot) Dark blue colors are > 2’000 mm/a whereas bright blue to white colors indicate values < 500 mm/a. Source Data: (Trabucco and Zomer 2019)

Aridity Index over Central Asia. Red colors are high aridity index values where as blue colors indicate low index values. Source Data: [@Trabucco2019]

Figure 0.8: Aridity Index over Central Asia. Red colors are high aridity index values where as blue colors indicate low index values. Source Data: (Trabucco and Zomer 2019)

Finally, land cover data from 2019 are provided (Buchhorn et al., n.d.). These are shown in Figure ??. The pseudocolors denote the following classification:

  • Red color: Built-up land

  • Pink color: Crop land

  • Yellow color: Herbaceous vegetation

  • Orange Color: Shrubland

  • Blue Color: Permanent water bodies

  • Green color: Forest

  • Grey color: Bare / Sparse Vegetation

  • White color: Snow and ice

knitr::include_graphics('../HydrologicalModeling_CentralAsia/_bookdown_files/FIG_FOREWORD/landcover_CA')

All these data are required data for the course. For the hydrological modeling, further temporal climate data are required (hourly data fields). These and how they can be accessed is described in greater detail in the Chapter ?? and the corresponding Sections there.


  1. You can generate such type of directory tree output in a convenient manner using the fs::dir_tree(path='...',recurse = TRUE) function that is provided with the fs package.↩︎