Skip to content

Commit

Permalink
Remove unneeded scripts from ufs_utils
Browse files Browse the repository at this point in the history
Some of the scripts being linked in from ufs_utils are not needed for
global workflow.
  • Loading branch information
WalterKolczynski-NOAA committed Jul 20, 2023
1 parent 653a897 commit dd458a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ done
cd "${HOMEgfs}/scripts" || exit 8
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_utils.fd/scripts/exemcsfc_global_sfc_prep.sh" .
cd "${HOMEgfs}/ush" || exit 8
for file in emcsfc_ice_blend.sh fv3gfs_driver_grid.sh fv3gfs_make_orog.sh global_cycle_driver.sh \
emcsfc_snow.sh fv3gfs_filter_topo.sh global_cycle.sh fv3gfs_make_grid.sh
do
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
Expand Down

0 comments on commit dd458a7

Please sign in to comment.