-
Notifications
You must be signed in to change notification settings - Fork 165
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
MEGAN extension is turned on by default in GCHP run directory #2319
Comments
I would suggest that this happens to other configurations like GCClassic as well. See:
|
This was originally done on purpose for the implementation of MOH in version 12.7 (see pull request #175 and commit 3e2a48f). From that commit message:
At that time, MOH was not included in the offline biogenic emissions so we still needed to call MEGAN to compute the emissions for just that species. MOH is now included in the offline biogenic VOC files (I'm not sure of the exact date of when that occurred) so I'm confirming that we no longer need to call MEGAN when offline biogenic emissions are used. |
A fix for this can go into |
Thanks @msulprizio for confirming. |
This commit addresses the issue raised in geos-chem #2319. We have now updated the following files so that only the "benchmark" fullchem simulation uses the MEGAN extension, while other "standard" simulations use the offline emissions. run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.aerosol run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.aerosol - Replace "on" with ${RUNDIR_MEGAN_EXT} to toggle the MEGAN extension on or off based on the options given to createRunDir.sh. run/GCClassic/createRunDir.sh run/GCHP/createRunDir.sh - Set RUNDIR_MEGAN_EXT='off' for the aerosol-only simulation - Set RUNDIR_MEGAN_EXT='off' for the fullchem non-benchmark simulations - Set RUNDIR_MEGAN_EXT='on' for the fullchem benchmark simulation CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
The fix for this (#2372) has been merged into 14.4.2. We can close this issue. In a separate PR, @lizziel will fix a lingering issue where HEMCO_Diagn.rc for MOH still lists the MEGAN extension as its source instead of the base emissions (i.e. offline emissions).
should be
|
Your name
Bob Yantosca
Your affiliation
Harvard + GCST
What happened? What did you expect to happen?
The HEMCO MEGAN extension is turned on by default when creating a GCHP run directory. Found by @yuanjianz.
Offline biogenic emissions are recommended for standard full-chemistry GCHP simulations. Having both offline biogenic VOC and MEGAN turned on may double count some emissions.
What are the steps to reproduce the bug?
Created a GCHP run directory and look at the HEMCO_Config.rc
Please attach any relevant configuration and log files.
No response
What GEOS-Chem version were you using?
14.4.0
What environment were you running GEOS-Chem on?
Local cluster
What compiler and version were you using?
gcc10
Will you be addressing this bug yourself?
Yes
In what configuration were you running GEOS-Chem?
GCHP
What simulation were you running?
Full chemistry
As what resolution were you running GEOS-Chem?
14.4.0
What meterology fields did you use?
MERRA-2
Additional information
No response
The text was updated successfully, but these errors were encountered: