Skip to content

Commit

Permalink
Add missing cut to VDATE setting in JGFS_ATMOS_VERIFICATION (#2098)
Browse files Browse the repository at this point in the history
Refs #2097
  • Loading branch information
KateFriedman-NOAA committed Nov 29, 2023
1 parent c1c025f commit c2d78a6
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 @@ -23,7 +23,7 @@ source "${HOMEgfs}/ush/jjob_header.sh" -e "metp" -c "base metp"
export DATAROOT=${DATA}

VDATE=$(date --utc +%Y%m%d%H -d "${PDY} ${cyc} - ${VRFYBACK_HRS} hours")
export VDATE
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 c2d78a6

Please sign in to comment.