Skip to content

Commit

Permalink
Add missing cut to VDATE setting in JGFS_ATMOS_VERIFICATION
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Nov 29, 2023
1 parent c1c025f commit 0570dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGFS_ATMOS_VERIFICATION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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")
VDATE=$(date --utc +%Y%m%d%H -d "${PDY} ${cyc} - ${VRFYBACK_HRS} hours" | cut -c1-8)
export VDATE

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

0 comments on commit 0570dd5

Please sign in to comment.