Lab-0009

From CSDMS
Revision as of 16:54, 14 April 2022 by Mpiper (talk | contribs)

Exploring the growth and retreat of a valley glacier

Duration
1.0 hrs
Updated
2022-04-14
Download
download
Run online using:
  1. Jupyter
  2. Lab
     Jupyter logo.png

Contributor(s)
    Gregory Tucker at CIRES, CSDMS, and Geological Sciences, University of Colorado, Boulder.

Introduction
1046px-MtBlackburn-KennicottGlacier.jpg
This lab uses a simple 1D numerical model to illustrate how a valley glacier grows and reaches equilibrium. Students can experiment by changing the Equilibrium Line Altitude, accumulation rate coefficient, valley slope, and other parameters.

Classroom organization
Lab is designed for undergraduate students majoring in earth sciences (hydrology, environmental sciences, glaciology, atmosphere and ocean sciences). The notebook is demonstration style and gives participants the possibility to explore interactively.

Learning objectives
Skills
  • basic plotting with the Python matplotlib library
Key concepts
  • equilibrium line altitude (ELA)
  • "thin ice" approximation
  • mass balance in a glacier

Lab notes

Can be used as part of a paper or problem set on glacier behavior.

This lab can be run on either the lab (for educators) or jupyter (for general use) instance of the OpenEarthscape JupyterHub: just click one of the links under the Run online using heading at the top of this page, then run the notebook in the "CSDMS" kernel.

If you don't already have a JupyterHub account, follow the instructions to sign up at https://csdms.colorado.edu/wiki/JupyterHub. If you're an educator, you can get JupyterHub accounts for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.


Requirements
If run locally, this lab requires the installtion of the Python packages numpy, matplotlib, and ffmpeg.

References