-
Notifications
You must be signed in to change notification settings - Fork 247
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
Add support for Gaea C5 (includes PR #1977: new ccpp SDFs added to support RRFS multiphysics ensemble and add tob in ocean output)(Includes PR #1997) #1784
Conversation
11de544
to
95c2735
Compare
cpld_control_p8 passes w/ intel compiler version upgrade to intel 2023.1.0 ( |
6d62e36
to
bef8280
Compare
@ulmononian thanks for updating. I'll try running through the rt.conf so we can document any issues. |
i wouldn't bother running the full set of tests yet. i set up the wm to use rocoto on c5, but the partition specification (c5) that used to work for the run job_card is now resulting in an error. i am not sure what the partition needs set to now. |
I used ecflow on gaea c5 and only three tests failed. |
@zach1221 regarding the three failed tests:
ufs-weather-model/tests/tests/regional_atmaq Line 103 in 7e9063d
we can modify that logic so that the same TPN setting is done for gaea c5 and perhaps that will work. |
Thanks @ulmononian . I hadn't looked into it yet, but maybe we can add the same config with Gaea C5, in regards to regional_atmaq and faster as you suggest, but also add the same thing to regional_atmaq_debug to see if it will pass as well on Gaea C5. I try it and see how it works. |
@zach1221 im running those now and will let you know. |
@zach1221 these three tests now pass with the TPN changes. i will push them shortly. |
@zach1221 i pushed changes to fix the three tests that were failing. here's the path on c5 if you want to check: |
Thanks @ulmononian ! Yes this is fine. |
done. |
Ok, testing is done and we can begin the merging process. @ulmononian can you review the open conversations in this PR, and resolve them, if possible? |
@zach1221 hold a bit. I need to push c5 log. |
Sure no problem! |
@ulmononian all sets now. Please, resolve all conversations. |
@jkbk2004 fv3atm hash: ba6e8ea442b2d0d5992a8550db6d0c720ff338d2 |
@natalie-perlin Needs to resolve her conversation |
@natalie-perlin this pr is ready to be merged. please, approve your request. |
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.
Thank you for finally pulling this through!
Description
Adds the capability to run the WM on Gaea c5.
A spack-stack-based module file is added, the cluster name is changed for compile jobs, and some logic in the RT scripts is added/modified.
Update: no longer removes c4 support. Just adds C5 as a new machine. some shared logic has been exploited in the spirit of minimal line additions.
Includes PR #1997 (new ccpp SDFs added to support RRFS multiphysics ensemble and add tob in ocean output (#2019).
Linked issue: #1755
Hera log :
RegressionTests_hera.log
Gaea-c5 log:
RegressionTests_gaea-c5.log
Input data additions/changes
Anticipated changes to regression tests:
New baseline required for "new" machine.
Subcomponents involved:
Combined with PR's (If Applicable):
ulmononian#13
Commit Queue Checklist:
Linked PR's and Issues:
Closes #1783
1997 fv3atm sub-pr #721
Testing Day Checklist:
Testing Log (for CM's):
Contributors:
@natalie-perlin