CIV6782 Climate resilient water infrastructure design – Coursework brief
Dr Charles Rougé (c.rouge@sheffield.ac.uk)
Part 1 – Document analysis (35 marks) Please pick one of the following three research papers:Quinn et al. (2018). Exploring how changing monsoonal dynamics andchuman pressures
challenge multireservoir management for flood protection, hydropower production, andagricultural water supply. LinkBertoni et al. (2019). Discovering dependencies, trade-offs, and robustness in joint damdesign and operation: an ex-post assessment of the Kariba Dam. Link
Murgatroyd and Hall (2021): Selecting Indicators and Optimizing Decision Rules for LongTerm Water Resources Planning. LinkState which documents you chose and answer the following questions. Please note the hard limit of two sides of A4 for answering all questions (either manuscript or typed in Arial 11).
Q1. State which documents you chose for the document analysis, and present the characteristics ofthe case-study it contains:
- Which geographic area does it deal with?
- What is the key water infrastructure considered here?
- What are key water uses and / or water-related risks considered here?
- Is it a planning problem, an operational problem, or both?
- What is according to you the main engineering issue tackled in this work?
Q2. How is the problem framed: what is the XLRM?
Q3. Is robustness well-defined? Please justify. If yes, how are metrics M used to define it? If not,
please propose a way it could have been defined and justify why it would be appropriate.
Q4. What are the key trade-offs discovered in the paper? Please state two ways in which theexistence of trade-offs makes the problem “wicked” in this case, and why.
Q5. This question is about the uncertainties considered in this document.
- How are “well-characterised” uncertainties modelled? Give an example.
- How are sources of “deep” uncertainty modelled? Give an example.
- Please name a source of uncertainty 代写CIV6782 Climate resilient water infrastructure that could or should have been included, but is not.Q6. This question is about the stakeholders identified in the document.
- Can you name them, identifying which ones have competing interests and which oneshave synergistic interests?
- Are the interests of all stakeholders identified in the papers evaluated through ametric? Please justify your answer.c. Is there a stakeholder that you can think of that isnot represented in this study?
[Indicative marking scheme: Q1 7 marks, Q2 8 marks, Q3 6 marks, Q4 5 marks, Q5 5 marks, Q6 5marks]Part 2 – Water resource system analysis (65 marks)
For this part, you will submit a Jupyter Notebook with your commented code, including answers touestions. There is no length limit but concision will always be regarded favourably, and lengthytext is worth no extra points. You can (and probably should) reuse and adapt code from thetutorials when relevant.Throughout your submission, please document any use of Large Language Models (LLMs; oralternatively, attach a statement on that use, < 300 words). Remember that use of Generative AI isallowed as long as it follows the University’s guidance.
Each of you will be working a different set of input data. The column / line numbers associated withyour coursework will be communicated to you by email within the next week under the subject line“CIV6782 Coursework data”.Task A: Operating current infrastructure (25 marks) Here is a schematic of a reservoir system serving water for irrigation and producing hydropower.There are also minimum ecological flow constraints downstream (Figure 1). The different uses are:
- Minimum ecological flows Qecoto be met all of the time.
- Meeting the irrigation demand Dirr(variable monthly, see data) served through a shallointake.
- Meeting domestic demand Ddom(also variable monthly), served through a deeper intake.
Producing firm power f, i.e., a level of hydropower production to be met at least 99% of thetime. This level is specified in your data sheet. Note that in this case it will be enough tomeet a releasetarget (i.e. enough to produce P
fif the reservoir is full).Figure 1. a) System schematic; b) Reservoir section.
Q1. Assume a standard operating policy (SOP). Use tutorials and associated Python code, andadapt them to produce a water balance of the reservoir for the 70-year daily inflow time series youhave been given. Your model should also output the following:
- For the four uses above, reliability, resilience and vulnerability.
- For uses I to III, volumetric reliability.
- Average annual hydropower production, as well as a time series plot of annual hydropowerproduction.
Q2. Still using code from the tutorials, propose alternative management policies that lead to ahigher hydropower production. In particular:
- a) Is there a way to increase power production (compared with SOP hydropower production),without affecting other water uses?
- b) What uses appear to be in conflict? In synergy?
Q3. In a few sentences, can you describe what you perceive to be the main qualitative differencesbetween the Conowingo reservoir case used in the tutorial and this case?Task B: Planning problem and robustness (40 marks) Let us now assume we are looking into expanding irrigated area from the current surface. Weassume we scale up the current mix of crops: this means the relative month-to-month consumptionwill not change (or said otherwise, if we expand irrigation by 20%, demand during all months willincrease by 20%). We are considering irrigation expansion up to a doubling in withdrawn volumes.We also consider the possibility to reduce firm power requirements by up to 50% to protectirrigation water supply despite irrigation expansion.We assume the following objectives:
- Irrigation volumetric reliability, to maximise.
- Post-development irrigated surface area, to maximise.
- Firm power requirement, to maximise.
- Reliability of firm power production, to maximise.
Q1. Please carry out a multiobjective analysis of irrigation expansion. Choose an appropriatevisualisation strategy. Comment the results, in particular (but not limited to):
- a) What objectives are in conflict?
- b) What uses are impacted by the irrigation expansion, and which aren’t?
- c) How does the choice of policy from Task A (SOP or more hydropower-friendly) impactirrigation expansion?
- d) How would you select three solutions (irrigation expansion + operating policy) to carry out avulnerability analysis?
Q2. Let us now do a vulnerability analysis of the three solutions you chose. We assume flowscould decrease by up to 50% on average, with low flows particularly affected, and flow variabilitywill increase. We also assume climate change can increase crop irrigation demand (by up to 20%)and that domestic water demand may increase by up to 50%.
- a) Use the method from Tutorial 3 to generate a range of plausible flows for your analysis.
- b) Please conduct the vulnerability analysis to see in which climates the volumetric reliabilityof the most vulnerable use, as defined in Task A, falls below 85%. Please comment on thesuitability of different designs.
- c) According to you, what potential impacts of climate change, both on streamflows and onirrigation demands, are being left out in this robustness assessment?
Q3. Now imagine a 50% expansion of irrigated surface area is agreed upon, and decreasing firmrequirements are envisaged as an adaptation measure as / if supply-demand conditionsdeteriorate.
- a) Please describe your approach to implementing this adaptation measure, as well as thetrade-offs this involves.
- b) Propose an adaptation plan following this approach.