-
Notifications
You must be signed in to change notification settings - Fork 21
2. Examples (quick start)
The best and quickest way to get to know IGM is to run given examples. You can do this with online Colab Notebook or locally on your machine:
-
The easiest way is to run notebooks in , which offers free access to GPU. Advantageously, you don't have to install anything, all is done.
-
If you have IGM installed on your machine, you may already run ready-to-use examples in the folder
examples/
, which contains input data and parameter files. To run the example, just go in each folder and runigm_run
there. You have the following examples available:-
quick-demo provides a set-up to model any glacier given an RGI ID, with a simple SMB parametrization, and run any IGM modules.
-
aletsch-basic provides a simple set-up for an advance-retreat simulation of the largest glacier of the European Alps -- Aletsch Glacier, Switzerland -- using a simple parametrization of the mass balance based on time-varying Equilibrium Line Altitudes (ELA), as well as an example of a fully-customized mass balance routine implementing an oscillating ELA.
-
aletsch-1880-2100 gives the set-up to reproduce the simulations of the Great Aletsch Glacier (Switzerland) in the past and in the future based on the CH2018 climate scenarios and an accumulation/melt model.
-
paleo-alps consists of a simple set-up to run a paleo glacier model in the European Alps in paleo times with different catchments (lyon, ticino, rhine, linth glaciers) with IGM around the last glacial maximum (LGM, about 24 BP in the Alps).
-