-
Notifications
You must be signed in to change notification settings - Fork 119
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
[develop] Correct documentation issue and close out two issues #1169
[develop] Correct documentation issue and close out two issues #1169
Conversation
* doc/UsersGuide/Reference/Glossary.rst - Replace unresponsive https://www.ncep.noaa.gov URL with https://www.weather.gov/ncep/ * machine_suites/comprehensive.derecho - Add back in ufs-case-studies tests
…FV3GFS_FILE_FMT_LBCS from nemsio to netcdf. Ensure all WE2E configurations include FV3GFS_FILE_FMT_ICS and FV3GFS_FILE_FMT_LBCS.
The comprehensive tests were run on Hera following this update and they all passed:
|
The
|
Finally, the AQM and UFS-Fire WE2E tests were run on Hera and successfully passed:
|
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.
I verified that the UFS case studies work on Derecho, and the fundamental tests all pass there, too.
There had been an issue with the
The rest of the automated tests successfully passed. Moving forward with merging this PR now. |
DESCRIPTION OF CHANGES:
The documentation has been failing for the last week due to the
https://www.ncep.noaa.gov
website being unresponsive. This site URL has been replaced withhttps://www.weather.gov/ncep/
.The following two issues have also been addressed in this PR:
ufs-case-studies
WE2E tests fail on Derecho inget_extrn_ics/lbcs
#1144 - Theufs-case-studies
tests are now successfully running throughget_extrn_ics/lbcs
without issue.FV3GFS_FILE_FMT_ICS
andFV3GFS_FILE_FMT_LBCS
should no longer be "nemsio" #979 - The defaults forFV3GFS_FILE_FMT_ICS
andFV3GFS_FILE_FMT_LBCS
have been changed fromnemsio
tonetcdf
. Additionally, the WE2E test configurations that didn't includeFV3GFS_FILE_FMT_ICS
andFV3GFS_FILE_FMT_LBCS
have had them added.Type of change
TESTS CONDUCTED:
ISSUE:
Fixes #1144
Fixes #979
CHECKLIST