Skip to content

Commit

Permalink
Merge remote-tracking branch 'henry/feature/gfsv17_issue_2125' into s…
Browse files Browse the repository at this point in the history
…s160
  • Loading branch information
DavidHuber-NOAA committed Feb 22, 2024
2 parents 516b2a2 + 7ca45db commit 4ad837e
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 74 deletions.
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
"${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

0 comments on commit 4ad837e

Please sign in to comment.