Skip to content

release-noresm2.0.5

Compare
Choose a tag to compare
@DirkOlivie DirkOlivie released this 28 May 12:59
· 74 commits to noresm2 since this release
133cc12

Version of code which can be used to reproduce the CMIP6 results of NorESM2. This release builds on the five former releases.

This release contains

  • updated NorESM2 documentation, including an overview of NorESM2 releases, updated information about the CLM5.0 model component, and expansion of the FAQ section
  • technical (non answer-changing) modifications in CAM-Nor (to guarantee automatic download of AeroTab files for PTAERO compsets)
  • technical (non answer-changing) modifications in CTSM/CLM (modification to avoid problems with some compilers, changes related to NorCPM, and updated README.md)

How to obtain this version

  • type : "git clone https://github.com/NorESMhub/NorESM.git"
  • type : "cd NorESM"
  • type : "git tag --list" (this should give you a list of the existing tags or releases)
  • type : "git checkout release-noresm2.0.5"
  • type : "./manage_externals/checkout_externals"

Known issues

  • The "checkout_externals" script requires python version 3.7 or lower. Python >= 3.8 returns the following:

Processing externals description file : Externals.cfg
Checking status of externals: cam, dictionary keys changed during iteration

  • CTSM issue: ERROR: Can only set use_init_interp if finidat is set (#495)