-
Notifications
You must be signed in to change notification settings - Fork 1
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
Major fixes to enable EASY coupled model experiments #538
Conversation
…ease exp set up process for everyone, make MOM6 as default
…tended. Need help from @mathomp4
…ue enough and therefore works! Thank you @sdrabenh for suggesting it.
⬆️ Items 3 and 4 will be addressed via #542 (review) |
We need this PR to be merged as well for all the |
Use specific MOM6 Resolutions
I've merged in #542 into here. Something is missing and I'm not sure what. But maybe I didn't branch right... |
CI failed to run in my branch. Not sure why. So I merged mine over here to see if maybe I was missing something. If that fails, I'll get on to the cloud instance and see what I see... Ah. I see why. This PR is broken on every system but NCCS. I'll need to work on this. One moment. |
Okay. One more push... |
Yay! 🎉 |
Fantastic! :) |
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.
Works for me as discussed herein
The intent of this PR is to make our life simple(r) in setting up GEOS coupled model experiments for all of these resolution combinations.
Proposed changes:
gcm_setup
is MOM6. ✅ @sanAkel/discover/nobackup/projects/gmao/bcs_shared/make_bcs_inputs/ocean/MOM6/
to pick up files needed by MOM6 ✅ @sanAkelDetails of what needs to be done.
Layout:
AGCM.rc
NX x NY
should match MOM’sLAYOUT
listed inMOM_override
see this table or ⬇️ .AGCM
NX x NY
and OGCMNX x NY
need to be fixed inAGCM.rc
in the following manner:Options:
See following example for setting up high resolution experiment:
The user does not need to answer:
Enter the Ocean Lat/Lon Horizontal Resolution: IM JM (Default: 360 210)
: 1440 1080 andEnter the Ocean Model Vertical Resolution: LM (Default: 50)
: 75. Since a choice was made to run:This table provides only one option for ⬆️ choices, hence that should be automatically populated. It can simply echo that it has been filled in.
Similarly for C90 and C12.