Skip to content

Commit

Permalink
Fix GLDAS j-job link (#954)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
WalterKolczynski-NOAA authored Aug 3, 2022
1 parent 395720c commit b2155ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2155ad

Please sign in to comment.