Skip to content

Commit

Permalink
Fix hillslope with use_init_interp warning test, by specifying the hi…
Browse files Browse the repository at this point in the history
…llslope_file this fixes #2826
  • Loading branch information
ekluzek committed Oct 9, 2024
1 parent ac2aec1 commit 058320d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bld/unit_testers/build-namelist_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1359,8 +1359,8 @@ sub cat_and_create_namelistinfile {
namelst=>"fsurdat='build-namelist_test.pl'",
phys=>"clm6_0",
},
"hillslope with init_interp"=>{ options=>"-bgc bgc -envxml_dir .",
namelst=>"use_init_interp=.true.,use_hillslope=.true.",
"hillslope with init_interp"=>{ options=>"--res 10x15 --bgc bgc --envxml_dir .",
namelst=>"use_init_interp=.true.,use_hillslope=.true.,hillslope_file='/dev/null'",
phys=>"clm6_0",
},
);
Expand Down

0 comments on commit 058320d

Please sign in to comment.