diff --git a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py index e6b6efe297c27bd3c5ec5253798921c886a253f2..a5f1d6c8357cf4a1b4ef04d4f5662ccab3d0357f 100755 --- a/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py +++ b/Usecases/Two-phase-Richards/multi-patch/layered_soil/TP-R-layered_soil-g-but-same-perm.py @@ -49,7 +49,7 @@ datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-R-layered-soil-realistic-same-perm-vanG-Mualem-new-param-test" +use_case = "TP-R-layered-soil-realistic-same-perm-vanG-Mualem-new-param" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil-g-but-same-perm.py" @@ -86,14 +86,14 @@ starttimes = {0: 0.0} # 3: 0.9, # } timestep_size = 0.001 -number_of_timesteps = 10 +number_of_timesteps = 1500 # LDD scheme parameters ###################################################### Lw1 = 0.025 # /timestep_size Lnw1 = Lw1 -Lw2 = 0.4 # /timestep_size +Lw2 = 0.7 # /timestep_size Lnw2 = Lw2 -Lw3 = 0.4 # /timestep_size +Lw3 = 0.7 # /timestep_size Lnw3 = 0.025 Lw4 = 0.08 # /timestep_size Lnw4 = 0.005