From a1b784fd770e78e1899334d9ce1b46b7e806ecaf Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Tue, 19 Nov 2024 16:54:53 -0500 Subject: [PATCH] PR #2507 post-merge fixes: Update CHANGELOG.md CHANGELOG.md - Move the entry pertaining to PR #2507 (CEDS TMB emissions) out of the 14.5.0 section and into the Unreleased section Signed-off-by: Bob Yantosca --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6f96aa0..9d8353d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This file documents all notable changes to the GEOS-Chem repository starting in 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 +### Fixed +- Fixed CEDS HEMCO_Config.rc entries to emit TMB into the TMB species (and not HCOOH) + + ## [14.5.0] - 2024-11-07 ### Added - Added vectors `State_Chm%KPP_AbsTol` and `State_Chm%KPP_RelTol` @@ -41,7 +46,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Removed EDGAR8_CH4_AWB emissions from CH4 and carbon simulations to avoid double counting with GFED - Fixed formatting error in `.github/workflows/stale.yml` that caused the Mark Stale Issues action not to run - Fixed emissions in GCHP carbon ExtData.rc so that data in molecules/cm2/s are converted to kg/m2/s -- Fixed CEDS HEMCO_Config.rc entries to emit TMB into the TMB species (and not HCOOH) ### Removed - Removed dry-run checks for files that are no longer needed for Cloud-J v8 from `cldj_interface_mod.F90`