From 24e600ddf39bf36c06e0f6501634f09916fb8073 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Thu, 5 Jan 2023 22:02:12 -0600 Subject: [PATCH] Add missing mkgfsawps.x link The mkgfsawps.x executable was not being linked by the link script. Fixes #1217 --- sorc/link_workflow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sorc/link_workflow.sh b/sorc/link_workflow.sh index cf730b6749..379d19387b 100755 --- a/sorc/link_workflow.sh +++ b/sorc/link_workflow.sh @@ -224,8 +224,8 @@ if [[ ! -d "${top_dir}/exec" ]]; then mkdir "${top_dir}/exec" || exit 1 ; fi cd "${top_dir}/exec" || exit 1 for utilexe in fbwndgfs.x gaussian_sfcanl.x gfs_bufr.x regrid_nemsio.x supvit.x syndat_getjtbul.x \ - syndat_maksynrc.x syndat_qctropcy.x tocsbufr.x enkf_chgres_recenter.x \ - enkf_chgres_recenter_nc.x fv3nc2nemsio.x tave.x vint.x reg2grb2.x ; do + syndat_maksynrc.x syndat_qctropcy.x tocsbufr.x enkf_chgres_recenter.x overgridid.x \ + mkgfsawps.x enkf_chgres_recenter_nc.x fv3nc2nemsio.x tave.x vint.x reg2grb2.x ; do [[ -s "${utilexe}" ]] && rm -f "${utilexe}" ${LINK} "${script_dir}/gfs_utils.fd/install/bin/${utilexe}" . done