Skip to content

Commit

Permalink
Fix shell check error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Jul 11, 2024
1 parent 9373721 commit 90c692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/atmos_extractvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for outtype in "f2d" "f3d"; do
# shellcheck disable=SC2312
${WGRIB2} "${infile2}" | grep -F -f "${varlist_d}" | ${WGRIB2} -i "${infile2}" -append -grib "${outfile}"
if [[ ${fcnt} -eq 4 ]];then
daily_avg_atmos ${outfile}
daily_avg_atmos "${outfile}"
copy_to_comout "${davg_file}" "${COMOUT_RFCST_PROD_ATMOS}"
fcnt=1
dcnt=$(( dcnt + 1 ))
Expand Down

0 comments on commit 90c692f

Please sign in to comment.