Land Ice#

The land ice component of CESM is the Community Ice Sheet Model (CISM). Running CESM with a fully evolving ice sheet and 2-way coupling is relatively new and is not the default CESM fully-coupled setup.

However, it can be useful for people interested in land ice science to investigate the impact of atmospheric forcing on the ice sheet. In this exercise, you will learn how to evolve CISM in an uncoupled configuration using an existing CESM forcing dataset.

This exercise was created by Gunter Leguy and Kate Thayer-Calder.

Learning Goals#

  • Student will learn what a T compset is, the types of forcing available to run one, and how to run one.

  • Student will learn how to make XML variable modifications to force CISM with forcing data from an existing run.

  • Student will learn how to look at 2D and time series CISM history datasets.

  • Student will learn how to compute the sea level change due ice sheet evolution.

Exercise Details#

  • This exercise uses the same codebase as the rest of the tutorial.

  • You will be using the T compset at the f19_g17_gl4 resolution.

  • You will run an experimental simulation for 86 years.

  • You will then use jupyter notebooks to look at your simulation.

Useful CISM references#

What is a T case?#

The CESM T compset runs only the ice sheet component (here CISM). Within a T compset case, CISM can run in Evolve or Non-Evolve mode and is forced by output from a previous CESM run. A “plain” T compset (like T1850) runs CISM in Non-Evolve mode and a “TG” compset (like T1850G) runs CISM in Evolve mode. All other components of a T compset are stubs. Before running a T compset, you must have coupler history files from a previous run that included CLM (version 4.5 or later). You can run with either existing forcing data or with your own forcing data.
Typically, coupler history files for CISM are yearly averages downscaled onto the CISM grid. For now, downscaled variables include surface temperature and glacier ice flux available at each elevation class. (In the future, ocean data will also be available.)

Tcase

Figure: TG compset definition.