Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reset KEEPDATA default in OznMon, clean up cleanup in RadMon and ConMon.
  • Loading branch information
EdwardSafford-NOAA committed Feb 19, 2025
1 parent b1db7ee commit 424f069
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Conventional_Monitor/image_gen/ush/plot_time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function large_mv () {
done


C_IG_SAVE_WORK=1
if [[ ${C_IG_SAVE_WORK} -eq 0 ]]; then
cd ${workdir}
cd ..
Expand Down
2 changes: 1 addition & 1 deletion src/Ozone_Monitor/data_xtrct/ush/OznMon_MkBase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ $NCP ${basefile} ${OZN_TANKDIR_STATS}/info/.


#-------------------------------------------------------------------
# Clean up $tmpdir
# Clean up $wrkdir
#-------------------------------------------------------------------
cd ..
rm -rf $wrkdir
Expand Down
2 changes: 1 addition & 1 deletion src/Ozone_Monitor/parm/OznMon_user_settings
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export MAIL_CC=${cc_list}
#
# 1=keep working directory, 0=rm working directory.
#
export KEEPDATA=${KEEPDATA:-1}
export KEEPDATA=${KEEPDATA:-0}

#
# REGIONAL_RR flags the data source as a regional rapid refresh. The output
Expand Down

0 comments on commit 424f069

Please sign in to comment.