Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset KEEPDATA deafult in OznMon, minor adjustments to cleanup in RadMon & ConMon. #167

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading