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
.
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.
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.
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.
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.
The long-term precipitation norm over the period 1981 - 2013 is shown in Figure 0.6.
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.
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
::include_graphics('../HydrologicalModeling_CentralAsia/_bookdown_files/FIG_FOREWORD/landcover_CA') knitr
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.
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.↩︎