Skip to content

Commit

Permalink
Remove unbound variables (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Sep 8, 2021
1 parent e062350 commit dbe1a34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/WE2E/run_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,7 @@ EXTRN_MDL_FILES_LBCS=( $( printf "\"%s\" " "${EXTRN_MDL_FILES_LBCS[@]}" ))"
#-----------------------------------------------------------------------
#
if [ "${RUN_TASK_VX_GRIDSTAT}" = "TRUE" ] || \
[ "${RUN_TASK_VX_POINTSTAT}" = "TRUE" ] || \
[ "${RUN_TASK_VX_ENSGRID}" = "TRUE" ] || \
[ "${RUN_TASK_VX_ENSPOINT}" = "TRUE" ]; then
[ "${RUN_TASK_VX_POINTSTAT}" = "TRUE" ]; then

if [ "$MACHINE" = "WCOSS_CRAY" ]; then
met_install_dir="/gpfs/hps/nco/ops/nwprod/met.v9.1.3"
Expand Down

0 comments on commit dbe1a34

Please sign in to comment.