From 367fba9755803bc61adf493c4773079641f46a5e Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Mon, 22 Aug 2022 20:36:34 +0000 Subject: [PATCH] Remove unused mail options from radmon Removes unused mail options from radmon scripts. Also an outdated comment. Refs: #967 --- scripts/exgdas_atmos_verfrad.sh | 3 --- ush/radmon_verf_angle.sh | 17 ----------------- ush/radmon_verf_time.sh | 7 ------- 3 files changed, 27 deletions(-) diff --git a/scripts/exgdas_atmos_verfrad.sh b/scripts/exgdas_atmos_verfrad.sh index 015c53e5dc..3136ca5130 100755 --- a/scripts/exgdas_atmos_verfrad.sh +++ b/scripts/exgdas_atmos_verfrad.sh @@ -49,9 +49,6 @@ export USE_ANL=${USE_ANL:-1} export PDATE=${PDY}${cyc} export DO_DIAG_RPT=${DO_DIAG_RPT:-1} export DO_DATA_RPT=${DO_DATA_RPT:-1} -export USE_MAIL=${USE_MAIL:-0} -export MAIL_TO=${MAIL_TO:-" "} -export MAIL_CC=${MAIL_CC:-" "} export NCP=${NCP:-/bin/cp} ########################################################################### diff --git a/ush/radmon_verf_angle.sh b/ush/radmon_verf_angle.sh index bec51c9332..fc91c5ae77 100755 --- a/ush/radmon_verf_angle.sh +++ b/ush/radmon_verf_angle.sh @@ -192,23 +192,6 @@ EOF fail=$(expr $fail + 1) fi -#------------------------------------------------------------------- -# move data, control, and stdout files to $TANKverf_rad and compress - - #----------------------------------------------------------- - # For cfp use, instead of executing these file manipulation - # comands directly, journel them instead to a flat file. - # Then execute cfp (as appropriate for each machine) to - # perform the file manipulations. Those manipulation - # commands should probably go in a parm file so I can not - # rely on a machine dependent decision here. - # - # Note that in my esafford_RadMon_45526 branch I've already - # modified the order of operation to compress before copy. - # That change should be delivered to trunk soon. - #----------------------------------------------------------- - - if [[ -s ${angl_file} ]]; then ${COMPRESS} -f ${angl_file} fi diff --git a/ush/radmon_verf_time.sh b/ush/radmon_verf_time.sh index 6ca9f97373..f90d0945bb 100755 --- a/ush/radmon_verf_time.sh +++ b/ush/radmon_verf_time.sh @@ -43,10 +43,6 @@ source "$HOMEgfs/ush/preamble.sh" # defaults to current directory # SATYPE list of satellite/instrument sources # defaults to none -# MAIL_TO email recipients -# defaults to none -# MAIL_CC email cc recipients -# defaults to none # VERBOSE Verbose flag (YES or NO) # defaults to NO # LITTLE_ENDIAN flag for little endian machine @@ -124,11 +120,8 @@ REGIONAL_RR=${REGIONAL_RR:-0} rgnHH=${rgnHH:-} rgnTM=${rgnTM:-} SATYPE=${SATYPE:-} -MAIL_TO=${MAIL_TO:-} -MAIL_CC=${MAIL_CC:-} VERBOSE=${VERBOSE:-NO} LITTLE_ENDIAN=${LITTLE_ENDIAN:-0} -USE_MAIL=${USE_MAIL:-1} time_exec=radmon_time.x USE_ANL=${USE_ANL:-0}