Skip to content

Commit

Permalink
Updates to jobs/JGDAS_FIT2OBS
Browse files Browse the repository at this point in the history
- Revert double quotes to single quotes for COM_INF, need to pass
it in using single quotes, it can't be evaluated at this stage.
- Change CDUMP to RUN based on reviewer comments.

Refs NOAA-EMC#1405
  • Loading branch information
KateFriedman-NOAA committed Apr 12, 2023
1 parent 4ac1d68 commit bb7471f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jobs/JGDAS_FIT2OBS
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export vday=$(echo "${xdate}" | cut -c1-8)
export vcyc=$(echo "${xdate}" | cut -c9-10)

export COM_INA=${ROTDIR}/gdas.${vday}/${vcyc}/atmos
export COM_INF="$ROTDIR/vrfyarch/gfs.$fdy/$fzz"
export COM_INF='$ROTDIR/vrfyarch/gfs.$fdy/$fzz'
export COM_PRP=${ROTDIR}/gdas.${vday}/${vcyc}/obs

export PRPI=${COM_PRP}/${CDUMP}.t${vcyc}z.prepbufr
export sig1=${COM_INA}/${CDUMP}.t${vcyc}z.atmanl.nc
export sfc1=${COM_INA}/${CDUMP}.t${vcyc}z.atmanl.nc
export CNVS=${COM_INA}/${CDUMP}.t${vcyc}z.cnvstat
export PRPI=${COM_PRP}/${RUN}.t${vcyc}z.prepbufr
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 OUTPUT_FILETYPE=${OUTPUT_FILETYPE:-netcdf}

Expand Down

0 comments on commit bb7471f

Please sign in to comment.