Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov>
  • Loading branch information
aerorahul and WalterKolczynski-NOAA authored May 24, 2024
1 parent 33e3d7c commit 9f0b727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/exglobal_atmos_sfcanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ source "${USHgfs}/preamble.sh"
cd "${DATA}" || exit 99

# Derived base variables
# Ignore possible spelling error (nothing is misspelled)
# shellcheck disable=SC2153

# Dependent Scripts and Executables
CYCLESH=${CYCLESH:-${USHgfs}/global_cycle.sh}
Expand All @@ -44,6 +42,8 @@ export DELTSFC=${DELTSFC:-6}
RUN_GETGES=${RUN_GETGES:-"NO"}
GETGESSH=${GETGESSH:-"getges.sh"}
export gesenvir=${gesenvir:-${envir}}
# Ignore possible spelling error (nothing is misspelled)
# shellcheck disable=SC2153
GPREFIX="gdas.t${GDATE:8:2}z."
OPREFIX="${RUN/enkf}.t${cyc}z."
APREFIX="${RUN/enkf}.t${cyc}z."
Expand Down

0 comments on commit 9f0b727

Please sign in to comment.