Skip to content

Commit

Permalink
Changing COM prefix into COMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshichen-noaa committed Feb 25, 2025
1 parent ba09498 commit 9b30337
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions jobs/JGDAS_FIT2OBS
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ vcyc=${CDATE:8:2}

# These are used by fit2obs, so we can't change them to the standard COM variable names
# shellcheck disable=SC2153
YMD=${vday} HH=${vcyc} declare_from_tmpl -rx COM_INA:COM_ATMOS_ANALYSIS_TMPL
RUN=${RUN/enkf} YMD=${vday} HH=${vcyc} declare_from_tmpl -rx COM_PRP:COM_OBS_TMPL
YMD=${vday} HH=${vcyc} declare_from_tmpl -rx \
COMIN_INA:COM_ATMOS_ANALYSIS_TMPL
RUN=${RUN/enkf} YMD=${vday} HH=${vcyc} declare_from_tmpl -rx \
COMIN_PRP:COM_OBS_TMPL

# We want to defer variable expansion, so ignore warning about single quotes
# shellcheck disable=SC2016
export COM_INF='$ROTDIR/vrfyarch/gfs.$fdy/$fzz'

export PRPI=${COM_PRP}/${RUN}.t${vcyc}z.prepbufr
export PRPI=${COMIN_PRP}/${RUN}.t${vcyc}z.prepbufr
# shellcheck disable=SC2153
export sig1=${COM_INA}/${RUN}.t${vcyc}z.atmanl.nc
export sfc1=${COM_INA}/${RUN}.t${vcyc}z.atmanl.nc
export CNVS=${COM_INA}/${RUN}.t${vcyc}z.cnvstat
export sig1=${COMIN_INA}/${RUN}.t${vcyc}z.atmanl.nc
export sfc1=${COMIN_INA}/${RUN}.t${vcyc}z.atmanl.nc
export CNVS=${COMIN_INA}/${RUN}.t${vcyc}z.cnvstat

export OUTPUT_FILETYPE=${OUTPUT_FILETYPE:-netcdf}

Expand Down

0 comments on commit 9b30337

Please sign in to comment.