Skip to content

Commit

Permalink
Update TC tracker for COM refactor
Browse files Browse the repository at this point in the history
Updates the TC tracker job to use the new COM templates.

Refs: NOAA-EMC#761
  • Loading branch information
WalterKolczynski-NOAA committed Jan 31, 2023
1 parent d4c4252 commit a39430e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions jobs/JGFS_ATMOS_CYCLONE_TRACKER
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,17 @@ export USHens_tracker=${USHens_tracker:-${HOMEens_tracker}/ush}
##############################################
# Define COM and Data directories
##############################################
export COMIN=${ROTDIR}/${RUN}.${PDY}/${cyc}/${COMPONENT}
export COMINgfs=${COMIN}
export gfsdir=${COMINgfs}
export COMINgdas=${COMIN}
export gdasdir=${COMINgdas}
export COMOUT=${ROTDIR}/${RUN}.${PDY}/${cyc}/${COMPONENT}
generate_com -rx COM_ATMOS_GRIB_0p25 COM_ATMOS_TRACK

if [[ ! -d "${COM_ATMOS_TRACK}" ]]; then mkdir -p "${COM_ATMOS_TRACK}"; fi

# The following variables are used by the tracker scripts which are outside
# of global-workflow and therefore can't be standardized at this time
export COMINgfs=${COM_ATMOS_GRIB_0p25}
export gfsdir=${COM_ATMOS_GRIB_0p25}
export COMINgdas=${COM_ATMOS_GRIB_0p25}
export gdasdir=${COM_ATMOS_GRIB_0p25}
export COMOUT=${COM_ATMOS_TRACK}
export COMINsyn=${COMINsyn:-$(compath.py ${envir}/com/gfs/${gfs_ver})/syndat}

if [ ${RUN_ENVIR} = "nco" ]; then
Expand Down

0 comments on commit a39430e

Please sign in to comment.