Skip to content

Commit

Permalink
Bug fix: Define PH2SO4 and PSO4AQ in species_database.yml
Browse files Browse the repository at this point in the history
In pull request #1569, PH2SO4 and PSO4AQ were added as species in
fullchem.eqn but were never defined in species_database.yml. This led to
an error when registering species in state_chm_mod.F90

Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
  • Loading branch information
msulprizio committed Apr 5, 2023
1 parent 1cf8098 commit b9a3aec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run/shared/species_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3712,6 +3712,10 @@ PH2O2:
FullName: Dummy species to track production rate of H2O2
Is_Gas: true
MW_g: 34.02
PH2SO4:
FullName: SO4 from gas-phase chemistry
Is_Gas: true
MW_g: 96.06
PHEN:
DD_F0: 1.0
DD_Hstar: 2.8e+3
Expand Down Expand Up @@ -4082,6 +4086,10 @@ PSO4:
FullName: Dummy species to track production of SO4
Is_Gas: true
MW_g: 96.06
PSO4AQ:
FullName: SO4 from cloud chemistry
Is_Gas: true
MW_g: 96.06
PYAC:
DD_F0: 1.0
DD_Hstar: 3.14e+5
Expand Down

0 comments on commit b9a3aec

Please sign in to comment.