Skip to content
Snippets Groups Projects
Commit c47694cc authored by David Seus's avatar David Seus
Browse files

larger L

parent be17d2b9
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ datestr = date.strftime("%Y-%m-%d") ...@@ -31,7 +31,7 @@ datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation. # 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. # The name of this very file. Needed for creating log output.
thisfile = "TP-TP-layered_soil.py" thisfile = "TP-TP-layered_soil.py"
...@@ -64,14 +64,14 @@ number_of_timesteps = 1500 ...@@ -64,14 +64,14 @@ number_of_timesteps = 1500
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.0025 Lw1 = 0.025
Lnw1 = 0.005 Lnw1 = 0.025
Lw2 = 0.0025 Lw2 = 0.025
Lnw2 = 0.005 Lnw2 = 0.025
Lw3 = 0.0025 Lw3 = 0.025
Lnw3 = 0.005 Lnw3 = 0.025
Lw4 = 0.0025 Lw4 = 0.025
Lnw4 = 0.005 Lnw4 = 0.025
lambda12_w = 1 lambda12_w = 1
lambda12_nw = 0.5 lambda12_nw = 0.5
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment