From 16b7f41ce24790ce866dfcb6d800d8e8d515fb33 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 17 Jan 2025 11:10:14 -0500 Subject: [PATCH] Prepare for 2.52.0 Release (#3335) --- .circleci/config.yml | 2 +- CHANGELOG.md | 28 ++++++++++++++++++---------- CMakeLists.txt | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a1e023c6512..6d6cc4e4c934 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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8168ed104ebe..d30421e5361c 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 f7b5c3ffac4d..83113960be62 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