From f666ed652294dfdc68f4470a0d91a0fbb836a6bb Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Wed, 16 Nov 2022 12:33:03 -0500 Subject: [PATCH] Updated CHANGELOG.md corresponding to geoschem/HEMCO PR #178 CHANGELOG.md - Added text describing the update in geoschem/HEMCO PR #178, namely the addition of more informative HEMCO error messages when reading the HEMCO configuration file (in hco_config_mod.F90) Signed-off-by: Bob Yantosca --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f2b2dc..17891ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Remove unused, commented-out code in `src/Extensions/hcox_dustdead_mod.F` + - Replaced placeholder error messages in + `src/Core/hco_config_mod.F90` with more informational messages + (often including the line of the HEMCO_Config.rc in the printout) ### Fixed - Removed memory leaks that were identified by the code sanitizer