-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support global-workflow using Rocky 8 on CSPs (#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 PRs below - NOAA-EMC/gfs_utils#81 - ufs-community/UFS_UTILS#989 - NOAA-EMC/UPP#1034 - ufs-community/ufs-weather-model#2461 Resolves #2997 --------- Co-authored-by: David Huber <[email protected]>
- Loading branch information
1 parent
e684944
commit 290f1d2
Showing
19 changed files
with
161 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gfs_utils.fd
updated
3 files
+8 −5 | modulefiles/gfsutils_noaacloud.intel.lua | |
+1 −1 | src/ocnicepost.fd/masking_mod.F90 | |
+5 −0 | ush/module-setup.sh |
Submodule ufs_utils.fd
updated
21 files
+4 −4 | docs/source/chgres_cube.rst | |
+9 −9 | docs/source/ufs_utils.rst | |
+5 −9 | fix/link_fixdirs.sh | |
+64 −0 | modulefiles/build.gaeaC6.intel.lua | |
+7 −10 | modulefiles/build.noaacloud.intel.lua | |
+0 −10 | modulefiles/common4noaacloud.lua | |
+1 −1 | reg_tests/cpld_gridgen/rt.sh | |
+1 −3 | reg_tests/ice_blend/driver.jet.sh | |
+4 −1 | sorc/machine-setup.sh | |
+3 −11 | sorc/orog_mask_tools.fd/orog.fd/CMakeLists.txt | |
+319 −20 | sorc/orog_mask_tools.fd/orog.fd/io_utils.F90 | |
+0 −4,468 | sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.F | |
+1,365 −0 | sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.F90 | |
+1,104 −0 | sorc/orog_mask_tools.fd/orog.fd/orog_utils.F90 | |
+1 −0 | tests/CMakeLists.txt | |
+23 −0 | tests/orog/CMakeLists.txt | |
+58 −0 | tests/orog/ftst_get_ll_angle.F90 | |
+87 −0 | tests/orog/ftst_ll2xyz.F90 | |
+44 −0 | tests/orog/ftst_minmax.F90 | |
+1 −1 | ush/fv3gfs_driver_grid.sh | |
+1 −1 | util/gdas_init/set_fixed_files.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export stack_intel_ver=2021.3.0 | ||
export stack_impi_ver=2021.3.0 | ||
export stack_intel_ver=2021.10.0 | ||
export stack_impi_ver=2021.10.0 | ||
export spack_env=gsi-addon-env | ||
source "${HOMEgfs:-}/versions/spack.ver" | ||
export spack_mod_path="/contrib/spack-stack/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
export spack_mod_path="/contrib/spack-stack-rocky8/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export stack_intel_ver=2021.3.0 | ||
export stack_impi_ver=2021.3.0 | ||
export stack_intel_ver=2021.10.0 | ||
export stack_impi_ver=2021.10.0 | ||
export spack_env=gsi-addon-env | ||
|
||
source "${HOMEgfs:-}/versions/spack.ver" | ||
export spack_mod_path="/contrib/spack-stack/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
export spack_mod_path="/contrib/spack-stack-rocky8/spack-stack-${spack_stack_ver}/envs/gsi-addon-env/install/modulefiles/Core" | ||
|
||
export cdo_ver=2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.