Skip to content

Commit

Permalink
Merge pull request #81 from GEOS-ESM/bugfix/jstassi/#78-monthly_setup.pl
Browse files Browse the repository at this point in the history
Fixed GEOSUTIL in gcm_plot.tmpl to point to the install directory ins…
  • Loading branch information
rtodling authored Mar 31, 2021
2 parents 7fdc909 + 2e8c928 commit a902607
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 a902607

Please sign in to comment.