release-noresm2.0.6
DirkOlivie
released this
12 Dec 17:16
·
17 commits
to noresm2
since this release
Version of code which can be used to reproduce the CMIP6 results of NorESM2. This release builds on the six former releases.
Release highlights
Updated NorESM2 documentation
Addition of extra compsets
- new SSP5-3.4 compsets and emission driven SSP compsets (affects CAM-Nor, CLM and NorESM)
CAM-Nor
- technical (non answer-changing) modifications in CAM-Nor : correction in CCN and COSP diagnostics
- correction in H2O emission file link for f09 for the extended (year 2100-2300) SSP1-2.6 and SSP5-8.5 compsets
- addition for the above-mentioned extra compsets
CLM
- addition for the above-mentioned extra compsets
CIME
- modification in archiving script noresm2netcdf4.sh : uses ncks instead of nccopy
- other small modifications.
CISM
- link to cism-wrapper repository on NorESMhub (instead of ESCOMP)
- added CISM support, Greenland enabled compsets and usermod
BLOM
- include option for hybrid vertical coordinates
- include option for sediment spinup
- include support for NUOPC driver
- iHAMOCC source code structure : completed conversion to free-source format and explicit use statements for all imported variables
- modifications in model structure. The hybrid vertical coordinate formulation relies on an external package CVmix, which is included as a git submodule. When building NorESM, the external dependency should be declared for BLOM in the Externals.cfg file : externals = Externals_BLOM.cfg
- changes in model diagnostics in BLOM. Starting from commit 9e6bd6b, which introduced hybrid vertical coordinates, model output changed for the following 4 fields:
- wflx (vertical mass flux),
- wflx2 (vertical mass flux squared)
- bfsq (buoyancy frequency squared)
- bfsqlvl (buoyancy frequency squared (constant depth levels))
- changes in model diagnostics in BLOM. Pull request #205 included a correction on the variable dp_trc : this variable is supposed to be in unit Pa = kg m-1 s-2 but is wrongly output in unit g cm-1 s-2
- changes in model diagnostics in iHAMOCC. Pull request #202 changed the definition of the variable KWCO2, with the original definition retained in a new variable KWCO2KHM
Component tags
component | tag |
---|---|
cam | cam_cesm2_1_rel_05-Nor_v1.0.5 |
cice | cice5_20181109-Nor_v1.0.3 |
cime | cime5.6.10_cesm2_1_rel_06-Nor_v1.0.6 |
cism | wrapper_noresm2.0.6_v0 |
clm | release-clm5.0.14-Nor_v1.0.4 |
mosart | release-cesm2.0.03-Nor_v1.0.0 |
blom | v1.3.0 |
Component (updated/not updated) relative to release-noresm2.0.5
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.6"
- type : "./manage_externals/checkout_externals"