Skip to content
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/ISSUE] Fix for POPs emissions diagnostic #292

Closed
msulprizio opened this issue Apr 30, 2020 · 1 comment
Closed

[BUG/ISSUE] Fix for POPs emissions diagnostic #292

msulprizio opened this issue Apr 30, 2020 · 1 comment
Assignees
Labels
category: Bug Something isn't working
Milestone

Comments

@msulprizio
Copy link
Contributor

The POPs simulation in GEOS-Chem 12.8.0 was crashing with the error:

===============================================================================
GEOS-Chem ERROR: Cannot get diagnostics for this time stamp: GCPOPS_POPPOCPO_SOURCE
 -> at GetHcoDiagn (in module GeosCore/hcoi_gc_diagn_mod.F90)
===============================================================================

Instead of defining manual POPs diagnostics in hcoi_gc_diagn_mod.F90, computing them in hcox_gc_POPs_mod.F90, obtaining them from HEMCO in pops_mod.F90, and saving them out via State_Diag, we can simply define these diagnostics in hcox_gc_POPs_mod.F90 and save them out directly via HEMCO_Diagn.rc.

@msulprizio msulprizio added the category: Bug Something isn't working label Apr 30, 2020
@msulprizio msulprizio added this to the 12.8.1 milestone Apr 30, 2020
@msulprizio msulprizio self-assigned this Apr 30, 2020
@msulprizio
Copy link
Contributor Author

This issue is resolved in commit e973de0 and will be included in 12.8.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant