Skip to content

Commit

Permalink
The physical suite with SAS should be RRFS_sas instead of FV3_HRRR_sas
Browse files Browse the repository at this point in the history
  • Loading branch information
ming hu committed Oct 7, 2024
1 parent 8723574 commit 29d9c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ush/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ fi
GWD_HRRRsuite_DIR=""
if [ "${CCPP_PHYS_SUITE}" = "FV3_HRRR" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_HRRR_gf" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_HRRR_sas" ] || \
[ "${CCPP_PHYS_SUITE}" = "RRFS_sas" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_RAP" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_GFS_v15_thompson_mynn_lam3km" ]; then
#
Expand Down
2 changes: 1 addition & 1 deletion ush/valid_param_vals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ valid_vals_CCPP_PHYS_SUITE=( \
"FV3_RRFS_v1beta" \
"FV3_HRRR" \
"FV3_HRRR_gf" \
"FV3_HRRR_sas" \
"RRFS_sas" \
"FV3_HRRR_gf_nogwd" \
"FV3_RAP" \
"FV3_GFS_v15_thompson_mynn_lam3km" \
Expand Down

0 comments on commit 29d9c2c

Please sign in to comment.