Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rm sendmsg statements in radmon_verf scripts.
  • Loading branch information
EdwardSafford-NOAA committed Jun 4, 2020
1 parent 762c755 commit acd4e84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ rgnTM=${rgnTM:-}

export PDATE=${1:-${PDATE:?}}

scr=radmon_verf_angle.sh
msg="${scr} HAS STARTED"
postmsg "$jlogfile" "$msg"
echo " REGIONAL_RR, rgnHH, rgnTM = $REGIONAL_RR, $rgnHH, $rgnTM"
netcdf_boolean=".false."
if [[ $RADMON_NETCDF -eq 1 ]]; then
Expand Down Expand Up @@ -263,8 +260,6 @@ if [[ "$VERBOSE" = "YES" ]]; then
echo $(date) EXITING $0 error code ${err} >&2
fi

msg="${scr} HAS ENDED"
postmsg "$jlogfile" "$msg"

echo "<-- radmon_verf_angle.sh"
exit ${err}
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
# Command line arguments.
export PDATE=${1:-${PDATE:?}}

scr=radmon_verf_bcoef.sh
msg="${scr} HAS STARTED"
postmsg "$jlogfile" "$msg"

netcdf_boolean=".false."
if [[ $RADMON_NETCDF -eq 1 ]]; then
netcdf_boolean=".true."
Expand Down Expand Up @@ -246,7 +242,5 @@ if [[ "$VERBOSE" = "YES" ]]; then
echo $(date) EXITING $0 with error code ${err} >&2
fi

msg="${scr} HAS ENDED"
postmsg "$jlogfile" "$msg"

exit ${err}
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
# Command line arguments.
export PDATE=${1:-${PDATE:?}}

scr=radmon_verf_bcor.sh
msg="${scr} HAS STARTED"
postmsg "$jlogfile" "$msg"


if [[ "$VERBOSE" = "YES" ]]; then
set -ax
Expand Down Expand Up @@ -239,8 +235,5 @@ if [[ "$VERBOSE" = "YES" ]]; then
echo $(date) EXITING $0 error code ${err} >&2
fi

msg="${scr} HAS ENDED"
postmsg "$jlogfile" "$msg"

exit ${err}

0 comments on commit acd4e84

Please sign in to comment.