Skip to content

Commit

Permalink
Issue #52 - final NCO svn log for v15.2.12 showed jobs/JGFS_POSTSND a…
Browse files Browse the repository at this point in the history
…lso changed
  • Loading branch information
KateFriedman-NOAA committed Apr 28, 2020
1 parent b29b0d6 commit f1c8a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/JGFS_POSTSND
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export MP_MPILIB=mpich2
export MP_LABELIO=yes
####################################
# obtain unique process id (pid) and make temp directories
export DATA=${DATA:-${DATAROOT}/${jobid:?}}
export DATA=/gpfs/dell2/nco/ops/tmpnwprd/${jobid:?}
mkdir $DATA
cd $DATA

Expand Down Expand Up @@ -53,7 +53,7 @@ setpdy.sh
##############################
# Define COM Directories
##############################
export COMIN=${COMIN:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}}
export COMIN=$COMROOT/${NET}/prod/${RUN}.${PDY}/${cyc} #AJWR 17 Apr 2020: $envir->prod; removed COMIN as default because of ver file hard set
export COMOUT=${COMOUT:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}}
export pcom=${pcom:-${COMOUT}/wmo}
export COMAWP=${COMAWP:-${COMOUT}/gempak}
Expand Down

0 comments on commit f1c8a4c

Please sign in to comment.