-
Notifications
You must be signed in to change notification settings - Fork 170
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
Inconsistency in species defined in GEOS-Chem and HEMCO config following pull request #2318 #2459
Comments
Alk6 and Alk7 are the same. I some point I called it ALK7 and switched to ALk6 so maybe there was some confusion with the emissions pull request. So whichever is used in fullchem.eqn should be used throughout. I will check shortly but am a little slow as I am attending a conference. |
Thanks @ktravis213. It should be ALK7 in that case then since that is what is currently used in fullchem.eqn. The only remaining question I had was whether CEDS "other VOCs" should go to styrene (STYR)? @djxjacob was under the impression that styrene should have an anthropogenic emissions source. |
Here is @kelvinhb advice on styrene. |
Thanks @ktravis213 and @kelvinhb! |
With the updated monoterpene/PN/AN chemistry and emissions added in 14.5.0-alpha.6 (updates on top of PR #2318), emissions for >=C6 alkanes from CEDS were added to HEMCO_Config.rc. These were incorrectly assigned to species ALK6 (not defined) when they should be assigned to ALK7. Other fixes here include: - Update HEMCO_Diagn.rc (and HISTORY.rc for GCHP) to save out ALK7 emissions - Fix category for CEDS ship emissions of HCOOH and ALK7 in HEMCO_Config.rc (should be 10, not 1) - Make fullchem HEMCO_Diagn.rc for WRF consistent with GCClassic version Closes #2459 Signed-off-by: Melissa Sulprizio <[email protected]>
This was addressed by #2462 which has now been merged into the |
Based on the discussion above we decided on using ALK7. However, after further discussion at the September 2024 GEOS-Chem Steering Committee meeting and with @ktravis213 and @kelvinhb, we should use ALK6. This is also consistent with the naming in Travis, K.T., et al. EGUsphere (2024) |
For consistency with the literature (e.g. Travis et al, EGUsphere, 2024) we rename ALK7 to ALK6. See further discussion in Github issue #2459. Signed-off-by: Melissa Sulprizio <[email protected]>
Your name
Melissa Sulprizio
Your affiliation
Harvard
What happened? What did you expect to happen?
The current dev/14.5.0 branch (tagged 14.5.0-alpha.11) lists species ALK6 in HEMCO_Config.rc but there is no such species defined in the species database nor geoschem_config.yml. Commit 7cd5aef (added atop pull request #2318) adding CEDS emissions for new species added in #2318. In particular, these lines were added to HEMCO_Config.rc for new species from CEDS:
@kelvinb @ktravis213 Can you confirm which species these emissions should be applied to? ALK7? STYR?
geos-chem/run/shared/species_database.yml
Lines 213 to 218 in a5fba9c
geos-chem/run/shared/species_database.yml
Lines 5271 to 5276 in a5fba9c
What are the steps to reproduce the bug?
View run directory config files in the dev/14.5.0 branch:
https://github.com/geoschem/geos-chem/tree/dev/14.5.0/run
Please attach any relevant configuration and log files.
No response
What GEOS-Chem version were you using?
14.5.0-alpha.11
What environment were you running GEOS-Chem on?
Local cluster
What compiler and version were you using?
N/A
Will you be addressing this bug yourself?
Yes, but I will need some help
In what configuration were you running GEOS-Chem?
GCClassic
What simulation were you running?
Full chemistry
As what resolution were you running GEOS-Chem?
4x5
What meterology fields did you use?
GEOS-FP
Additional information
No response
The text was updated successfully, but these errors were encountered: