Skip to content

Commit

Permalink
Remove .ecf extension for workflow scripts per EE2 review. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Aug 28, 2020
1 parent ab31c66 commit 2643655
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ postmsg "$jlogfile" "$msg"
$LOGSCRIPT


$SCRgfs/ex${RUN}_nceppost.sh.ecf
$SCRgfs/ex${RUN}_nceppost.sh
status=$?
[[ $status -ne 0 ]] && exit $status

Expand Down
2 changes: 1 addition & 1 deletion jobs/JGLOBAL_POST_MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export COMOUT=${COMOUT:-$ROTDIR/$RUN.$PDY/$cyc/$COMPONENT}

########################################################
# Execute the script.
$HOMEgfs/scripts/exglobal_pmgr.sh.ecf
$HOMEgfs/scripts/exglobal_pmgr.sh
########################################################

date
2 changes: 1 addition & 1 deletion jobs/J_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ env
#########################################################
# Execute the Script
#########################################################
$SCRgfs/ex${RUN}_nceppost.sh.ecf
$SCRgfs/ex${RUN}_nceppost.sh

##############################
# Remove the Temporary working directory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#####################################################################
echo "-----------------------------------------------------"
echo " exgdas_nceppost.sh.ecf"
echo " exgdas_nceppost.sh"
echo " Sep 07 - Chuang - Modified script to run unified post"
echo " July 14 - Carlis - Changed to 0.25 deg grib2 master file"
echo " Feb 16 - Lin - Modify to use Vertical Structure"
Expand All @@ -14,6 +14,7 @@ echo " Jan 18 - Meng - For EE2 standard, move IDRT POSTGPVARS setting"
echo " from j-job script."
echo " Feb 18 - Meng - Removed legacy setting for generating grib1 data"
echo " and reading sigio model outputs."
echo " Aug 20 - Meng - Remove .ecf extentsion per EE2 review."
echo "-----------------------------------------------------"
#####################################################################

Expand Down
7 changes: 2 additions & 5 deletions scripts/exgfs_nceppost.sh.ecf → scripts/exgfs_nceppost.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#####################################################################
echo "-----------------------------------------------------"
echo " exgfs_nceppost.sh.ecf"
echo " exgfs_nceppost.sh"
echo " Apr 99 - Michaud - Generated to post global forecast"
echo " Mar 03 - Zhu - Add post for 0.5x0.5 degree"
echo " Nov 03 - Gilbert - Modified from exglobal_post.sh.sms"
Expand All @@ -23,6 +23,7 @@ echo " Jan 18 - Meng - For EE2 standard, move IDRT POSTGPVARS setting"
echo " from j-job script."
echo " Feb 18 - Meng - Removed legacy setting for generating grib1 data"
echo " and reading sigio model outputs."
echo " Aug 20 - Meng - Remove .ecf extentsion per EE2 review."
echo "-----------------------------------------------------"
#####################################################################

Expand Down Expand Up @@ -532,10 +533,6 @@ do
then
cp $PGBOUT $COMOUT/${PREFIX}wafs.grb2f$fhr
cp $PGIOUT $COMOUT/${PREFIX}wafs.grb2if$fhr
! if [ $SENDDBN = YES ]; then
! $DBNROOT/bin/dbn_alert MODEL GFS_GTG_GB2 $job $COMOUT/${SPECIALFL}f$fhr
! $DBNROOT/bin/dbn_alert MODEL GFS_GTG_0P25_GB2 $job $COMOUT/${SPECIALFL0p25}.f${fhr}.grib2
! fi
fi
fi
fi
Expand Down
File renamed without changes.

0 comments on commit 2643655

Please sign in to comment.