From a5f4cc2ccd2c952160e6d629b80aea8b1c82d44c Mon Sep 17 00:00:00 2001 From: Tom Clune Date: Fri, 13 Sep 2024 12:18:30 -0400 Subject: [PATCH 1/2] Fixes #289 Correct CHANGELOG.md Moved "change" from "ADDED" to "CHANGED" section of CHANGELOG. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975fc501..71f36f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Changed SU2G_instance_SU.rc to now have separate filename inputs for explosive and degassing volcanoes - Use 'CA' component name to identify carbonaceous contributions to PM in UFS diagnostic calculations. These contributions were missing due to changes in field names. - Add replay import patch for ozone. - corrected reading variable 'rhod' from files ( it was mispelled as 'rhop') @@ -37,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update ESMF CMake target to `ESMF::ESMF` -- Changed SU2G_instance_SU.rc to now have separate filename inputs for explosive and degassing volcanoes + - Moved present volcanic emission inventories to one or the other line for these new entries; set other line /dev/null; this is stop gap until next time we update volcanic emission inventories, at which point will provide (for AMIP and AMIP.20C) separate explosive and degassing emissions From 42b11694a37f554e4e3a0948968a4f13beb24901 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 23 Sep 2024 11:38:13 -0400 Subject: [PATCH 2/2] Move to changed --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2b654d..9cb92e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Modified the file paths in carbon, sulfate, and nitrate ExtData.yaml files to used the revised version of the CEDS anthropogenic emissions. Note the previous version has an incorrect seasonal cycle. - Sulfate surface area density calculation in SU_Compute_Diags was incorrectly being passed the effective radius used for settling along with the sigma width of the number distribution. Properly it should be passed the number median radius, also present in the RC file. Added a hook to read that field from the RC file ("particle_radius_number"), store in SU grid comp, and pass to SU_Compute_Diags. This change is zero-diff to the SU internal state. It changes value of export SO4AREA. - Changed DMS concentration data holder from ExtData provided (SU_DMSO) to local copy (dmso_conc). This is relevant since if we run source tagged instances where we don't want DMS emissions we would zero out dmso_conc and that is what should be passed to DMSemission subroutine. This is zero diff except in that case. +- Changed SU2G_instance_SU.rc to now have separate filename inputs for explosive and degassing volcanoes ### Fixed -- Changed SU2G_instance_SU.rc to now have separate filename inputs for explosive and degassing volcanoes - Use 'CA' component name to identify carbonaceous contributions to PM in UFS diagnostic calculations. These contributions were missing due to changes in field names. - Add replay import patch for ozone. - corrected reading variable 'rhod' from files ( it was mispelled as 'rhop')