Skip to content

Commit

Permalink
Put perturb feature (+) arg before pahm model arg (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Oct 25, 2024
1 parent 6621fb9 commit 2653928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormworkflow/scripts/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ PREP_KWDS+=" --tpxo-dir $L_TPXO_DATASET"
PREP_KWDS+=" --variables $perturb_vars"
if [ $use_wwm == 1 ]; then PREP_KWDS+=" --use-wwm"; fi
if [ $hydrology == 1 ]; then PREP_KWDS+=" --with-hydrology"; fi
PREP_KWDS+=" --pahm-model $pahm_model"
PREP_KWDS+=" --perturb-features $perturb_features"
PREP_KWDS+=" --pahm-model $pahm_model"
export PREP_KWDS
# NOTE: We need to wait because run jobs depend on perturbation dirs!
setup_id=$(sbatch \
Expand Down

0 comments on commit 2653928

Please sign in to comment.