GHGI_v2_Express_Ext inventory not properly read in CH4 simulations #2036
Labels
category: Bug
Something isn't working
topic: Carbon Gases Simulations
Related to simulations with carbon gases (carbon, CO2, CH4, tagCH4, tagCO)
Milestone
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:
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:A fix for this will be included in 14.2.3.
The text was updated successfully, but these errors were encountered: