Skip to content

Commit

Permalink
fixed a typo in jobs\JGLOBAL_WAVE_PRDGEN_GRIDDED
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jan 12, 2025
1 parent b4f277d commit a180913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_WAVE_PRDGEN_GRIDDED
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ YMD=${PDY} HH=${cyc} declare_from_tmpl -rx \

if [[ ! -d ${COMOUT_WAVE_WMO} ]]; then mkdir -p "${COMOUT_WAVE_WMO}"; fi

if [[ -n "${GEMPACK_GRIDS}"]]; then
if [[ -n "${GEMPACK_GRIDS}" ]]; then
for grdID in ${GEMPACK_GRIDS}; do
source "${USHgfs}/wave_domain_grid.sh"
process_grdID "${grdID}"
Expand Down

0 comments on commit a180913

Please sign in to comment.