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

Removes jlogfile and postmsg instances from workflow #2312

Merged
7 changes: 0 additions & 7 deletions gempak/ush/gempak_gdas_f000_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
#
#########################################################################

msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"

set -x

MAPAREA="normal"
Expand Down Expand Up @@ -488,8 +485,4 @@ if [ $SENDCOM = YES ]; then
fi



msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
6 changes: 0 additions & 6 deletions gempak/ush/gempak_gfs_f00_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
#
#########################################################################

msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"

set -x

MAPAREA="normal"
Expand Down Expand Up @@ -596,7 +593,4 @@ if [ $SENDCOM = YES ]; then
${USHgfs}/make_tif.sh
fi

msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
6 changes: 0 additions & 6 deletions gempak/ush/gempak_gfs_f12_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
#
#########################################################################

msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"

set -x

MAPAREA="normal"
Expand Down Expand Up @@ -207,7 +204,4 @@ if [ $SENDCOM = YES ]; then

fi

msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
11 changes: 0 additions & 11 deletions gempak/ush/gempak_gfs_f24_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
#
#########################################################################



msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"



set -x


Expand Down Expand Up @@ -224,8 +217,4 @@ if [ $SENDCOM = YES ]; then

fi


msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
11 changes: 0 additions & 11 deletions gempak/ush/gempak_gfs_f36_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
#
#########################################################################



msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"


set -x


Expand Down Expand Up @@ -223,9 +217,4 @@ if [ $SENDCOM = YES ]; then

fi



msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
11 changes: 0 additions & 11 deletions gempak/ush/gempak_gfs_f48_gif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
#
#########################################################################



msg=" Make GEMPAK GIFS utility"
postmsg "$jlogfile" "$msg"


set -x


Expand Down Expand Up @@ -223,9 +217,4 @@ if [ $SENDCOM = YES ]; then

fi



msg=" GEMPAK_GIF ${fhr} hour completed normally"
postmsg "$jlogfile" "$msg"

exit
6 changes: 3 additions & 3 deletions scripts/exglobal_atmos_vminmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ if [[ -s ${gsistat} ]]; then
#------------------------------------------------------------------
# Run the child sccripts.
#------------------------------------------------------------------
"${USHgfs}/minmon_xtrct_costs.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}" dummy
KateFriedman-NOAA marked this conversation as resolved.
Show resolved Hide resolved
"${USHgfs}/minmon_xtrct_costs.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}"
rc_costs=$?
echo "rc_costs = ${rc_costs}"

"${USHgfs}/minmon_xtrct_gnorms.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}" dummy
"${USHgfs}/minmon_xtrct_gnorms.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}"
rc_gnorms=$?
echo "rc_gnorms = ${rc_gnorms}"

"${USHgfs}/minmon_xtrct_reduct.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}" dummy
"${USHgfs}/minmon_xtrct_reduct.pl" "${MINMON_SUFFIX}" "${PDY}" "${cyc}" "${gsistat}"
rc_reduct=$?
echo "rc_reduct = ${rc_reduct}"

Expand Down
5 changes: 2 additions & 3 deletions ush/minmon_xtrct_costs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@
#
#---------------------------

if ($#ARGV != 4 ) {
print "usage: minmon_xtrct_costs.pl SUFFIX PDY cyc infile jlogfile\n";
if ($#ARGV != 3 ) {
print "usage: minmon_xtrct_costs.pl SUFFIX PDY cyc infile\n";
exit;
}
my $suffix = $ARGV[0];

my $pdy = $ARGV[1];
my $cyc = $ARGV[2];
my $infile = $ARGV[3];
my $jlogfile = $ARGV[4];

my $use_costterms = 0;
my $no_data = 0.00;
Expand Down
5 changes: 2 additions & 3 deletions ush/minmon_xtrct_gnorms.pl
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ sub updateGnormData {
#
#---------------------------------------------------------------------------

if ($#ARGV != 4 ) {
print "usage: minmon_xtrct_gnorms.pl SUFFIX pdy cyc infile jlogfile\n";
if ($#ARGV != 3 ) {
print "usage: minmon_xtrct_gnorms.pl SUFFIX pdy cyc infile \n";
exit;
}

Expand All @@ -195,7 +195,6 @@ sub updateGnormData {
my $pdy = $ARGV[1];
my $cyc = $ARGV[2];
my $infile = $ARGV[3];
my $jlogfile = $ARGV[4];


my $scr = "minmon_xtrct_gnorms.pl";
Expand Down
6 changes: 2 additions & 4 deletions ush/minmon_xtrct_reduct.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@
# reduction.ieee_d files ready for GrADS use.
#---------------------------------------------------------------------------

if ($#ARGV != 4 ) {
print "usage: minmon_xtrct_reduct.pl SUFFIX pdy cyc infile jlogfile\n";
if ($#ARGV != 3 ) {
print "usage: minmon_xtrct_reduct.pl SUFFIX pdy cyc infile\n";
print " suffix is data source identifier\n";
print " pdy is YYYYMMDD of the cycle to be processed\n";
print " cyc is HH of the cycle to be processed\n";
print " infile is the data file containing the reduction stats\n";
print " jlogfile is the job log file\n";
exit;
}
my $suffix = $ARGV[0];
my $pdy = $ARGV[1];
my $cyc = $ARGV[2];
my $infile = $ARGV[3];
my $jlogfile = $ARGV[4];

my $scr = "minmon_xtrct_reduct.pl";
print "$scr has started\n";
Expand Down
1 change: 0 additions & 1 deletion ush/radmon_verf_angle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ which prep_step
which startmsg

# File names
export pgmout=${pgmout:-${jlogfile}}
touch "${pgmout}"

# Other variables
Expand Down
1 change: 0 additions & 1 deletion ush/radmon_verf_bcoef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ fi
echo " RADMON_NETCDF, netcdf_boolean = ${RADMON_NETCDF}, ${netcdf_boolean}"

# File names
pgmout=${pgmout:-${jlogfile}}
touch "${pgmout}"

# Other variables
Expand Down
1 change: 0 additions & 1 deletion ush/radmon_verf_bcor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ source "${HOMEgfs}/ush/preamble.sh"
####################################################################

# File names
pgmout=${pgmout:-${jlogfile}}
touch "${pgmout}"

# Other variables
Expand Down
2 changes: 0 additions & 2 deletions ush/radmon_verf_time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ source "${HOMEgfs}/ush/preamble.sh"
####################################################################

# File names
#pgmout=${pgmout:-${jlogfile}}
#touch $pgmout

radmon_err_rpt=${radmon_err_rpt:-${USHgfs}/radmon_err_rpt.sh}
base_file=${base_file:-${PARMmonitor}/gdas_radmon_base.tar}
Expand Down
4 changes: 0 additions & 4 deletions ush/syndat_getjtbul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
# TANK_TROPCY - path to home directory containing tropical cyclone record
# data base

# Imported variables that can be passed in:
# jlogfile - path to job log file (skipped over by this script if not
# passed in)

source "$HOMEgfs/ush/preamble.sh"

EXECSYND=${EXECSYND:-${HOMESYND}/exec}
Expand Down
Loading