-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update components and app #14
Conversation
nems.configure
Feature/hera_preprocess_gefs (#7)
in datm_data_table to match non-CMEPS version
attributes and printing for make_scripgrid.ncl
to be able to create and test baselines; add restart settings to nems.configure
The associated NEMS PR is now # 61 |
NEMS has been updated with i2a fix; regression tests and logs for hera will be added. |
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.
The conf/configure.coupled.orion.intel is missing.
If it helps, I have created the configure.*.orion.intel, are located at
/work/noaa/marine/Stylianos.Flampouris/godas/src/DATM-MOM6-CICE5.fd/conf
New baselines have been created on Hera. This PR is now ready for review. |
@@ -3,7 +3,8 @@ | |||
url = https://github.com/NOAA-EMC/CICE5 | |||
[submodule "FMS"] | |||
path = FMS | |||
url = https://github.com/NOAA-EMC/FMS | |||
url = https://github.com/NOAA-GFDL/FMS | |||
branch = master |
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.
Please check out tag 2019.01 revision: 708b8d5, which is used in s2s. We are working on bringing in the latest GFDL dycore with FMS release tag 2020.02 in ufs-weather-model. GFDL did test ufs-weather-model for FMS release, we do not directly use the top of master in ufs applications.
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.
When I checkout this branch, I do see tag 2019.01 and 708b8d5 as the hash.
The branch=master also is present in the ufs-s2s-model .gitmodules.
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.
The FMS version is correct.
Update components and app (NOAA-EMC#14)
Updates DATM to develop branch with updates PR Port DATM-MOM6-CICE5 to Orion #8: (DATM updates and fixes NEMSdatm#8)
Adds utility to create SCRIP grid format file from grid contained in a CFSR or GEFS file
Updates CICE to current develop (includes orion port)
Updates MOM6 to current develop (includes orion port)
Updates FMS
Updates compset tests to be align with S2S for easier transition to rt.sh
Associated NEMS PR #57. The NEMS PR must be merged before this PR can be merged.