{ "cells": [ { "cell_type": "markdown", "id": "cbb22da3-769b-482c-b08c-d9842a19901a", "metadata": {}, "source": [ "# Cryosphere in the Climate System: OGGM project " ] }, { "cell_type": "markdown", "id": "efb854c9-391d-44e1-8bd8-6efbbd90d54e", "metadata": {}, "source": [ "**Two small projects in groups of two**:\n", "- Warming up (start May 19): **due date May, 25 23:59**\n", "- Water ressources (start May 26): **due date June 16, 23:59**\n", "\n", "To be returned in the OLAT Project return box.\n", "\n", "### What is expected? \n", "\n", "- for the warming up: a PDF with 1-2 pages max\n", "- for the water resources paper: 2-3 pages max including references\n", "\n", "Run the notebooks on http://classroom.oggm.org. \n", "No need to send me any code, just the PDFs.\n", "\n", "### Grading\n", "\n", "I will grade the entire notebook according to the following criteria:\n", "- quality / clarity of the answers\n", "- originality\n", "- bonus points for typos / suggestions / etc. on the OGGM-Edu notebooks to be submitted to https://github.com/OGGM/oggm-edu-notebooks/issues" ] }, { "cell_type": "markdown", "id": "bf367763-c5a8-47dd-a812-08f3d09c7a77", "metadata": {}, "source": [ "## Warming up" ] }, { "cell_type": "markdown", "id": "eba879c2-e0f2-462b-a30a-35fd07b69400", "metadata": {}, "source": [ "### 01 - Glacier flow" ] }, { "cell_type": "markdown", "id": "fac642d9-07b0-4df6-8877-fe0b113b5aca", "metadata": {}, "source": [ "Run the OGGM-Edu notebooks and understand their content:\n", "- **Getting started with the Jupyter Notebook** if you are new to notebooks\n", "- **Getting started with OGGM Edu: idealised glaciers**. Then, have a quick look at the OGGM-Edu API documentation: https://edu.oggm.org/en/latest/api.html\n", "- **Influence of ice flow parameters on glacier size**\n", "\n", "To better understand what the model is doing, have a look at the OGGM documentation:\n", "- https://docs.oggm.org/en/stable/ice-dynamics.html" ] }, { "cell_type": "markdown", "id": "b289c593-32e9-4bc7-8519-1fa1d3533ec4", "metadata": {}, "source": [ "### 01-01\n", "\n", "Explain what \"a glacier in equilibrium\" means, in at least two different ways (considering geometry, and considering mass balance). \n", "\n", "When a single width, flat glacier is at equilibrium:\n", "- where do you expect ice thickness to be maximal, and why?\n", "- where do you expect ice velocity to be maximal, and why?" ] }, { "cell_type": "markdown", "id": "ee7709a0-c534-4d1f-ad88-b7cf6c56923a", "metadata": {}, "source": [ "### 01-02\n", "\n", "Repeat the Glen A (creep) parameter experiment here, with three glaciers in the collection and a creep parameter of `1 / 10 x default`, `default`, `x 10 default`. Run all glaciers until the year 700 an plot the glacier geometries and the timeseries. Now answer the following questions:\n", "- explain why the blue glacier (high creep) length changes faster than the other glaciers but stabilizes quicker.\n", "- explain why the glacier attributes (volume, area, length) are increasing with decreasing creep and name the feedback responsible for this increase." ] }, { "cell_type": "markdown", "id": "c9dbf897-44bf-4e51-91dc-235ba812bc38", "metadata": {}, "source": [ "### 02 - Glacier advance and retreat" ] }, { "cell_type": "markdown", "id": "71873682-5aa9-4474-91ea-fb8b77b44d77", "metadata": {}, "source": [ "Run the following OGGM-Edu notebooks:\n", "- Glacier advance and retreat\n", "- Mass balance gradients and their influence on glacier flow" ] }, { "cell_type": "markdown", "id": "20cce985-95dd-4307-a57c-7125c3ad0db2", "metadata": {}, "source": [ "### 02-02 \n", "\n", "Realize a simple experiment with two plain flat glaciers and an ELA of 3000m and a gradient of 4. Let them run to equilibrium (the two glaciers should be strictly the same). Now change one ELA to 3200 m, the other to 2800 m. Let the glaciers run for an additional 80 years (should be age 600). Plot them. Now answer the following questions:\n", "- explain the differences in the shape of the tongue (terminus) of an advancing and retreating glacier.\n", "- hypothesize what it would mean for observations of ice velocity on glaciers in a changing climate.\n", "\n", "[Reading tip](https://www.nature.com/articles/s41561-018-0271-9)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.8" } }, "nbformat": 4, "nbformat_minor": 5 }