Skip to content
Snippets Groups Projects
Commit 0f06d2b3 authored by David's avatar David
Browse files

setup example 1a

parent 534903eb
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ date = datetime.datetime.now() ...@@ -30,7 +30,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d") 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-2P-realistic-different-intrinsic-perm" use_case = "TP-TP-2P-realistic-different-intrinsic-perm-param1a"
# 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-2-patch-different-intrinsic-perm.py" thisfile = "TP-TP-2-patch-different-intrinsic-perm.py"
...@@ -70,7 +70,7 @@ Lnw2= 0.1 ...@@ -70,7 +70,7 @@ Lnw2= 0.1
lambda_w = 40 lambda_w = 40
lambda_nw = 40 lambda_nw = 40
include_gravity = False include_gravity = False
debugflag = True debugflag = False
analyse_condition = False analyse_condition = False
# I/O CONFIG ################################################################# # I/O CONFIG #################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment