Skip to content

Commit

Permalink
Remove -S option from link_fix call.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Jun 24, 2022
1 parent 96ede0f commit 7fc93ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/exregional_make_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ halo failed."
#
#-----------------------------------------------------------------------
#
python3 -S $USHDIR/link_fix.py \
python3 $USHDIR/link_fix.py \
--path-to-defns $EXPTDIR/var_defns.sh \
--file-group "grid" || \
print_err_msg_exit "\
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_make_orog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ cd_vrfy -
#
#-----------------------------------------------------------------------
#
python3 -S $USHDIR/link_fix.py \
python3 $USHDIR/link_fix.py \
--path-to-defns $EXPTDIR/var_defns.sh \
--file-group "orog" || \
print_err_msg_exit "\
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_make_sfc_climo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ esac
#
#-----------------------------------------------------------------------
#
python3 -S $USHDIR/link_fix.py \
python3 $USHDIR/link_fix.py \
--path-to-defns $EXPTDIR/var_defns.sh \
--file-group "sfc_climo" || \
print_err_msg_exit "\
Expand Down

0 comments on commit 7fc93ac

Please sign in to comment.