From af8ae7f80b67fd600a9143b3957ae7c1e72995a9 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Wed, 6 Dec 2023 09:54:28 -0700 Subject: [PATCH] Restore perl CLMBuildNamelist back to ctsm5.1.dev157 version, the ne30np4.pg3 work around isn't needed, this fixes #2268 --- bld/CLMBuildNamelist.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bld/CLMBuildNamelist.pm b/bld/CLMBuildNamelist.pm index 9a4dadfd6c..17d64cd59f 100755 --- a/bld/CLMBuildNamelist.pm +++ b/bld/CLMBuildNamelist.pm @@ -4356,11 +4356,6 @@ sub setup_logic_initinterp { $log->fatal_error("$var can only be set if use_init_interp is true"); } } - # This only seems to be important for this one grid... - if ( $nl_flags->{'res'} eq "ne30np4.pg3" ) { - add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, "init_interp_fill_missing_with_natveg", - 'hgrid'=>$nl_flags->{'res'} ); - } } #-------------------------------------------------------------------------------