Repo with the code, data, and analysis for the Ski project of University of Zürich.
This project analyses the impact of climate change on the financial situation and tipping points of Ski resorts.
The repository contains the code and partial data for the manuscript: Under review
To set up a working example, clone the GitHub repository and install all software requirements listed in the requirements.txt. Main tool used is Python. Installing within an Anaconda environment is recommended.
In order to run illustrative examples six downloads are required from:
Once repository is set up locally with all code and correctly placed data, follow below instructions for each step.
In total six ski resorts were selected for this study:
- https://www.sattel-hochstuckli.ch/en (800m to 1200) - Central Switzerland
- https://www.atzmaennig.ch/en/winter/ (800-1200) Zurich Region
- https://www.hoch-ybrig.ch/en/winter/service/brochure/ (900-1900) Central Switzerland
- https://www.villars-diablerets.ch/en/ (1200-3000)
- https://www.champex.info/ (1486-2194)
- https://www.davos.ch/winter/berge/jakobshorn/ (1500 - 2500)
CH2018 link
T1 - Climate Scenario
CH2018
In this task, the data of located climate grids inside each Ski resorts are extracted from CH2018 datasets.
CH2018 "Switzerland CH2018 climate scenarios" here
T2 - Snow Model
Snow model
Ablation
Accumulation
In this task, a modular grid-based snow model was developed. The current model consists of Ablation, and Accumulation modules, with the possibility of adding new modules in the future. The main
Marty (2017) "How much can we save? Impact of different emission scenarios on future snow cover in the Alps" link
Farinotti (2012) "Runoff evolution in the Swiss Alps: projections for selected high-alpine catchments based on ENSEMBLES scenarios" link
Huss (2008a) "Determination of the seasonal mass balance of four Alpine glaciers since 1865" link
Huss (2008b) "Modelling runoff from highly glacierized alpine drainage basins in a changing climate" link
Hock (2005)"Glacier melt: a review of processes and their modelling" link
T3 - Deep uncertainty in climate scenarios
Deep Uncertainty
In this task a python code was developed to produce new climate scenarios based on CH2018 dataset
van Ginkel et al (2020), "Climate change induced socio-economic tipping points" link
Kwakkel (2017), "The Exploratory Modeling Workbench: An open source toolkit for exploratory modeling, scenario discovery, and (multi-objective) robust decision making" link
Damm et al (2014), "Does artificial snow production pay under future climate conditions?"link
Code_Python_15. Precipitation and temperature generator
T4 - Decision Making under Deep Uncertainty _ simulations
Deep Uncertainty
Decision Making
In this task, a python code will be developed to connect our existing notebooks (No.1, No.4) to the Exploratory Modelling and Analysis (EMA) Workbench here
van Ginkel et al (2020), "Climate change induced socio-economic tipping points" link
Kwakkel (2017), "The Exploratory Modeling Workbench: An open source toolkit for exploratory modeling, scenario discovery, and (multi-objective) robust decision making" link
Damm et al (2014), "Does artificial snow production pay under future climate conditions?"link
Code_Python_16. XLR_framework_python
T5 - Decision Making under Deep Uncertainty _ Visualization
All the codes are presented here:
Code_Python_15. Precipitation and temperature generator
Code_Python_16. XLR_framework_python
No17. XLR_Visualization_version9
The results of the snow model (csv format) for the case studies are collected. In these analyses, no elevation bands were considered for Villars-Diablerets and Jakobshorn case studies.
After considering elevation bands (500m) for the case study No.4 (Villars-Diableret) and No.6 ( Jakobshorn), new results were generated.
After considering the uncertainty of climate scenarios by producing 68 new climate scenarios, and running the snow model, the new results were produced
Manuscript:
Thanks to all our collaborators at the UZH, Deltares, SLF and all other colleagues who contributed with their advice.