Skip to content

Commit 540b8a6

Browse files
authored
enable APP=S2SWA on WCOSS2 (#1142)
1 parent e2c2974 commit 540b8a6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

parm/config/config.aero

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ case $machine in
1616
"S4")
1717
AERO_INPUTS_DIR="/data/prod/glopara/gocart_emissions"
1818
;;
19+
"WCOSS2")
20+
AERO_INPUTS_DIR="/lfs/h2/emc/global/noscrub/emc.global/data/gocart_emissions"
21+
;;
1922
*)
2023
echo "FATAL ERROR: Machine $machine unsupported for aerosols"
2124
exit 2

sorc/build_ufs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ export RT_COMPILER="intel"
1111
source "${cwd}/ufs_model.fd/tests/detect_machine.sh"
1212
source "${cwd}/ufs_model.fd/tests/module-setup.sh"
1313

14-
if [[ ${MACHINE_ID} =~ wcoss2.* ]]; then
15-
APP='S2SW'
16-
fi
17-
1814
while getopts ":da:v" option; do
1915
case "${option}" in
2016
d) BUILD_TYPE="Debug";;

sorc/checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ mkdir -p "${logdir}"
156156
# The checkout version should always be a speciifc commit (hash or tag), not a branch
157157
errs=0
158158
checkout "gfs_utils.fd" "https://github.com/NOAA-EMC/gfs-utils" "0b8ff56" ; errs=$((errs + $?))
159-
checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-6b73f5d}" ; errs=$((errs + $?))
159+
checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model" "${ufs_model_hash:-7a1ce44}" ; errs=$((errs + $?))
160160
checkout "ufs_utils.fd" "https://github.com/ufs-community/UFS_UTILS.git" "8b990c0" ; errs=$((errs + $?))
161161
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))
162162

0 commit comments

Comments
 (0)