Skip to content

Commit

Permalink
Adjust cut of VDATE in JGFS_ATMOS_VERIFICATION
Browse files Browse the repository at this point in the history
Refs #2097

Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
KateFriedman-NOAA and WalterKolczynski-NOAA committed Nov 29, 2023
1 parent 0570dd5 commit 3efcd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/JGFS_ATMOS_VERIFICATION
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "metp" -c "base metp"
# TODO: remove this line
export DATAROOT=${DATA}

VDATE=$(date --utc +%Y%m%d%H -d "${PDY} ${cyc} - ${VRFYBACK_HRS} hours" | cut -c1-8)
export VDATE
VDATE=$(date --utc +%Y%m%d%H -d "${PDY} ${cyc} - ${VRFYBACK_HRS} hours")
export VDATE=${VDATE:0:8}

# Since this is currently a one-element list, shellcheck things we would rather run this as a command
# shellcheck disable=SC2041
Expand Down

0 comments on commit 3efcd20

Please sign in to comment.