Skip to content

Commit 638684e

Browse files
Remove finddate.sh from system (NOAA-EMC#2308)
* Retire finddate.sh usage from system * Update gfs-utils hash to 7a84c88 - New hash includes removal of finddate.sh Refs NOAA-EMC#2279
1 parent 1aaef05 commit 638684e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

sorc/link_workflow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ cd "${HOMEgfs}/ush" || exit 8
155155
for file in emcsfc_ice_blend.sh global_cycle_driver.sh emcsfc_snow.sh global_cycle.sh; do
156156
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_utils.fd/ush/${file}" .
157157
done
158-
for file in finddate.sh make_ntc_bull.pl make_NTC_file.pl make_tif.sh month_name.sh ; do
158+
for file in make_ntc_bull.pl make_NTC_file.pl make_tif.sh month_name.sh ; do
159159
${LINK_OR_COPY} "${HOMEgfs}/sorc/gfs_utils.fd/ush/${file}" .
160160
done
161161

ush/syndat_getjtbul.sh

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ hour=$(echo $CDATE10 | cut -c9-10)
5252
echo $PDYm1
5353
pdym1=$PDYm1
5454

55-
#pdym1=$(sh $utilscript/finddate.sh $pdy d-1)
56-
5755
echo " " >> $pgmout
5856
echo "Entering sub-shell syndat_getjtbul.sh to recover JTWC Bulletins" \
5957
>> $pgmout

0 commit comments

Comments
 (0)