-
Notifications
You must be signed in to change notification settings - Fork 19
Home
-
If you don't know anything about glacier processes, explore this great website. If you don't know anything about glacier evolution modeling, you may watch first this video, which gives some basics.
-
OS: IGM was developed in a Linux environment but works on Windows and Mac. Windows user are strongly recommended to use WSL2 for using the GPU and the OGGM shop module.
-
Disclaimer: IGM implements empirical physical laws, with an important amount of approximations (of any kind). Make sure to understand what you do, to explore key parameters, and interpret the results with care.
Running IGM consists of running a python script igm_run
, which is made of functions of the IGM python package. This documentation will help you to understand the parameters and, set-up your model by listing the modules you need, customize your own modules for your application.
-
First, start with the 10-min video tutorial, or a longer IGS seminar presentation, and/or look at the in-progress IGM technical paper.
-
Then, install an igm python environment on your system and starting with examples.
-
Then, learn how to run IGM with module list and parameter setting (without extra coding), and explore the module documentation.
-
Last, understand the code and write your own module code.