From 14cb7564fde9c9457b638ceb4d091ffec578f0b8 Mon Sep 17 00:00:00 2001 From: Melissa Sulprizio Date: Wed, 7 Feb 2024 14:23:53 -0500 Subject: [PATCH] Update version number to 14.3.0 in preparation for release Also add bug fix to script ./release/changeVersionNumbers.sh to (1) include KPP CHANGELOG file in the GEOS-Chem submodule and (2) reference GCHP instead of GCClassic. Signed-off-by: Melissa Sulprizio --- .release/changeVersionNumbers.sh | 7 ++++--- CHANGELOG.md | 2 +- src/GCHP_GridComp/GEOSChem_GridComp/geos-chem | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.release/changeVersionNumbers.sh b/.release/changeVersionNumbers.sh index ea469d334..2779b0939 100755 --- a/.release/changeVersionNumbers.sh +++ b/.release/changeVersionNumbers.sh @@ -10,7 +10,7 @@ # # !DESCRIPTION: Bash script to change the version numbers in the appropriate # files in the GCHP directory structure. Run this before releasing -# a new GCHP Classic version. +# a new GCHP version. #\\ #\\ # !CALLING SEQUENCE: @@ -76,7 +76,7 @@ function main() { for file in ${files[@]}; do replace "${pattern}" "${version}" "${file}" [[ $? -ne 0 ]] && exitWithError "${file}" - echo "GCClassic version updated to ${version} in ${file}" + echo "GCHP version updated to ${version} in ${file}" done #======================================================================== @@ -91,13 +91,14 @@ function main() { files=( \ "CHANGELOG.md" \ "src/GCHP_GridComp/GEOSChem_GridComp/geos-chem/CHANGELOG.md" \ + "src/GCHP_GridComp/GEOSChem_GridComp/geos-chem/KPP/fullchem/CHANGELOG_fullchem.md" \ ) # Replace version numbers in files for file in ${files[@]}; do replace "${pattern}" "\[${version}\] - ${date}" "${file}" [[ $? -ne 0 ]] && exitWithError "${file}" - echo "GCClassic version updated to ${version} in ${file}" + echo "GCHP version updated to ${version} in ${file}" done # Return to the starting directory diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d95f9ff..a6109ad35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This file documents all notable changes to the GCHP wrapper repository starting The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased 14.3.0] - TBD +## [14.3.0] - 2024-02-07 ### Added - Added capability for TOMAS simulations in GCHP - Added Cloud-J as submodule within GCHP_GridComp directory diff --git a/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem b/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem index cf19ef286..b288af156 160000 --- a/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem +++ b/src/GCHP_GridComp/GEOSChem_GridComp/geos-chem @@ -1 +1 @@ -Subproject commit cf19ef28672fdeac5f7db5622d5254639ac759ec +Subproject commit b288af1563a9a49a154a93bdd0f88be1f58f3f2f