Skip to content

Commit

Permalink
Add shellcheck disable for SC2034 in forecast_postdet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 6, 2024
1 parent 0292162 commit 26e76bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
## for execution.
#####

# Disable variable not used warnings
# shellcheck disable=SC2034
FV3_postdet(){
echo "SUB ${FUNCNAME[0]}: Entering for RUN = ${RUN}"

Expand Down

0 comments on commit 26e76bd

Please sign in to comment.