Skip to content

Commit eb8791c

Browse files
Merge branch 'NOAA-EMC:develop' into feature/gwdev_issue_2129
2 parents 60d5ee6 + 638684e commit eb8791c

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)