From dfa88d9bc00e189ae5b0ae9252cdfef0e1473342 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Wed, 3 Aug 2022 02:14:57 +0000 Subject: [PATCH] Fix GLDAS j-job link The cd was misplaced when checking for the existence of gldas.fd to create the link for the j-job, so the directory was never found and the job never linked. --- sorc/link_workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/link_workflow.sh b/sorc/link_workflow.sh index af00b790c68..d3a78422a5a 100755 --- a/sorc/link_workflow.sh +++ b/sorc/link_workflow.sh @@ -81,8 +81,8 @@ fi #--------------------------------------- #--add files from external repositories #--------------------------------------- +cd ${pwd}/../jobs ||exit 8 if [ -d ../sorc/gldas.fd ]; then - cd ${pwd}/../jobs ||exit 8 $LINK ../sorc/gldas.fd/jobs/JGDAS_ATMOS_GLDAS . fi cd ${pwd}/../parm ||exit 8