Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/gwdev_issue_2129
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryRWinterbottom committed Feb 15, 2024
2 parents 60d5ee6 + 638684e commit eb8791c
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 eb8791c

Please sign in to comment.