Skip to content

Commit

Permalink
Remove unused mail options from radmon
Browse files Browse the repository at this point in the history
Removes unused mail options from radmon scripts. Also an outdated comment.

Refs: NOAA-EMC#967
  • Loading branch information
WalterKolczynski-NOAA committed Aug 22, 2022
1 parent cb29351 commit 367fba9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions scripts/exgdas_atmos_verfrad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

###########################################################################
Expand Down
17 changes: 0 additions & 17 deletions ush/radmon_verf_angle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions ush/radmon_verf_time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 367fba9

Please sign in to comment.