Skip to content

release-noresm2.0.3

Compare
Choose a tag to compare
@DirkOlivie DirkOlivie released this 07 Apr 20:09
· 181 commits to noresm2 since this release
ac97bf2

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

This release contains

  • settings to run on the machine Betzy
  • automatic copying of the case directory to the archive directory
  • updated documentation
  • modifications in the ocean component BLOM (see a list of main changes below)

Notable changes of BLOM v1.1.0 compared to v1.0.0 that has impact on BLOM operation as a component of NorESM

  • Added NorESM multiple instance support.
  • Corrected time-smoothing of forcing fields received through the coupler so it works for any coupling interval.
  • Corrected the generation of BLOM/iHAMOCC input data list.
  • Added handling of N-deposition files for N2000 compsets.
  • Major restructuring of code to replace header files and common blocks with Fortran modules.
  • Added new pe-layout for OMIP1 compsets with iHAMOCC using the tnx2 grid.
  • Added support for tripolar ocean grid with 1/8 deg resolution along equator (tnx0.125v4).

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.3"
  • type : "./manage_externals/checkout_externals"