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

start TPTP simulation with nonwetting zero

parent 4c00e414
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation.
use_case = "TP-R-layeredSoilIP-same-intrinsic-after-fixing-exact-writeout"
use_case = "TP-R-layeredSoilIP-same-intrinsic-TPTP-nw-zero"
# The name of this very file. Needed for creating log output.
thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py"
......@@ -169,8 +169,8 @@ outer_boundary_def_points = substructuring.outer_boundary_def_points
# MODEL CONFIGURATION #########################################################
isRichards = {
1: True,
2: True,
1: False,
2: False,
3: False,
4: False,
5: False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment