Skip to content

Commit

Permalink
Remove other unneeded echo announcements in GEMPAK JJOBS
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 27, 2022
1 parent 0d06385 commit c2d6b2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions jobs/JGDAS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ source "$HOMEgfs/ush/preamble.sh"
############################################
# GDAS GEMPAK PRODUCT GENERATION
############################################
echo
echo "=============== BEGIN TO SOURCE RELEVANT CONFIGS ==============="
configs="base gempak"
export EXPDIR=${EXPDIR:-$HOMEgfs/parm/config}
for config in $configs; do
Expand All @@ -16,8 +14,6 @@ for config in $configs; do
done

###############################################################
echo
echo "=============== BEGIN TO SOURCE MACHINE RUNTIME ENVIRONMENT ==============="
. $BASE_ENV/${machine}.env gempak
status=$?
[[ $status -ne 0 ]] && exit $status
Expand Down
4 changes: 0 additions & 4 deletions jobs/JGFS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ source "$HOMEgfs/ush/preamble.sh"
############################################
# GFS GEMPAK PRODUCT GENERATION
############################################
echo
echo "=============== BEGIN TO SOURCE RELEVANT CONFIGS ==============="
configs="base gempak"
export EXPDIR=${EXPDIR:-$HOMEgfs/parm/config}
for config in $configs; do
Expand All @@ -16,8 +14,6 @@ for config in $configs; do
done

###############################################################
echo
echo "=============== BEGIN TO SOURCE MACHINE RUNTIME ENVIRONMENT ==============="
. $BASE_ENV/${machine}.env gempak
status=$?
[[ $status -ne 0 ]] && exit $status
Expand Down

0 comments on commit c2d6b2b

Please sign in to comment.