Skip to content

Commit

Permalink
Address SC2086 warnings in ush/gldas_get_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 13, 2022
1 parent 341b965 commit 5cc40f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/gldas_get_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while [ ${f} -le "${cycint}" ]; do
elif [ "${machine}" = "HERA" ]; then
echo "${iter} ${USHgldas}/gldas_process_data.sh ${rflux} ${fcsty} ${fflux} ${gflux} ${f}" >> ./cfile
else
"${USHgldas}/gldas_process_data.sh ${rflux} ${fcsty} ${fflux} ${gflux} ${f}"
"${USHgldas}/gldas_process_data.sh" ${rflux} ${fcsty} ${fflux} ${gflux} ${f}
fi

iter=$((iter+1))
Expand Down

0 comments on commit 5cc40f1

Please sign in to comment.