-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix for TOMAS sulfate production rates #1569
Conversation
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue. |
Hi @msulprizio - these updates are ready to be implemented as is. This fix is an important one to enable TOMAS to run correctly with the in-cloud sulfate chemistry migrated into KPP. Can you assist with this update and can we add a never stale label? |
@BettyCroft Sure thing. We plan to implement this shortly after 14.1.0 is released -- it's in the benchmark stages now. |
Thanks @msulprizio! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These updates will impact TOMAS only. Looks good to merge.
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>
Thank you @msulprizio ! |
These updates are a bug fix for TOMAS sulfate production rates as discussed in issue #1511. With the migration of sulfate chemistry to KPP, TOMAS does not have the correct sulfate production rates in v14. Primary updates are to KPP/fullchem/fullchem.eqn and GeosCore/fullchem_mod.F90 and tomas_mod.F90. Two new species are added in fullchem.eqn PSO4AQ and PH2SO4 and KPP was rebuilt. These species are not in the GC restart file - so replace EFYO with CYS for the SPC_ in HEMCO_COnfig.rc for the simulation to run.