Skip to content

Commit

Permalink
fix shellnorm
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 7, 2024
1 parent 52cd060 commit 6086f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ FV3_postdet() {
break
fi
done
if [[ use_anl_aero == "YES" ]]; then
if [[ ${use_anl_aero} == "YES" ]]; then
for (( nn = 1; nn <= ntiles; nn++ )); do
rm -f "${DATA}/INPUT/fv_tracer.res.tile${nn}.nc"
${NCP} "${COMOUT_ATMOS_RESTART}/${restart_date:0:8}.${restart_date:8:2}0000.aeroanl_fv_tracer.res.tile${nn}.nc" \
"${DATA}/INPUT/fv_tracer.res.tile${nn}.nc"
done
fi # if [[ use_anl_aero == "YES" ]]; then
fi # if [[ ${use_anl_aero} == "YES" ]]; then
fi # if [[ "${RERUN}" != "YES" ]]; then

fi # if [[ "${warm_start}" == ".true." ]]; then
Expand Down

0 comments on commit 6086f35

Please sign in to comment.