From 03fb60e5440fdd74183a4007ff31f4cefed879e2 Mon Sep 17 00:00:00 2001 From: David Huber Date: Tue, 12 Nov 2024 13:12:46 -0600 Subject: [PATCH] Do not try to copy the first GOCART forecast file for a segment --- ush/forecast_postdet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index 25b2e28d75..0ba7d15ee1 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -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"