Skip to content

Commit

Permalink
Update fit2obs for COM refactor
Browse files Browse the repository at this point in the history
Updated the fit2obs j-job for COM refactor. Logs show some failed copies
due to non-existant files, but not sure if those are related.

Fixes #1486
  • Loading branch information
WalterKolczynski-NOAA committed Jul 13, 2023
1 parent 631fe61 commit 2fbe399
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jobs/JGDAS_FIT2OBS
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ export CDATE
vday=${CDATE:0:8}
vcyc=${CDATE:8:2}

export COM_INA=${ROTDIR}/gdas.${vday}/${vcyc}/atmos
YMD=${vday} HH=${vcyc} generate_com -rx COM_ATMOS_ANALYSIS_VERIF:COM_ATMOS_ANALYSIS_TMPL
RUN=${CDUMP} YMD=${vday} HH=${vcyc} generate_com -rx COM_OBS_VERIF:COM_OBS_TMPL

export COM_INA=${COM_ATMOS_ANALYSIS_VERIF}
# We want to defer variable expansion, so ignore warning about single quotes
# shellcheck disable=SC2016
export COM_INF='$ROTDIR/vrfyarch/gfs.$fdy/$fzz'
export COM_PRP=${ROTDIR}/gdas.${vday}/${vcyc}/obs
export COM_PRP=${COM_OBS_VERIF}

export PRPI=${COM_PRP}/${RUN}.t${vcyc}z.prepbufr
export sig1=${COM_INA}/${RUN}.t${vcyc}z.atmanl.nc
Expand Down

0 comments on commit 2fbe399

Please sign in to comment.