Skip to content

Commit

Permalink
Fixed GEOSUTIL in gcm_plot.tmpl to point to the install directory ins…
Browse files Browse the repository at this point in the history
…tead of to src.
  • Loading branch information
gmao-jstassi committed Mar 29, 2021
1 parent 7fdc909 commit 2e8c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Applications/GEOSdas_App/monthly_setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2e8c928

Please sign in to comment.