forked from ufs-community/ufs-srweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/public-v2.2.0] Update the SRW v2.2.0 release to allow it to …
…build and run on Hera and to run the AQM WE2E and sample configuration tests: * modulefiles/build_hera_intel.lua - point to the Rocky 8 spack-stack environment, replace nco/4.9.3 with nco/5.0.6, and use cmake/3.23.1 * modulefiles/tasks/hera/aqm_ics.local.lua - replace nco/4.9.3 with nco/5.0.6 * modulefiles/tasks/hera/aqm_lbcs.local.lua - same * modulefiles/tasks/hera/fire_emission.local.lua - same * modulefiles/tasks/hera/nexus_emission.local.lua - same * modulefiles/tasks/hera/nexus_post_split.local.lua - same * modulefiles/tasks/hera/pre_post_stat.local.lua - same * parm/wflow/aqm_prep.yaml - add SCHED_NATIVE_CMD_HPSS to the native entry for task_nexus_gfs_sfc * parm/wflow/verify_pre.yaml - add SCHED_NATIVE_CMD_HPSS to the native entry for task_get_obs_ccpa, task_get_obs_nohrsc, task_get_obs_mrms, and task_get_obs_ndas * scripts/exregional_fire_emission.sh - corrected path to fire file * tests/WE2E/run_WE2E_tests.py - remove aqm section * tests/WE2E/test_configs/aqm/config.aqm_grid_AQM_NA13km_suite_GFS_v16.yaml - update case to 2023111000 - 2023111100 * ush/config.aqm.community.yaml - update case to 2023111000 - 2023111100 * ush/machine/hera.yaml - add SCHED_NATIVE_CMD_HPSS to use service nodes on Hera and update paths for AQM test * ush/machine/jet.yaml - add SCHED_NATIVE_CMD_HPSS to use service nodes on Jet
- Loading branch information
1 parent
e0ea410
commit b184d73
Showing
15 changed files
with
35 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
load("miniconda_regional_workflow_cmaq") | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) |
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 +1 @@ | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) |
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,3 +1,3 @@ | ||
load("hpss") | ||
load("miniconda_regional_workflow_cmaq") | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) |
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,2 +1,2 @@ | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) | ||
load("miniconda_regional_workflow_cmaq") |
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,2 +1,2 @@ | ||
load("miniconda_regional_workflow_cmaq") | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) |
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 +1 @@ | ||
load(pathJoin("nco", os.getenv("nco_ver") or "4.9.3")) | ||
load(pathJoin("nco", os.getenv("nco_ver") or "5.0.6")) |
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