-
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
Updates for GEOS-Chem 14.3 in CESM #2154
Updates for GEOS-Chem 14.3 in CESM #2154
Conversation
6116efa
to
7913a31
Compare
This is ready for review but not ready for merge. I need to make a few updates to Cloud-J standalone for geoschem/Cloud-J#2, and this PR is dependent on that PR. |
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.
Hi @lizziel, this mostly looks good. Can you doublecheck the data paths for the GMI files, I think the paths should be e.g. $ROOT/GMI/v2015-02/...
etc.
The Cloud-J PR that goes with this PR is now ready for review. geoschem/Cloud-J#2 |
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
CESM requires a netcdf file containing a list of gas phase dry deposited species and their molecular weights and Henry's Law coefficients. Having the script within the GEOS-Chem source code is advantageous because it can be updated at the same time that species lists change in GEOS-Chem. Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Fast-JX is no longer used in GEOS-Chem runs within CESM. It can still be run if passed compiler flag for it, but with this update it will then read photolysis ascii files from a processors, not just root. Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Some emissions are handled differently in CESM and notes in HEMCO_Config.rc document this. Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
Signed-off-by: Lizzie Lundgren <[email protected]>
2868090
to
3900e01
Compare
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.
Thanks @lizziel. Looks good!
All GEOS-Chem Classic integration tests passed ==============================================================================
GEOS-Chem Classic: Execution Test Results
GCClassic #1672a99 HEMCO submod update: Merge PR #263 (Restrict volcano clim printout)
GEOS-Chem #9c5803931 Merge PR #2154 (Updates for GEOS-Chem 14.3 in CESM)
HEMCO #22de25e Merge PR #263 (Restrict volcano clim prints to root thread)
Using 24 OpenMP threads
Number of execution tests: 26
Submitted as SLURM job: 23809135
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Also, all integration tests were zero-diff w/r/t 14.3.0 except:
|
After merging geoschem/GCHP#396, all GCHP integration tests passed: ==============================================================================
GCHP: Execution Test Results
GCHP #6ca8b1f Add new pre-processor definition GCHP_WRAPPER for use in submodules
GEOS-Chem #9c5803931 Merge PR #2154 (Updates for GEOS-Chem 14.3 in CESM)
HEMCO #22de25e Merge PR #263 (Restrict volcano clim prints to root thread)
Number of execution tests: 6
Submitted as SLURM job: 23864207
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Also all GCHP integration tests were zero-diff w/r/t 14.3.0. |
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
This PR contains minor updates and fixes to enable building and running GEOS-Chem 14.3 in the CESM model. It must be merged in at the same time as Cloud-J updates in geoschem/Cloud-J#2.
Expected changes
This is a no diff update.
Reference(s)
None
Related Github PR(s)/Issue(s)