From f73892d5e546f337451396cad72f82f413053711 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:19:04 -0400 Subject: [PATCH 01/11] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index c005db5f..2b88bf3a 100644 --- a/components.yaml +++ b/components.yaml @@ -42,7 +42,7 @@ GEOS_Util: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.35.2 + tag: v2.35.3 develop: develop FMS: From 63cc869092c25e96d6e6e11990b683d2d8058bad Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:21:00 -0400 Subject: [PATCH 02/11] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 2b88bf3a..b17252eb 100644 --- a/components.yaml +++ b/components.yaml @@ -103,7 +103,7 @@ QuickChem: TR: local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp/@TR remote: ../TR.git - tag: v1.0.0 + tag: v1.0.0.1 develop: develop GMI: From 8b3bc1998619dbecb647443e51bc89fe3491508e Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:23:05 -0400 Subject: [PATCH 03/11] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b2fc818..34ef46a5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ | [GMAO_Shared](https://github.com/GEOS-ESM/GMAO_Shared) | [v1.7.2](https://github.com/GEOS-ESM/GMAO_Shared/releases/tag/v1.7.2) | | [GOCART](https://github.com/GEOS-ESM/GOCART) | [v2.1.2](https://github.com/GEOS-ESM/GOCART/releases/tag/v2.1.2) | | [HEMCO](https://github.com/GEOS-ESM/HEMCO) | [geos/v2.2.3](https://github.com/GEOS-ESM/HEMCO/releases/tag/geos%2Fv2.2.3) | -| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.35.2](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.35.2) | +| [MAPL](https://github.com/GEOS-ESM/MAPL) | [v2.35.3](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.35.3) | | [MOM5](https://github.com/GEOS-ESM/MOM5) | [geos/5.1.0+1.2.0](https://github.com/GEOS-ESM/MOM5/releases/tag/geos%2F5.1.0%2B1.2.0) | | [MOM6](https://github.com/GEOS-ESM/MOM6) | [geos/v2.1.0](https://github.com/GEOS-ESM/MOM6/tree/geos/v2.1.0) | | [NCEP_Shared](https://github.com/GEOS-ESM/NCEP_Shared) | [v1.2.1](https://github.com/GEOS-ESM/NCEP_Shared/releases/tag/v1.2.1) | @@ -39,7 +39,7 @@ | [RRTMGP](https://github.com/GEOS-ESM/rte-rrtmgp) | [geos/v1.5+1.0.0](https://github.com/GEOS-ESM/rte-rrtmgp/releases/tag/geos%2Fv1.5%2B1.0.0) | | [SIS2](https://github.com/GEOS-ESM/SIS2) | [geos/v0.0.1](https://github.com/GEOS-ESM/SIS2/releases/tag/geos%2Fv0.0.1) | | [StratChem](https://github.com/GEOS-ESM/StratChem) | [v1.0.0](https://github.com/GEOS-ESM/StratChem/releases/tag/v1.0.0) | -| [TR](https://github.com/GEOS-ESM/TR) | [v1.0.0](https://github.com/GEOS-ESM/TR/releases/tag/v1.0.0) | +| [TR](https://github.com/GEOS-ESM/TR) | [v1.0.0.1](https://github.com/GEOS-ESM/TR/releases/tag/v1.0.0.1) | | [UMD_Etc](https://github.com/GEOS-ESM/UMD_Etc) | [v1.1.0](https://github.com/GEOS-ESM/UMD_Etc/releases/tag/v1.1.0) | ## How to build GEOS GCM From f2dce45f11c73e5f96389716f5ca8fc29e902e79 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:23:56 -0400 Subject: [PATCH 04/11] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93ce14db..45d99d1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.25.1 + VERSION 10.25.2 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") From 3f49a8464dd3ca0080e7ad8191992610f9e76bde Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:25:02 -0400 Subject: [PATCH 05/11] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d99d1e..44c376a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 10.25.2 + VERSION 10.26.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") From a79f5c0b744b263d8773f7d92ae463f198bbe15e Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:40:27 -0400 Subject: [PATCH 06/11] Update components.yaml --- components.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components.yaml b/components.yaml index b17252eb..33de119a 100644 --- a/components.yaml +++ b/components.yaml @@ -54,7 +54,7 @@ FMS: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - tag: v1.17.4 + tag: v1.18.0 sparse: ./config/GEOSgcm_GridComp.sparse develop: develop @@ -166,7 +166,7 @@ RRTMGP: GEOSgcm_App: local: ./src/Applications/@GEOSgcm_App remote: ../GEOSgcm_App.git - tag: v1.9.4 + tag: v1.9.5 develop: develop UMD_Etc: From 73424303f4a4ad3a79a1edc611c9417d6a612f54 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:41:37 -0400 Subject: [PATCH 07/11] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34ef46a5..0e81f39d 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ | [GEOS_OceanGridComp](https://github.com/GEOS-ESM/GEOS_OceanGridComp) | [v1.2.1](https://github.com/GEOS-ESM/GEOS_OceanGridComp/releases/tag/v1.2.1) | | [GEOS_Util](https://github.com/GEOS-ESM/GEOS_Util) | [v1.0.2](https://github.com/GEOS-ESM/GEOS_Util/releases/tag/v1.0.2) | | [GEOSchem_GridComp](https://github.com/GEOS-ESM/GEOSchem_GridComp) | [v1.12.0](https://github.com/GEOS-ESM/GEOSchem_GridComp/releases/tag/v1.12.0) | -| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.9.4](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.9.4) | -| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v1.17.4](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v1.17.3) | +| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.9.5](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.9.5) | +| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v1.18.0](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v1.18.0) | | [GEOSradiation_GridComp](https://github.com/GEOS-ESM/GEOSradiation_GridComp) | [v1.2.0](https://github.com/GEOS-ESM/GEOSradiation_GridComp/releases/tag/v1.2.0) | | [GFDL_atmos_cubed_sphere](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere) | [geos/v1.5.0](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere/releases/tag/geos%2Fv1.5.0) | | [GMI](https://github.com/GEOS-ESM/GMI) | [v1.0.0](https://github.com/GEOS-ESM/GMI/releases/tag/v1.0.0) | From 6edd46fb906945c1eb526501d11502838a71f2aa Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:12:43 -0400 Subject: [PATCH 08/11] Update components.yaml --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index 33de119a..83631c54 100644 --- a/components.yaml +++ b/components.yaml @@ -61,7 +61,7 @@ GEOSgcm_GridComp: FVdycoreCubed_GridComp: local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSsuperdyn_GridComp/@FVdycoreCubed_GridComp remote: ../FVdycoreCubed_GridComp.git - tag: v1.12.1 + tag: v1.13.0 develop: develop fvdycore: From 246beee16151ad1593fcb356a340815880d2e3d0 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:13:34 -0400 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e81f39d..2fffe273 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ | [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v3.26.0](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v3.26.0) | | [ESMA_env](https://github.com/GEOS-ESM/ESMA_env) | [v4.9.1](https://github.com/GEOS-ESM/ESMA_env/releases/tag/v4.9.1) | | [FMS](https://github.com/GEOS-ESM/FMS) | [geos/2019.01.02+noaff.8](https://github.com/GEOS-ESM/FMS/releases/tag/geos%2F2019.01.02%2Bnoaff.8) | -| [FVdycoreCubed_GridComp](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp) | [v1.12.1](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/releases/tag/v1.12.1) | +| [FVdycoreCubed_GridComp](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp) | [v1.13.0](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/releases/tag/v1.13.0) | | [geos-chem](https://github.com/GEOS-ESM/geos-chem) | [geos/v13.0.0-rc1](https://github.com/GEOS-ESM/geos-chem/releases/tag/geos%2Fv13.0.0-rc1) | | [GEOS_OceanGridComp](https://github.com/GEOS-ESM/GEOS_OceanGridComp) | [v1.2.1](https://github.com/GEOS-ESM/GEOS_OceanGridComp/releases/tag/v1.2.1) | | [GEOS_Util](https://github.com/GEOS-ESM/GEOS_Util) | [v1.0.2](https://github.com/GEOS-ESM/GEOS_Util/releases/tag/v1.0.2) | From 2f998713b5e6c19cd58fb8f1c1d378225f146bd9 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:29:05 -0400 Subject: [PATCH 10/11] Update CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507caf73..a3778311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## Unreleased +## [10.26.0] - 2023-04-19 + +### Zero-diff to Previous Release: YES except for minor changes below +### Restart Changes: YES + +### Non-zero-diff Changes: +1. `LONG_NAME` changes for some fields in `catch` restart +2. `TR` restart includes additional tracers to be used in R21C +3. `TKM` field was added to `turb` restart + +### Major Changes: +* This release brings in R21C updates +* Added new `HISTORY_R21C.rc.tmpl` +* Clarification of some `LONG_NAME` attributes from surface +* Added exports for new diagnostics +* Modified observed precip regridding to use conservative algorithm +* Modified `ADD_INCS` to properly export wind tendencies +* Updates for lowest-model-level forcing collections + ## [10.25.1] - 2023-03-08 ### Zero-diff to Previous Release: YES From 01dad8dbe59c60c2e25cc17f4db0aa02e7b50c8e Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 19 Apr 2023 15:10:01 -0400 Subject: [PATCH 11/11] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c50ed5d..e968adcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ parameters: # Anchors to prevent forgetting to update a version os_version: &os_version ubuntu20 baselibs_version: &baselibs_version v7.7.0 -bcs_version: &bcs_version v10.23.0 +bcs_version: &bcs_version v10.25.0 tag_build_arg_name: &tag_build_arg_name gcmversion orbs: