From 977ee4d6070b5b5edfc89f75b51dd323bbbdf085 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:18:41 -0400 Subject: [PATCH 1/5] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index c9faad84..220e3b12 100644 --- a/components.yaml +++ b/components.yaml @@ -25,7 +25,7 @@ NCEP_Shared: GMAO_Shared: local: ./src/Shared/@GMAO_Shared remote: ../GMAO_Shared.git - tag: v1.2.0 + tag: v1.3.0 sparse: ./config/GMAO_Shared.sparse develop: main From 5eec8606b116e94595cf748a430207d82b55aae7 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:20:40 -0400 Subject: [PATCH 2/5] Update Externals.cfg --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index 3162a2a4..373e9d8d 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse required = True repo_url = git@github.com:GEOS-ESM/GMAO_Shared.git local_path = ./src/Shared/@GMAO_Shared -tag = v1.2.0 +tag = v1.3.0 protocol = git sparse = ../../../config/GMAO_Shared.sparse From ce10b448ec3c1d09b6a469679f99c9a69e712f55 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:21:11 -0400 Subject: [PATCH 3/5] Update Develop.cfg --- Develop.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Develop.cfg b/Develop.cfg index d2ab8369..d7caee5b 100644 --- a/Develop.cfg +++ b/Develop.cfg @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse required = True repo_url = git@github.com:GEOS-ESM/GMAO_Shared.git local_path = ./src/Shared/@GMAO_Shared -tag = v1.2.0 +tag = v1.3.0 protocol = git sparse = ../../../config/GMAO_Shared.sparse From 14c2b342fb7b99f549a3d346c144d8b59d357157 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:21:45 -0400 Subject: [PATCH 4/5] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d813eef..fc410ddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.15.0 + VERSION 10.16.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") From 7f631e502318e0f5f315b2310ede9e4563deea8f Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:29:24 -0400 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc2a531..8c9c2c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.16.0] - 2020-09-28 + +### Zero-diff to previous release: NO + +### Restart Changes: NO + +The only change in this release is moving back to using `int()` not `nint()` in GEOS_Shared/GEOS_Utilities.F90 which may cause crashes if the Debugging flags are on. Nevertheless, this is a non zero-diff change to the gcm. + ## [10.15.0] - 2020-09-25 ### Zero-diff to previous release: NO