-
Notifications
You must be signed in to change notification settings - Fork 170
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
Run directory updates related to GEOS-IT #2153
Run directory updates related to GEOS-IT #2153
Conversation
File had discover cluster file format instead of file format available at WashU. Signed-off-by: Lizzie Lundgren <[email protected]>
- RUNDIR_MET_NATIVE_RES is now RUNDIR_OFFLINE_EMIS_RES - RUNDIR_MET_LAT_RES is now RUNDIR_OFFLINE_EMIS_LAT_RES - Deleted RUNDIR_MET_LON_RES since not used - All relevant template files are also updated This update also fixes a bug when using native cubed-sphere GEOS-IT meteorology which caused the offline emissions paths in ExtData.rc to be wrong. Signed-off-by: Lizzie Lundgren <[email protected]>
The option to print all run script commands is commented out as a debug option. Having it on by default clutters the GCHP log file. Signed-off-by: Lizzie Lundgren <[email protected]>
…-lon These files are still being generated at WashU but there are now at least a few dates to run with. Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lizziel: Just needs a changelog entry and then it's good to merge. Thanks for this!
CHANGELOG.md - Add note about fixes for GEOS-IT rundir creation Signed-off-by: Bob Yantosca <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lizziel: I pushed the changelog update. Now moving to integration tests
Oops, forgot the changelog again! I'm going to push an update on top of yours for the changelog. |
I can fix the conflicts too |
Looks like I already did a changelog but just forgot to push. I will fix the branch. |
f596c9f
to
d1b4d18
Compare
All set now. I had rebased on dev/no-diff-to-benchmark but forgot to push that too. This PR now has my changelog updates and no conflicts with dev/no-diff-to-benchmark. |
run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem - Replace RUNDIR_MET_NATIVE_RES with RUNDIR_OFFLINE_EMIS_RES - Replace RUNDIR_MET_NATIVE_LAT with RUNDIR_OFFLINE_EMIS_LAT_RES run/shared/settings/merra2 - Add RUNDIR_OFFLINE_EMIS_RES and RUNDIR_OFFLINE_EMIS_LAT_RES Signed-off-by: Bob Yantosca <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed a change to make sure that RUNDIR_OFFLINE_EMIS_RES
and RUNDIR_OFFLINE_EMIS_LAT_RES
are defined for MERRA-2 meteorology. Also the GCHP and GCClassic HEMCO_Config.rc.fullchem
template files needed to be updated to replace RUNDIR_MET_NATIVE_RES
with RUNDIR_OFFLINE_EMIS_RES
and RUNDIR_MET_LAT_RES
with RUNDIR_OFFLINE_EMIS_LAT_RES
.
run/GCClassic/HEMCO/HEMCO_Config.rc.fullchem - In the entry for BIOGENIC_MTPA for OFFLINE_BIOGENICVOC, we have fixed a typo: RUN_MET_OFFLINE_RES -> RUNDIR_OFFLINE_EMIS_LAT_RES. This was causing GCClassic fullchem integration tests to fail Signed-off-by: Bob Yantosca <[email protected]>
All GCClassic and GCHP integration tests passed. All GCHP integration tests were zero-diff w/r/t 14.3.0. All GCClassic integration tests were zero-diff w/r/t 14.3.0, except:
|
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
This PR contains several updates related to GEOS-IT meteorology and GCHP.
HEMCO_Config.rc
andExtData.rc
when creating a run directory.RUNDIR_MET_NATIVE_RES
is nowRUNDIR_OFFLINE_EMIS_RES
andRUNDIR_MET_LAT_RES
is nowRUNDIR_OFFLINE_EMIS_LAT_RES
. EntryRUNDIR_MET_LON_RES
is deleted since it is not used.ExtData.rc
.Expected changes
This is a zero diff update
Related Github Issue(s)
closes geoschem/GCHP#379