Skip to content

Commit

Permalink
Disable gldas on Jet. NOAA-EMC#357
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Mar 31, 2023
1 parent 0aaaac1 commit bd43c45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ fi
source ./partial_build.sh ${_verbose_opt} ${_partial_opt}
# shellcheck disable=

# Disable gldas on Jet
if [[ ${MACHINE_ID} =~ jet.* ]]; then
Build_gldas="false"
fi

#------------------------------------
# Exception Handling Init
#------------------------------------
Expand Down

0 comments on commit bd43c45

Please sign in to comment.