Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M MIS3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Paleoclimate Dynamics
  • Projects
  • PalMod
  • MIS3
  • Merge requests
  • !2

Update awiesm and esm tools v6

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Paul Gierz requested to merge update_awiesm_and_esm_tools_v6 into master Jan 06, 2022
  • Overview 0
  • Commits 6
  • Pipelines 6
  • Changes 22

Update for MIS3 on Ollie with newest AWI-ESM 2.1 WISO and PISM GitHub 1.2.1

Change summary

This merge request adds the following changes to the MIS 3 project:

  • Changes esm-tools to version 6.0.5
  • Adds uncompiled versions of awiesm-2.1-wiso and pism-github1.2.1

Open Questions

Still to be clarified by @fmatos and @gknorr:

  • Do you need wiso branch for FESOM, or wiso-pico? If wiso-pico, I guess you want both wiso and pico turned off?
  • Are the included boundary conditions and meshes up to date?

How to update to this version:

  1. Make sure you have direnv installed On Ollie: Run module 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

  1. OPTIONAL In the miniconda base environment, install mamba (this is a drop-in replacement for the conda command, but much faster, you can then substitute and following conda commands with mamba instead)
  2. Clone this version:
$ git clone —-recurse-submodules -b update_awiesm_and_esm_tools_v6 https://gitlab.awi.de//paleodyn/Projects/PalMod/mis3
  1. Go to the folder:
$ cd mis3
  1. Allow direnv to modify your shell environment whenever you go to this folder:
$ direnv allow
  1. Set up conda end
$ conda env create -f environment.yml
  1. Leave and come back to make sure direnv activates the environment
$ cd ..
$ cd mis3
  1. And finally, compile the models
$ cd model_codes
$ esm_master comp-awiesm-2.1-wiso
$ esm_master comp-pism-github1.2.1
Edited Jan 07, 2022 by Paul Gierz
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: update_awiesm_and_esm_tools_v6