Skip to content

Commit

Permalink
Merge pull request #83 from oceanmodeling/bugfix/fix_feature_arg_order
Browse files Browse the repository at this point in the history
Put perturb feature (+) arg before pahm model arg (1)
  • Loading branch information
SorooshMani-NOAA authored Oct 25, 2024
2 parents 6621fb9 + 2653928 commit 2c3b0ff
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 2c3b0ff

Please sign in to comment.