Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Cleaned up SU AMIP instance RC files; fixed path for degassing volcanic emissions
in AMIP.20C and removed unneccessary rhFlag from both AMIP dirs
- Calculation of surface area density and effective radius for connection to chemistry
now comes from optics tables
- Changed effective radius in MieQuery.H to remove in place units scaling; made
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nbins: 4

# Volcanic pointwise sources
volcano_srcfilen_explosive: ExtData/chemistry/CARN/v202401/explosive/so2_explosive_volcanic_emissions_CARN_v202401.%y4%m2%d2.rc
volcano_srcfilen_degassing: ExtData/chemistry/CARN/v202401/so2_volcanic_emissions_CARN_v202401.degassing_only.rc
volcano_srcfilen_degassing: ExtData/chemistry/CARN/v202401/sfc/so2_volcanic_emissions_CARN_v202401.degassing_only.rc

# Heights [m] of LTO, CDS and CRS aviation emissions layers
aviation_vertical_layers: 0.0 100.0 9.0e3 10.0e3
Expand Down Expand Up @@ -37,9 +37,6 @@ fwet: 1.0 1.0 1.0 1.0
# Dry particle radius [um], used for settling
particle_radius_microns: 0.0 0.0 0.35 0.0

# Type of settling to use (see Chem_SettlingMod)
rhFlag: 4

# Dry particle density [kg m-3]
particle_density: -1 -1 1700 -1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ fwet: 1.0 1.0 1.0 1.0
# Dry particle radius [um], used for settling
particle_radius_microns: 0.0 0.0 0.35 0.0

# Type of settling to use (see Chem_SettlingMod)
rhFlag: 4

# Dry particle density [kg m-3]
particle_density: -1 -1 1700 -1

Expand Down