From 2e8c9287543df20a3aa113d304bb7d19cb41f885 Mon Sep 17 00:00:00 2001 From: Joe Stassi Date: Mon, 29 Mar 2021 08:56:44 -0400 Subject: [PATCH] Fixed GEOSUTIL in gcm_plot.tmpl to point to the install directory instead of to src. --- src/Applications/GEOSdas_App/monthly_setup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Applications/GEOSdas_App/monthly_setup.pl b/src/Applications/GEOSdas_App/monthly_setup.pl index 0d0bdd25..647546c7 100755 --- a/src/Applications/GEOSdas_App/monthly_setup.pl +++ b/src/Applications/GEOSdas_App/monthly_setup.pl @@ -178,7 +178,7 @@ sub write_plotfiles { $values{"\@BATCH_GROUP"} = "SBATCH --account=$GID"; $values{"\@SITE"} = uc($siteID); $values{"\@GEOSBIN"} = "$FVROOT/bin"; - $values{"\@GEOSSRC"} = dirname($FVROOT) ."/src"; + $values{"\@GEOSSRC"} = $ENV{"GEOSUTIL"}; replaceLabels($infile, $outfil, \%values,\@setenvs);