-
Notifications
You must be signed in to change notification settings - Fork 171
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
Need to update incorrect EDGARv7 entries in HEMCO_Config.rc and ExtData.rc for the carbon, CH4, and tagCH4 simulations #2115
Comments
I should note that this is only an error for the GCHP carbon simulation. But if users attempt to disable GFEI emissions, then GCClassic simulations also will stop with an error. |
This commit applies fixes for the problem described in #2115 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.carbon run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.CH4 run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.CH4 run/GCHP/ExtData.rc.templates/ExtData.rc.carbon - Remove EDGAR7_CH4_OIL__1B2a, EDGAR7_CH4_OIL__1B2c, and EDGAR7_CH4_COAL__1B1a. These entries read from files which do not exist in the EDGARv7 inventory. - Add entry for EDGAR7_CH4_OILGASCOAL__1B1_1B2, which is the replacement for the previous entries. - NOTE: Normally, these entries are superseded by GFEI, which has a higher hierarchy. But these modifications are necessary if a user should ever disable GFEI emissions. run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.tagCH4 - I wasn't sure how to update these entries, so I put a comment. Will get to this later. Signed-off-by: Bob Yantosca <[email protected]>
Note: I have pushed a fix for this issue to PR #1992. |
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. |
This may be a moot point since we will soon add EDGARv8 emissions. |
EDGARv8 has now been added into the GEOS-Chem "no-diff-to-benchmark" development stream. We can now close out this issue. |
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Description of your issue or question
In the CH4 and carbon simulations, the out-of-the-box
HEMCO_Config.rc
file has these entries to read oil production (PRO_OIL
), gas production (PRO_GAS
), and coal production (PRO_COAL
) emissions.But in the EDGARv7 data directory, there are no
PRO_OIL
,PRO_GAS
,PRO_COAL
sectorial emissions files, justPRO
:As it turns out the entries mentioned in
HEMCO_Config
above are superseded by GFEI emissions, so even though thePRO_OIL
,PRO_GAS
,PRO_COAL
files do not exist in EDGARv7, HEMCO won't try to read them.However, the
ExtData.rc.carbon
template still has corresponding entries:and because MAPL cannot find these files, the GCHP carbon simulation crashes.
Action items:
HEMCO_Config.rc
template files.ExtData.rc.carbon
template file.Tagging @msulprizio @laestrada (as this affects the IMI as well).
The text was updated successfully, but these errors were encountered: