From d096b7d3d0cc6c75127977ad9ce7e539ce14e100 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Mon, 4 Nov 2024 16:52:52 -0500 Subject: [PATCH] Updated changelog for PR #2544 CHANGELOG.md - Updated with info about the satellite diagnostic fixes Signed-off-by: Bob Yantosca --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9e4f551..ac6635a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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 +### Added +- Added `State_Diag%SatDiagnEdgeCount` counter for the `SatDiagnEdge` collection +- Added `State_Diag%Archive_SatDiagnEdgeCount` field +- Added `State_Diag%Archive_SatDiagnEdge` field +- Added routine `SatDiagn_or_SatDiagnEdge` in `History/history_utils_mod.F90` + +### Changed +- Allocated `State_Diag%SatDiagnPEDGE` ffield with vertical dimension `State_Grid%NZ+1` + +### Fixed +- Fixed the satellite diagnostics counters from being inadvertently being reset + ## [Unreleased] - TBD ### Added - Added vectors `State_Chm%KPP_AbsTol` and `State_Chm%KPP_RelTol`