Skip to content

Commit

Permalink
turn off wave on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Aug 21, 2024
1 parent a8576c2 commit 35ae83e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parm/config/gefs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,10 @@ export DELETE_COM_IN_ARCHIVE_JOB="YES" # NO=retain ROTDIR. YES default in arc
# Number of regional collectives to create soundings for
export NUM_SND_COLLECTIVES=${NUM_SND_COLLECTIVES:-9}

# The tracker, genesis, and METplus jobs are not supported on AWS yet
# TODO: we should place these in workflow/hosts/awspw.yaml as part of AWS setup, not for general.
if [[ "${machine}" == "AWSPW" ]]; then
export DO_WAVE="NO"
fi

echo "END: config.base"

0 comments on commit 35ae83e

Please sign in to comment.