From 6af6f0eb565ebe1dd8073ea2c55072f38d1c4bfb Mon Sep 17 00:00:00 2001 From: Brian Dobbins Date: Thu, 6 Aug 2026 17:35:10 -0600 Subject: [PATCH] Remove incorrect and superfluous use of CASEROOT (which is a CIME variable, not an environment variable) --- bld/configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bld/configure b/bld/configure index d89a353e7f..9c5f4e8800 100755 --- a/bld/configure +++ b/bld/configure @@ -2037,10 +2037,6 @@ sub write_filepath } } - # CESM has a standard source mods location. - my $CASEROOT = "$ENV{'CASEROOT'}"; - print $fh "$CASEROOT/SourceMods/src.cam\n"; - # offline unit driver (defaults to stub) print $fh "$camsrcdir/src/unit_drivers\n"; print $fh "$camsrcdir/src/unit_drivers/${offline_drv}\n";