Skip to content

Commit

Permalink
Move to changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Sep 23, 2024
1 parent 3da2803 commit 42b1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 42b1169

Please sign in to comment.