File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ export RT_COMPILER="intel"
1111source " ${cwd} /ufs_model.fd/tests/detect_machine.sh"
1212source " ${cwd} /ufs_model.fd/tests/module-setup.sh"
1313
14- if [[ ${MACHINE_ID} =~ wcoss2.* ]]; then
15- APP=' S2SW'
16- fi
17-
1814while getopts " :da:v" option; do
1915 case " ${option} " in
2016 d) BUILD_TYPE=" Debug" ;;
Original file line number Diff line number Diff 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
157157errs=0
158158checkout " 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 + $? ))
160160checkout " ufs_utils.fd" " https://github.com/ufs-community/UFS_UTILS.git" " 8b990c0" ; errs=$(( errs + $? ))
161161checkout " verif-global.fd" " https://github.com/NOAA-EMC/EMC_verif-global.git" " c267780" ; errs=$(( errs + $? ))
162162
You can’t perform that action at this time.
0 commit comments