Skip to content

Commit

Permalink
remove machine base logic (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored Apr 2, 2022
1 parent e943a1b commit 17f0c03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/WE2E/run_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,7 @@ machine (MACHINE):
fi

EXTRN_MDL_SOURCE_BASEDIR_LBCS="${extrn_mdl_source_basedir}/${EXTRN_MDL_NAME_LBCS}"
if [[ "${EXTRN_MDL_NAME_LBCS}" = "FV3GFS" &&
( "$MACHINE" = "HERA" || "$MACHINE" = "WCOSS_DELL_P3" || "$MACHINE" = "ORION" ) ]]; then
if [ "${EXTRN_MDL_NAME_LBCS}" = "FV3GFS" ]; then
EXTRN_MDL_SOURCE_BASEDIR_LBCS="${EXTRN_MDL_SOURCE_BASEDIR_LBCS}/${FV3GFS_FILE_FMT_LBCS}"
fi
#
Expand Down

0 comments on commit 17f0c03

Please sign in to comment.