Skip to content

Commit

Permalink
Do not try to copy the first GOCART forecast file for a segment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 12, 2024
1 parent 60d4a1b commit 03fb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ GOCART_out() {
local fhr
local vdate
for fhr in ${GOCART_OUTPUT_FH}; do
if (( fhr == 0 )); then continue; fi
if (( fhr == FHMIN )); then continue; fi
vdate=$(date --utc -d "${current_cycle:0:8} ${current_cycle:8:2} + ${fhr} hours" +%Y%m%d%H)
${NCP} "${DATA}/gocart.inst_aod.${vdate:0:8}_${vdate:8:2}00z.nc4" \
"${COMOUT_CHEM_HISTORY}/gocart.inst_aod.${vdate:0:8}_${vdate:8:2}00z.nc4"
Expand Down

0 comments on commit 03fb60e

Please sign in to comment.