From c47694cc4df75ce21092bed9ad78dc7ec3b8fb06 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Mon, 13 Jul 2020 14:47:04 +0200 Subject: [PATCH] larger L --- .../TP-TP-layered_soil.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case/TP-TP-layered_soil.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case/TP-TP-layered_soil.py index 318b5d6..53994e0 100755 --- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case/TP-TP-layered_soil.py +++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case/TP-TP-layered_soil.py @@ -31,7 +31,7 @@ datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-TP-layered_soil-realistic" +use_case = "TP-TP-layered_soil-realistic-same-L" # The name of this very file. Needed for creating log output. thisfile = "TP-TP-layered_soil.py" @@ -64,14 +64,14 @@ number_of_timesteps = 1500 # LDD scheme parameters ###################################################### -Lw1 = 0.0025 -Lnw1 = 0.005 -Lw2 = 0.0025 -Lnw2 = 0.005 -Lw3 = 0.0025 -Lnw3 = 0.005 -Lw4 = 0.0025 -Lnw4 = 0.005 +Lw1 = 0.025 +Lnw1 = 0.025 +Lw2 = 0.025 +Lnw2 = 0.025 +Lw3 = 0.025 +Lnw3 = 0.025 +Lw4 = 0.025 +Lnw4 = 0.025 lambda12_w = 1 lambda12_nw = 0.5 -- GitLab