Skip to content

Commit

Permalink
Update GDATE setting in JGDAS_ATMOS_VERFOZN
Browse files Browse the repository at this point in the history
Refs NOAA-EMC#1925

Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov>
  • Loading branch information
KateFriedman-NOAA and WalterKolczynski-NOAA authored Nov 28, 2023
1 parent b6cd965 commit b48772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGDAS_ATMOS_VERFOZN
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export USHoznmon=${USHoznmon:-${HOMEoznmon}/ush}
#############################################
# determine PDY and cyc for previous cycle
#############################################
GDATE=$(${NDATE} -"${assim_freq}" "${PDY}${cyc}")
GDATE=$(date --utc +%Y%m%d%H -d "${PDY} ${cyc} - ${assim_freq} hours")
export gPDY=${GDATE:0:8}
export gcyc=${GDATE:8:2}

Expand Down

0 comments on commit b48772f

Please sign in to comment.