[1] "a is set to 2"
Study Guide and Materials
This course book was initially designed as part of a two-week Master level block course at the German Kazakh University in Almaty, Kazakhstan. The course was taught during the academic years 2021 and 2022. At least part of the material can be covered in 10 work days. Over two weeks, focusing on only a subset of selected materials from the Handbook is recommended.
Different learning tracks are possible. Some inspirational examples are given here.
-
GEOGRAPHY Learning Track: Hydrology of Central Asia
- Part I for regional and basin-scale hydrological and climatological characterization
- Selected Chapters of Part II
-
APPLIED MODELING Learning Track: Applied Hydrological Modeling using Rainfall-Runoff Models
- Book Part I for regional and basin-scale hydrological and climatological characterization
- Selected Chapters of Part II
- Part III, Chapter 15 on hydraulic-hydrological modeling
- Part III, Chapter 17 on real-world examples
-
SCIENCE Learning Track: Applied Hydrological Modeling using Long-Term Water Balance Modeling
- Book Part I for regional and basin-scale hydrological and climatological characterization
- Selected Chapters of Part II
- Part III, Chapter 14 on long-term water balance modeling
All learning tracks presented here require significant investments by the students. The students cannot learn everything and simultaneously achieve proficiency in GIS geospatial data analysis, computer programming, and modeling. Hence, it pays to focus. We presented here a study guide for the APPLIED MODELING track.
Study Guide APPLIED MODELING
As part of this Applied Modeling Track, students are guided through implementing their own conceptual hydrological rainfall-runoff model of one of the Central Asian sample catchments they can choose from the Case Studies Pack.
Students are required to work through the chapters, including the occasional tasks that serve to deepen reflection on the course material and to do their daily homework assignments. As the final exam, the homework results are presented in a final student conference, for which the students have to submit a conference abstract before the conference.
This chapter explains how to use this course book.
Different callout blocks appear throughout the text. These include Exercise, Tasks, and Take Home Messages. Caution and Warning callouts highlight possibly problematic issues.
Exercise boxes are highlighted in blue color. Hints and a link to the solution are provided with the exercise description. Exercises should be completed wherever they appear in the text before starting the next course chapter.
TASK
Code blocks of R code with corresponding output are regularly shown throughout the text and look like this. The code can be copied and pasted into RStudio locally directly from the greyed-out cell. Note that code blocks in Chapters are executed sequentially.
Materials
In the highly intensive hydrological modeling course at DKU, students must pass four graded exercises and complete the preparatory homework to be admitted to the final presentation. The following section describes the daily course content, the homework, and the graded exercises with links to the relevant supporting chapters in the course book. The descriptions of the graded exercises are highlighted with exercise boxes.
Day 1: Introduction & Installation of Software
Read Chapter 1: A Short History of Water in Central Asia and Chapter 2: Hydrological Systems in Semi-Arid Central Asia in the course book. Then, ensure the required software for this course is installed on your computer. Section Open-source resources of the Appendix includes installation instructions and the online learning material that can get you started with the software. Below is a quick summary:
If you have not used the software above before, we recommend the following resources to get you started (remember, more detailed instructions for most tasks are available in the Appendix):
Inevitably, you will also perform a lot of geocomputations with R in the future. After all, a GIS system like QGIS is nothing more than a nicely packed bunch of geocomputation algorithms and a window for visualizing geospatial assets. Well, rest assured, all of this can be done inside R. It is recommended, therefore, that you also consult the following excellent online resource Geocomputation with R.
Day 1 involves a lot of preparatory homework:
- Reading the introductory chapters linked above and
- Download and install the required software linked above.
The homework is not graded, but completion is required to work through the course.
Day 2: Hydrological Modeling and Processes
Day 2 involves a continued introduction to the hydrological modeling process, a deepening of the understanding of what hydrological models are used for, and a first part on hydrological processes (the partitioning of rainfall and water transfer through the hydrological compartments).
- Role-play on model uses. Read the role-play exercise. You will be assigned a role. With your study colleagues, discuss the questions and take notes (about 15 min). One person per group will briefly (1 min) present the answers to the questions.
- In preparation for the following lecture and the graded exercise, read the chapter on the case studies of Central Asian river basins and [Hydraulic-Hydrological Modeling] (#sec-hydraulic-hydrological-modeling).
The homework is not graded but supports reflection on the use of hydrological models and how to judge the quality of hydrological models on day 3.
Day 3: Hydrological Modeling Concepts and Catchment Characterization
Familiarize yourself with the Geospatial Data. Do the catchment characterization of the basin you selected to work on by filling out the table below. If you have downloaded the entire folder on your local drive, you already have all the data for the analysis.
ATTRIBUTE | VALUE |
---|---|
Geography (“NASA Shuttle Radar Topography Mission (SRTM)” 2013) | |
Basin Area \(A\) | 13’693 km2 |
Minimum Elevation \(h_{min}\) | 2’068 masl |
Maximum Elevation \(h_{max}\) | 6’652 masl |
Mean Elevation \(h_{mean}\) | 4’267 masl |
Hydrology [Source: Tajik Hydromet Service] | |
Norm hydrological year discharge \(Q_{norm}\) | 103.8 m3/s |
Norm cold season discharge (Oct. - Mar., Q4/Q1) | 19.8 m3/s |
Norm warm season discharge (Apr. - Sept., Q2/Q3) | 84.2 m3/s |
Annual norm discharge volume | 3.28 km3 |
Annual norm specific discharge | 239 mm |
Climate | |
Mean basin temperature \(T\) (Karger et al. 2017) | -5.96 deg. Celsius |
Mean basin precipitation \(P\) (Beck et al. 2020) | 351 mm |
Potential Evaporation \(E_{pot}\) (Trabucco and Zomer 2019) | 929 mm |
Aridity Index \(\phi = E_{pot} / P\) | 2.7 |
Aridity Index (Trabucco and Zomer 2019) | 3.6 |
Land Cover (Buchhorn et al. 2019) | |
Shrubland | 8 km2 |
Herbaceous Vegetation | 4’241 km2 |
Crop Land | 0.5 km2 |
Built up | 4 km2 |
Bare / Sparse Vegetation | 8’410 km2 |
Snow and Ice | 969 km2 |
Permanent Water Bodies | 80 km2 |
Land Ice | |
Total glacier area (RGI Consortium 2017) | 875 km2 |
Total glacier volume (calculated with (Erasov 1968)) | 699 km3 |
There are four tutorial videos explaining how you can fill the above table. They are made available via the dedicated CAHAM YouTube Channel{target = “_blank”} accompanying this online textbook.
The first video explains how to process and extract geospatial raster and vector data in detail.
The second tutorial video shows how to extract relevant climate data for the case study basin.
The third video covers extracting information from land cover for the basin under consideration.
Finally, the last video shows you how to extract the relevant glacier information.
Following the video tutorial, fill in the table above with the characteristic numbers of your catchment together with your colleague. Compare your numbers to the ones of the Gunt catchment (table above). Note the submission deadline for Exercise 1 on Moodle.
Day 4: Discharge and Climate Data
Yet more data preparation is required before you can start modeling. Hence, basin discharge and climate-forcing data are reviewed.
Read the chapters on discharge station data and climate data and, together with your colleague, perform a discharge characterization using the dedicated scripts in your case study’s ./CODE/discharge_characterization/
folder. Note the submission deadline for Exercise 2 on Moodle!
Day 5: Discussion of Types of Hydrological Models
Hydrological models, in general, are discussed. Consult the introductory Section of Part III: Hydrological Modeling and Applications. All three types of modeling approaches will be presented but with a focus on hydraulic-hydrological rainfall-runoff modeling.
- Read the modeling chapter
- Go through the RS Minerve tutorial (TODO LINK)
This homework is not graded, but basic knowledge of RS Minerve is required for the second part of the course.
Day 6 & 7: Model Calibration and Validation
Read the chapter on Model calibration and validation and go through the example of the Nauvalisoy catchment, which illustrates the iterative model refinement process. As the ultimate goal, students will implement a hydrological model of their study catchment and calibrate it.
- Read the modeling chapter
- Implementing a hydrological model of your study basin in RS Minerve.
Note the submission deadline for Exercise 3 on Moodle!
- Carefully read the abstract submission guidelines and write an abstract for your model.
Note the submission deadline for Exercise 4 on Moodle!
Day 8: Student Conference & Course Wrap Up
The last day of the course is organized as a student conference where students present their modeling work on their respective case study catchments. The groups need to prepare a presentation of 12 minutes duration. Each presentation will be followed by a 3-minute Q&A session. After all the groups have presented their work, impressions, and feedback will be shared by the teachers, followed by a group discussion.
Only students who pass the GRADED EXERCISES will be admitted to the student conference, which consists of the final exam.
At the end, students are invited to provide feedback about their impression of the course. A key question will be how the course can be further improved to reach future students more effectively.
- Present an overview of your catchment, discharge characterization, and your model implementation and results at the student’s conference.
Note that the presentations must be uploaded to the moodle before the start of the conference.