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 318b5d67d1f6936872f48dd4b0ab44979bbec822..53994e03f20da6b04909feef95ddc3832fd173f4 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