From 6fc85ff2be329f932f493e6c65b32a9a79356655 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:28:11 -0500 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e66947..71620a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.16.4] - 2020-11-25 + +### Zero-diff to previous release: YES + +### Restart Changes: NO + +Major changes include: +1. Manage externals is no longer supported. Mepo is now the default and replacement manager for multiple repositories. +2. Add dependency to turn on `BUILD_SHARED_LIBS` for NCEP_Shared. +3. Splits the RRTMG k_g tables into separate files. +4. Bugfix to change Intel Debug flags for MOM6 and FMS. +5. gcm_run.j bugfix for tile_hist running MOM6. +6. Update plots and stats to be consistent with recent CVS tags. +7. Bugfix for C99 compliance on MacOS. +8. Updates to CI and other subrepos. + ## [10.16.3] - 2020-11-02 ### Zero-diff to previous release: YES From 3affec382305c10c6e67d664e321ad37f7ed33e8 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:29:01 -0500 Subject: [PATCH 2/4] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8205a88..b9a66653 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.16.3 + VERSION 10.16.4 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") From 24c9c759708af23ab3c5095fed1009a1db35dfec Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:52:30 -0500 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71620a6b..3d61daf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## [10.16.4] - 2020-11-25 +## [10.17.0] - 2020-11-25 ### Zero-diff to previous release: YES ### Restart Changes: NO Major changes include: -1. Manage externals is no longer supported. Mepo is now the default and replacement manager for multiple repositories. +1. The way the model is build has changed. Manage externals is no longer supported. Mepo is now the default and replacement manager for multiple repositories. 2. Add dependency to turn on `BUILD_SHARED_LIBS` for NCEP_Shared. 3. Splits the RRTMG k_g tables into separate files. 4. Bugfix to change Intel Debug flags for MOM6 and FMS. From 0f20701d9d21189bc55083b4bb477aae9c4a24b9 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:53:35 -0500 Subject: [PATCH 4/4] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9a66653..f9b419f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.16.4 + VERSION 10.17.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")