Skip to content

Commit

Permalink
Removed jlogfile and postmsg references within gempak scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywinterbottom-wxdev committed Feb 7, 2024
1 parent 801058f commit dae884a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 52 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

0 comments on commit dae884a

Please sign in to comment.