Skip to content

Commit

Permalink
Set SENDCOM=YES for tracker/genesis tasks (#1971)
Browse files Browse the repository at this point in the history
Set SENDCOM to YES in config.vrfy to get outputs copied back to COM.

Will reevaluate the need for SENDCOM when moving the tracker/genesis jobs out of the vrfy job with issue #235 work.

Refs #1947
  • Loading branch information
KateFriedman-NOAA committed Oct 24, 2023
1 parent e2c624d commit 1b00224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parm/config/gfs/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ fi
# Cyclone genesis and cyclone track verification
#-------------------------------------------------

export SENDCOM="YES" # Needed by tracker/genesis scripts still

export HOMEens_tracker=$BASE_GIT/TC_tracker/${tracker_ver}

if [[ "${VRFYTRAK}" = "YES" ]]; then
Expand Down

0 comments on commit 1b00224

Please sign in to comment.