Skip to content

Commit

Permalink
PR #2318 post-merge fix: Add missing species to geoschem_config.yml
Browse files Browse the repository at this point in the history
run/CESM/geoschem_config.yml
run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml
run/GCHP/geoschem_config.yml.templates/geoschem_config.yml
run/GEOS/geoschem_config.yml
run/WRF/fullchem/geoschem_config.yml
- Add transported species: ALK4N2, AROMCHO, HACTA, TLFUONE.  These
  are listed as transported in species_database.yml and need to be
  also listed here in geoschem_config.yml.  Otherwise this will cause
  a species mismatch in the budget diagnostics.

run/shared/species_database.yml
- Fix typo: "<KF2" -> "KF2"

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Aug 19, 2024
1 parent dd7ba9a commit 53f9b2e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions run/CESM/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ operations:
- AERI
- ALD2
- ALK4
- ALK4N2
- ALK4P
- ALK7
- AONITA
- APAN
- APINP
- APINN
- AROMCHO
- AROMP4
- AROMP5
- AROMPN
Expand Down Expand Up @@ -186,6 +188,7 @@ operations:
- FURA
- GLYC
- GLYX
- HACTA
- H1211
- H1301
- H2402
Expand Down Expand Up @@ -353,6 +356,7 @@ operations:
- SOAGX
- SOAIE
- STYR
- TLFUONE
- TMB
- TOLU
- TSOA0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ operations:
- AERI
- ALD2
- ALK4
- ALK4N2
- ALK4P
- ALK7
- AONITA
- APAN
- APINP
- APINN
- AROMCHO
- AROMP4
- AROMP5
- AROMPN
Expand Down Expand Up @@ -211,6 +213,7 @@ operations:
- FURA
- GLYC
- GLYX
- HACTA
- H1211
- H1301
- H2402
Expand Down Expand Up @@ -380,6 +383,7 @@ operations:
- SOAP
- SOAS
- STYR
- TLFUONE
- TMB
- TOLU
- XYLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@ operations:
- AERI
- ALD2
- ALK4
- ALK4N2
- ALK4P
- ALK7
- AONITA
- APAN
- APINP
- APINN
- AROMCHO
- AROMP4
- AROMP5
- AROMPN
Expand Down Expand Up @@ -192,6 +194,7 @@ operations:
- FURA
- GLYC
- GLYX
- HACTA
- H1211
- H1301
- H2402
Expand Down Expand Up @@ -361,6 +364,7 @@ operations:
- SOAP
- SOAS
- STYR
- TLFUONE
- TMB
- TOLU
- XYLE
Expand Down
4 changes: 4 additions & 0 deletions run/GEOS/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ operations:
- AERI
- ALD2
- ALK4
- ALK4N2
- ALK4P
- ALK7
- AONITA
- APAN
- APINP
- APINN
- AROMCHO
- AROMP4
- AROMP5
- AROMPN
Expand Down Expand Up @@ -175,6 +177,7 @@ operations:
- FURA
- GLYC
- GLYX
- HACTA
- H1211
- H1301
- H2402
Expand Down Expand Up @@ -344,6 +347,7 @@ operations:
- SOAP
- SOAS
- STYR
- TLFUONE
- TMB
- TOLU
- XYLE
Expand Down
4 changes: 4 additions & 0 deletions run/WRF/fullchem/geoschem_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ operations:
- AERI
- ALD2
- ALK4
- ALK4N2
- ALK4P
- ALK7
- AONITA
- APAN
- APINP
- APINN
- AROMCHO
- AROMP4
- AROMP5
- AROMPN
Expand Down Expand Up @@ -180,6 +182,7 @@ operations:
- FURA
- GLYC
- GLYX
- HACTA
- H1211
- H1301
- H2402
Expand Down Expand Up @@ -349,6 +352,7 @@ operations:
- SOAP
- SOAS
- STYR
- TLFUONE
- TMB
- TOLU
- XYLE
Expand Down
2 changes: 1 addition & 1 deletion run/shared/species_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@ KF1:
Fullname: Potassium on dust. Reff = 0.7 microns
MW_g: 39.10
WD_CoarseAer: true
<KF2:
KF2:
<< : *DST2properties
Formula: K
Fullname: Potassium on dust, Reff = 1.4 microns
Expand Down

0 comments on commit 53f9b2e

Please sign in to comment.