Update awiesm and esm tools v6
AWI-ESM 2.1 WISO
and PISM GitHub 1.2.1
Update for MIS3 on Ollie with newest Change summary
This merge request adds the following changes to the MIS 3 project:
- Changes
esm-tools
to version6.0.5
- Adds uncompiled versions of
awiesm-2.1-wiso
andpism-github1.2.1
Open Questions
Still to be clarified by @fmatos and @gknorr:
-
Do you need wiso
branch for FESOM, orwiso-pico
? Ifwiso-pico
, I guess you want bothwiso
andpico
turned off? -
Are the included boundary conditions and meshes up to date?
How to update to this version:
-
Make sure you haveOn Ollie: Rundirenv
installedmodule load direnv
and ensure it is configured for your shell
Step 2 is taken care of automatically!
2. Make sure you have miniconda
set up
-
OPTIONAL In the miniconda base environment, install
mamba
(this is a drop-in replacement for theconda
command, but much faster, you can then substitute and followingconda
commands withmamba
instead) - Clone this version:
$ git clone —-recurse-submodules -b update_awiesm_and_esm_tools_v6 https://gitlab.awi.de//paleodyn/Projects/PalMod/mis3
- Go to the folder:
$ cd mis3
- Allow direnv to modify your shell environment whenever you go to this folder:
$ direnv allow
- Set up conda end
$ conda env create -f environment.yml
- Leave and come back to make sure direnv activates the environment
$ cd ..
$ cd mis3
- And finally, compile the models
$ cd model_codes
$ esm_master comp-awiesm-2.1-wiso
$ esm_master comp-pism-github1.2.1
Edited by Paul Gierz