From a722c1493286e0d35a8b9b6d72afa0f9437f24b6 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 16 Jan 2025 13:40:46 -0500 Subject: [PATCH 1/2] Prepare for 2.52.0 Release --- CHANGELOG.md | 28 ++++++++++++++++++---------- CMakeLists.txt | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8168ed104eb..d30421e5361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +### Deprecated + +## [2.52.0] - 2025-01-17 + +### Added + - Added subroutine to read nc4 tile file -- Added optional start_date and start_time to control the output window for each History collection. No output will be written before then. If not specified, these default to the beginning of the experiment. -- Added utility to prepare inputs for ExtDatDriver.x so that ExtData can simulate a real GEOS run +- Added optional `start_date` and `start_time` to control the output window for each History collection. No output will be written before then. If not specified, these default to the beginning of the experiment. +- Added utility to prepare inputs for `ExtDataDriver.x` so that ExtData can simulate a real GEOS run - Added loggers when writing or reading weight files - Added new option to AGCM.rc `overwrite_checkpoint` to allow checkpoint files to be overwritten. By default still will not overwrite checkpoints - The trajectory sampler netCDF output variable `location_index_in_iodafile` can be turned off, after we add two control variables: `use_NWP_1_file` and `restore_2_obs_vector` for users. When set to true, the two options will select only one obs file at each Epoch interval, and will rotate the output field index back to the location vector inthe obs file before generating netCDF output. @@ -19,28 +31,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Changed MAPL_ESMFRegridder to require the dstMaskValues to be added as grid attribute to use fixed masking, fixes UFS issue +- Changed `MAPL_ESMFRegridder` to require the dstMaskValues to be added as grid attribute to use fixed masking, fixes UFS issue - Increased formatting width of time index in ExtData2G diagnostic print - Updated GitHub checkout action to use blobless clones - Update CI to use Baselibs 7.29.0 by default - This provides ESMF 8.8.0 - Update `components.yaml` - - ESMA_env v4.34.0 + - `ESMA_env` v4.34.0 - Update to MPT 2.30 at NAS - Update to Baselibs 7.29.0 (ESMF 8.8.0) - - ESMA_cmake v3.56.0 + - `ESMA_cmake` v3.56.0 - Use `LOCATION` Python `FIND_STRATEGY` ### Fixed - Free MPI communicators after reading and/or writing of restarts -- Fixed the behavior of MAPL_MaxMin in presence of NaN +- Fixed the behavior of `MAPL_MaxMin` in presence of NaN - Fixed bug with return codes and macros in udunits2f -### Removed - -### Deprecated - ## [2.51.2] - 2024-12-19 ### Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index f7b5c3ffac4..83113960be6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.51.2 + VERSION 2.52.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui From 96a04578bd700c4017d706ad5f5ffd25d1e48a6e Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 16 Jan 2025 14:42:33 -0500 Subject: [PATCH 2/2] Fix orb in ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a1e023c651..6d6cc4e4c93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ bcs_version: &bcs_version v11.6.0 tag_build_arg_name: &tag_build_arg_name maplversion orbs: - ci: geos-esm/circleci-tools@dev:3757bb798cb16579e4631876735162774b6e18f6 + ci: geos-esm/circleci-tools@4 workflows: build-and-test-MAPL: