Skip to content

Commit

Permalink
Remove finddate.sh from system (NOAA-EMC#2308)
Browse files Browse the repository at this point in the history
* Retire finddate.sh usage from system
* Update gfs-utils hash to 7a84c88 - New hash includes removal of finddate.sh

Refs NOAA-EMC#2279
  • Loading branch information
KateFriedman-NOAA committed Feb 14, 2024
1 parent 1aaef05 commit 638684e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sorc/gfs_utils.fd
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cd "${HOMEgfs}/ush" || exit 8
for file in emcsfc_ice_blend.sh global_cycle_driver.sh emcsfc_snow.sh global_cycle.sh; do
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_utils.fd/ush/${file}" .
done
for file in finddate.sh make_ntc_bull.pl make_NTC_file.pl make_tif.sh month_name.sh ; do
for file in make_ntc_bull.pl make_NTC_file.pl make_tif.sh month_name.sh ; do
${LINK_OR_COPY} "${HOMEgfs}/sorc/gfs_utils.fd/ush/${file}" .
done

Expand Down
2 changes: 0 additions & 2 deletions ush/syndat_getjtbul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ hour=$(echo $CDATE10 | cut -c9-10)
echo $PDYm1
pdym1=$PDYm1

#pdym1=$(sh $utilscript/finddate.sh $pdy d-1)

echo " " >> $pgmout
echo "Entering sub-shell syndat_getjtbul.sh to recover JTWC Bulletins" \
>> $pgmout
Expand Down

0 comments on commit 638684e

Please sign in to comment.