-
Notifications
You must be signed in to change notification settings - Fork 460
Add script support for ARRM10to60E2r1 ocn/ice grid #5178
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
Changes from 8 commits
8a6c28b
33baa35
fa1cabf
761b1d3
29a1207
41f7b1d
b480ae8
2e4100b
c0c860a
debc6b0
d81b754
b87a2bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -207,6 +207,17 @@ def buildnml(case, caseroot, compname): | |
| logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case") | ||
| logger.warning(" But no file available for this grid.") | ||
|
|
||
| elif ocn_grid == 'ARRM10to60E2r1': | ||
| decomp_date = '220730' | ||
| decomp_prefix = 'mpas-o.graph.info.' | ||
| restoring_file = 'sss.PHC3.0_monthlyClimatology.ARRM10to60E2r1.220802.nc' | ||
| analysis_mask_file = 'ARRM10to60E2r1_mocBasinsAndTransects220730.nc' | ||
|
||
| ic_date = '220730' | ||
| ic_prefix = 'mpaso.ARRM10to60E2r1' | ||
| if ocn_ic_mode == 'spunup': | ||
| ic_date = '220802' | ||
| ic_prefix = 'mpaso.ARRM10to60E2r1.rstFrom1monthG-chrys' | ||
|
|
||
| elif ocn_grid == 'EC30to60E2r2': | ||
| decomp_date = '200904' | ||
| decomp_prefix = 'mpas-o.graph.info.' | ||
|
|
||
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.
If I undrestand correctly, this is changing Redi for all configurations that have GM on. This needs to only be for
ARRM10to60E2r1. I believe this is correct: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.
Oops, that was definitely my mistake commit, I certainly should have included the grid specification. Thanks for the catch!
@milenaveneziani I just want to confirm that we do indeed want this separate setting for this mesh, before I make the change (or just revert the commit)?
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.
yes, we want it at 15 for this mesh.