From 9c964c8428ce48a26d6108565d20153c001ee3e2 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 10 Jan 2025 13:54:31 -0500 Subject: [PATCH] GCClassic 14.5.1 release This is the official release commit of GEOS-Chem Classic aka GCClassic) 14.5.1. Updated version numbers in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Updated GEOS-Chem submodule to version 14.5.1 Updated HEMCO submodule to version 3.10.1 Updated geos-chem-shared-docs submodule to commit 18712bb Also updated CHANGELOG.md with the latest information. Signed-off-by: Bob Yantosca --- CHANGELOG.md | 9 ++------- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- src/GEOS-Chem | 2 +- src/HEMCO | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198fa25..b0e2d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,21 +9,16 @@ 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] - TBD +## [14.5.1] - 2025-01-10 ### Added - Added code to `src/CMakeLists.txt` to build & install the KPP standalone executable when `fullchem` or `custom` mechanisms are selected +- Added ReadTheDocs Supplemental Guide on using the KPP-Standalone Box Model and KPP-Standalone Interface in GEOS-Chem ### Changed - Changed `submodules: true` to `submodules: recursive` in `.ci-pipelines/*.yml` files, which will fetch all levels of submodules in Azure CI tests. ### Fixed - Fixed logic error in `src/CMakeLists.txt` that attempted to build the KPP standalone for the carbon simulation (see geoschem/GCClassic #78) - -## [Unreleased] - TBD -### Added -- Added ReadTheDocs Supplemental Guide on using the KPP-Standalone Box Model and KPP-Standalone Interface in GEOS-Chem - -### Fixed - Fixed broken links in ReadTheDocs documentation ## [14.5.0] - 2024-11-08 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0446acd..a4f9f66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13) project (geos-chem-classic - VERSION 14.5.0 + VERSION 14.5.1 LANGUAGES Fortran ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6457dec..45fa8ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'GEOS-Chem Support Team' # The full version, including alpha/beta/rc tags -release = '14.5.0' +release = '14.5.1' # -- General configuration --------------------------------------------------- diff --git a/src/GEOS-Chem b/src/GEOS-Chem index 48358bc..b0e03cc 160000 --- a/src/GEOS-Chem +++ b/src/GEOS-Chem @@ -1 +1 @@ -Subproject commit 48358bc0aadc25e88f8f66b5f36621efcc08830f +Subproject commit b0e03cc0f7c06b899824a69744b67e9632675cbd diff --git a/src/HEMCO b/src/HEMCO index b94f2e0..0ae25d2 160000 --- a/src/HEMCO +++ b/src/HEMCO @@ -1 +1 @@ -Subproject commit b94f2e09ec592a956d4b5c36675e433acff12ff5 +Subproject commit 0ae25d22f61667e8d81e04415e94f133604f415b