From 0f0d9b40c0119bd4201b536926a6fb79d9c967e6 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:49:31 -0400 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a100559d..08cbd970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ ## Unreleased +## [11.6.0] - 2024-06-11 + +### Zero-diff to Previous Release: NO +### Restart Changes: NO (see details below) + + +## Potential non-zero-diff changes: +* Hotfix for uninitialized variables `tep` and `qp` when `wstar <= 0.001` [#931](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/931) +* `make_bcs` fix for bad HWSDv1.21 data in Argentina "peatland" [#944](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/944) + +## Zero-diff changes: +* Sync `qr`/`qs` export naming to corresponding changes in MOIST (exports) [#605](https://github.com/GEOS-ESM/GEOSgcm_App/pull/605) +* Moving to new BCS directory structure [#551](https://github.com/GEOS-ESM/GEOSgcm_App/pull/551) +* Additional cleanup of Stieglitz snow code [#813](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/813) +* Adding new v12 BCS option (Argentina "peatland" fix) [#616](https://github.com/GEOS-ESM/GEOSgcm_App/pull/616) [#75](https://github.com/GEOS-ESM/GEOS_Util/pull/75) +* Adding new v11 BCS option, new `linkbcs`, and changes in setup scripts [#544](https://github.com/GEOS-ESM/GEOSgcm_App/pull/544) +* CICE6 cmake and namelist updates for post release v6.5.0 merge [#925](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/925) +* Fix up stretched grid tags [#613](https://github.com/GEOS-ESM/GEOSgcm_App/pull/613) +* Fix aerosol HISTORY for FP [#595](https://github.com/GEOS-ESM/GEOSgcm_App/pull/595) +* Allow history to overwrite previously written output [#594](https://github.com/GEOS-ESM/GEOSgcm_App/pull/594) +* Plot updates for automated TEM Diagnostics [#76](https://github.com/GEOS-ESM/GEOS_Util/pull/76) +* Minor update to GMI and StratChem setup scripts [#599](https://github.com/GEOS-ESM/GEOSgcm_App/pull/599) +* Replaced Default `$HOMEDIR` pathway with user's `$NOBACKUP` inside `gcm_setup` [#591](https://github.com/GEOS-ESM/GEOSgcm_App/pull/591) +* Add Milan support at NAS [#607](https://github.com/GEOS-ESM/GEOSgcm_App/pull/607) +* Updates for running GEOSgcm with Spack as libraries instead of Baselibs [#611](https://github.com/GEOS-ESM/GEOSgcm_App/pull/611) +* Remove mask from `read_Reynolds` [#73](https://github.com/GEOS-ESM/GEOS_Util/pull/73) + +### Fixture Changes: +* ESMA_env [v4.25.1 => v4.29.0](https://github.com/GEOS-ESM/ESMA_env/compare/v4.25.1...v4.29.0) +* ESMA_cmake [v3.41.0 => v3.45.2](https://github.com/GEOS-ESM/ESMA_cmake/compare/v3.41.0...v3.45.2) +* GEOS_Util [v2.0.7 => v2.1.0](https://github.com/GEOS-ESM/GEOS_Util/compare/v2.0.7...v2.1.0) +* MAPL [v2.44.0 => v2.46.1](https://github.com/GEOS-ESM/MAPL/compare/v2.44.0...v2.46.1) +* FMS [2019.01.02+noaff.8 => 2019.01.02+noaff.10](https://github.com/GEOS-ESM/FMS/compare/geos/2019.01.02+noaff.8...geos/2019.01.02+noaff.10) +* GEOSgcm_GridComp [v2.5.2 => v2.6.0](https://github.com/GEOS-ESM/GEOSgcm_GridComp/compare/v2.5.2...v2.6.0) +* FVdycoreCubed_GridComp [v2.11.0 => v2.11.1](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/compare/v2.11.0...v2.11.1) +* fvdycore [v2.8.1 => v2.9.0](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere/compare/geos/v2.8.1...geos/v2.9.0) +* GOCART [sdr_v2.2.1.1 => sdr_v2.2.1.2](https://github.com/GEOS-ESM/GOCART/compare/sdr_v2.2.1.1...sdr_v2.2.1.2) +* CICE6 [v0.1.3 => v0.2.0](https://github.com/GEOS-ESM/CICE/compare/geos/v0.1.3...geos/v0.2.0) +* icepack [v0.2.0 => v0.3.0](https://github.com/GEOS-ESM/Icepack/compare/geos/v0.2.0...geos/v0.3.0) +* GEOSgcm_App [v2.3.2 => v2.3.3](https://github.com/GEOS-ESM/GEOSgcm_App/compare/v2.3.2...v2.3.3) + ## [11.5.2] - 2024-03-04 ### Zero-diff to Previous Release: YES From 07685be535139a9a107e31d1323ce794746452c0 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:51:04 -0400 Subject: [PATCH 2/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49c851a1..b7b72e01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GEOSgcm - VERSION 11.5.2 + VERSION 11.6.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")