diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e9b0ce..c9a78a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [10.12.1] - 2020-03-27 + +### Zero-diff to previous release: YES + +### Restart Changes: NO except moist_internal has an additional 3 fields: NGRAUPEL, NRAIN, NSNOW + +Major changes are: + +1. Broader support for various computing environments including SLES12. Adds a new question to gcm_setup (and other setup scripts) that asks a user what type of processor to run on. It then uses the "default" number of cores per those processors to better figure out how to handle the IOserver nodes. +2. Changes that enable MAPL2 GEOS to work with MPT at NCCS. +3. Changed REPLAY_Shutoff alarm from NON-STICKY to STICKY, and used it in GAAS to stop updates in forecasts during REPLAY mode. +4. Updates to moist and GOCART using 2MOMENT microphysics and MG3. These are 0-diff when running the default 1MOMENT microphysics. +5. Modified gcmpost.script to only operate on pressure-level collections. +6. Fixes issues where systems do not have either ImageMagick or F2Py. If F2Py is not found, then F2Py targets are not built. +7. Changes to GMAO_hermes: + * Split off the independent sections of module m_topo_remap used by FV core into shared_topo_remap + * write_eta.F90 added to prepare for a config file which eventually will replace m_set_eta module + * Add option to build HERMES_LIGHT + ## [10.12.0] - 2020-03-09 ### Zero-diff to previous release: NO diff --git a/CMakeLists.txt b/CMakeLists.txt index 8191ed8b..1aedd64e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.12 + VERSION 10.12.1 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") diff --git a/Externals.cfg b/Externals.cfg index abab6545..f275782f 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -54,7 +54,7 @@ protocol = git required = True repo_url = git@github.com:GEOS-ESM/GEOSgcm_GridComp.git local_path = ./src/Components/@GEOSgcm_GridComp -tag = v1.8.0 +tag = v1.8.2 protocol = git externals = Externals.cfg @@ -62,7 +62,7 @@ externals = Externals.cfg required = True repo_url = git@github.com:GEOS-ESM/GEOSgcm_App.git local_path = ./src/Applications/@GEOSgcm_App -tag = v1.3.1 +tag = v1.3.2 protocol = git [UMD_Etc] diff --git a/components.yaml b/components.yaml index 366e26d6..0d810655 100644 --- a/components.yaml +++ b/components.yaml @@ -49,7 +49,7 @@ FMS: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - tag: v1.8.0 + tag: v1.8.2 develop: develop FVdycoreCubed_GridComp: @@ -67,7 +67,7 @@ fvdycore: GEOSchem_GridComp: local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp remote: ../GEOSchem_GridComp.git - tag: v1.2.0 + tag: v1.3.2 develop: develop mom: @@ -79,7 +79,7 @@ mom: GEOSgcm_App: local: ./src/Applications/@GEOSgcm_App remote: ../GEOSgcm_App.git - tag: v1.3.1 + tag: v1.3.2 develop: develop UMD_Etc: