Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix own goal with stmp space.
  • Loading branch information
EdwardSafford-NOAA committed Jul 25, 2024
1 parent 1fe3dec commit 67ff2aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 5 additions & 6 deletions jobs/JMON_PLOT_OBS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ if [[ -d ${DATAROOT}/${NET} ]]; then rm -rf ${DATAROOT}/${NET}; fi
mkdir -p ${DATA}
cd ${DATA}

##################################
# Remove workspace when finished
##################################
KEEPDATA=${KEEPDATA:-"NO"}

################
# Run exscript
################
Expand All @@ -45,9 +50,3 @@ if [[ -e "${pgmout}" ]] ; then
cat "${pgmout}"
fi

####################
# Remove workspace
####################
KEEPDATA=${KEEPDATA:-"NO"}
cd ${DATAROOT}
[[ ${KEEPDATA} = "NO" ]] && rm -rf ${DATA}
4 changes: 4 additions & 0 deletions scripts/exobsmon_plot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ if compgen -G "${DATA}/OM_PLOT*.yaml" > /dev/null; then
fi
fi

#
# Need a new job to run following the plot job to clean up $DATA
#

#-----------------------------
# Copy output to COMOUTplots
#
Expand Down

0 comments on commit 67ff2aa

Please sign in to comment.