-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support global-workflow using Rocky 8 on CSPs #2998
Support global-workflow using Rocky 8 on CSPs #2998
Conversation
…oud into csps-rocky8
…oud into csps-rocky8
…oud into csps-rocky8
These are the lines in the log file that indicate a regression test failure:
|
Thank you @DavidNew-NOAA for looking at the output. As David notes, the reference check failed not due to DA but rather due to changes in the background used by Do we expect this PR to alter forecast fields (deterministic and/or ensemble)? The modeling team should confirm that observed differences in model output are acceptable. |
This PR does not change the It was noted in g-w PR #3163 that the updated One path forward is to
|
CI Passed on Hera in Build# 1
|
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.
looks good. tests have passed on Hera and Hercules.
gdas build fails on WCOSS, but it fails in develop too |
CI Tests set up to run in /lfs/h2/emc/ptmp/walter.kolczynski/PR/PR_2998/RUNTESTS on WCOSS |
290f1d2
into
NOAA-EMC:develop
* develop: Ensure OCNRES and ICERES have 3 digits in the archive script (NOAA-EMC#3199) Set runtime shell requirements within Jenkins Pipeline (NOAA-EMC#3171) Add efcs and epos to ufs_hybatm xml (NOAA-EMC#3192) (NOAA-EMC#3193) Fix GEFS and SFS compile flags in build_all.sh (NOAA-EMC#3197) Remove early-cycle EnKF forecast (NOAA-EMC#3185) Fix mod_icec bug in atmos_prod (NOAA-EMC#3167) Create compute build option (NOAA-EMC#3186) Support global-workflow using Rocky 8 on CSPs (NOAA-EMC#2998)
Description
With ParallelWorks now default Rocky 8 on CSPs, and move to Rocky 8 only after 1/1/2025,
we need to modify global-workflow module files to use Rocky 8 supported spack-stack,
and test compile and run to make sure all works under Rocky 8.
i) Rocky 8 update new features:
a. Wave worked in C48_S2SWA_gefs case, so turn SUPPORT_WAVES to "YES" in awspw.yaml.
Actually, if we did not set SUPPORT_WAVES to "YES", setup_expt.py will rise exception.
b. Using two type of nodes (chips/queues) on AWS, compute/process, where forecasts run in "compute" queue,
which is a big node (more cores), others run in "process" queue, which has small node (less cores).
ii) Rocky 8 update needs the following submodules at or newer than the tags below.
commit 4848ecbb5e713b16127433e11f7d3edc6ac784c4 (HEAD, origin/develop, origin/HEAD, develop)
Author: Wei Huang wei.huang@noaa.gov
Date: Fri Oct 18 10:41:25 2024 -0600
commit 23237610845c3a4438b21b25e9b3dc25c4c15b73 (HEAD)
Author: Wei Huang wei.huang@noaa.gov
Date: Wed Oct 9 11:55:13 2024 -0600
commit 66a422db80ea129dd87285fe6e811d4b6e1fe29b (HEAD)
Author: Wei Huang wei.huang@noaa.gov
Date: Wed Oct 2 14:38:22 2024 -0600
commit 29c2703c715ebdb47bbd4bcc811db340eae530e5 (HEAD)
Author: Cameron Book 43379611+ulmononian@users.noreply.github.com
Date: Tue Nov 12 13:08:12 2024 -0800
Resolves #2997
Type of change
Change characteristics
Does this change require a documentation update? YES/NO
How has this been tested?
Checklist