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

GHGI_v2_Express_Ext inventory not properly read in CH4 simulations #2036

Closed
msulprizio opened this issue Nov 15, 2023 · 2 comments · Fixed by #2042
Closed

GHGI_v2_Express_Ext inventory not properly read in CH4 simulations #2036

msulprizio opened this issue Nov 15, 2023 · 2 comments · Fixed by #2042
Assignees
Labels
category: Bug Something isn't working topic: Carbon Gases Simulations Related to simulations with carbon gases (carbon, CO2, CH4, tagCH4, tagCO)
Milestone

Comments

@msulprizio
Copy link
Contributor

Name and Institution (Required)

Name: Melissa Sulprizio
Institution: Harvard / GCST

Description of your issue or question

@djvaron found the GHGI emissions (express extension option) were not properly read in GEOS-Chem CH4 simulations for 14.2.0 through 14.2.2. The issue was the use of logicals in HEMCO_Config.rc. Currently the GHGI express extension option is bracketed with:

(((GHGI_v2_Express_Ext.and..not.GHGI_v2

This is to make sure that if users have both GHGI_v2 and GHGI_v2_Express_Ext set to true that only the official GHGI_v2 product will be used to avoid double counting. However, it turns out HEMCO can only handle use of .or. and .not. within the logical statements -- .and. is not supported. To get around this, we can separate the statement into two lines:

(((GHGI_v2_Express_Ext
(((.not.GHGI_v2

A fix for this will be included in 14.2.3.

@yantosca
Copy link
Contributor

yantosca commented Nov 21, 2023

Closed by PR #2042

@yantosca
Copy link
Contributor

We can now close this issue since PR #2042 has been merged into the dev/no-diff-to-benchmark branch.

@msulprizio msulprizio added the topic: Carbon Gases Simulations Related to simulations with carbon gases (carbon, CO2, CH4, tagCH4, tagCO) label Oct 1, 2024
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 topic: Carbon Gases Simulations Related to simulations with carbon gases (carbon, CO2, CH4, tagCH4, tagCO)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants