Skip to content

Commit

Permalink
Remove build-namelist tests of origflag
Browse files Browse the repository at this point in the history
origflag=1 is no longer supported. origflag=0 is now implicitly the case
all the time; the two failure tests of origflag=0 are already covered by
other failure tests ("Zeng w lower=flux", "Zeng w lower=zeroflux": those
simply set soilwater_movement_method=0 explicitly, whereas the tests I'm
removing have that implicit due to clm4_5 physics).
  • Loading branch information
billsacks committed Jul 16, 2022
1 parent 014868e commit 1b029d0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions bld/unit_testers/build-namelist_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -771,21 +771,6 @@ sub cat_and_create_namelistinfile {
GLC_TWO_WAY_COUPLING=>"FALSE",
phys=>"clm4_5",
},
"-vic with origflag=1" =>{ options=>"-vichydro -envxml_dir .",
namelst=>"origflag=1",
GLC_TWO_WAY_COUPLING=>"FALSE",
phys=>"clm4_5",
},
"l_bnd=flux with origflag=0"=>{ options=>"-envxml_dir .",
namelst=>"origflag=0, lower_boundary_condition=1",
GLC_TWO_WAY_COUPLING=>"FALSE",
phys=>"clm4_5",
},
"l_bnd=zflux with origflag=0"=>{ options=>"-envxml_dir .",
namelst=>"origflag=0, lower_boundary_condition=2",
GLC_TWO_WAY_COUPLING=>"FALSE",
phys=>"clm4_5",
},
"bedrock with l_bnc=flux" =>{ options=>"-envxml_dir .",
namelst=>"use_bedrock=.true., lower_boundary_condition=1",
GLC_TWO_WAY_COUPLING=>"FALSE",
Expand Down

0 comments on commit 1b029d0

Please sign in to comment.