Skip to content

Commit

Permalink
Add mkdir COMOUT line in JGLOBAL_ATMOS_EMCSFC_SFC_PREP
Browse files Browse the repository at this point in the history
- Change provided by NCO.

Refs NOAA-EMC#744
  • Loading branch information
KateFriedman-NOAA committed Oct 17, 2022
1 parent da4fcf3 commit 3f56e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/JGLOBAL_ATMOS_EMCSFC_SFC_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export cycle_m6hrs=t${cyc_m6hrs}z

export COMPONENT=${COMPONENT:-atmos}
export COMOUT=${COMOUT:-$(compath.py -o ${NET}/${gfs_ver}/${RUN}.${PDY})/${cyc}/$COMPONENT}
if [ ! -d ${COMOUT} ]; then mkdir -p $COMOUT; fi

export COMINobsproc=${COMINobsproc:-$(compath.py ${envir}/obsproc/${obsproc_ver})/${RUN}.${PDY}/${cyc}/$COMPONENT}
export COMIN_m6hrs=${COMIN_m6hrs:-$(compath.py ${envir}/${NET}/${gfs_ver})/${RUN}.${PDY_m6hrs}/${cyc_m6hrs}/$COMPONENT}
Expand Down

0 comments on commit 3f56e05

Please sign in to comment.