From 2137a2ff44deb47a985cb77209c788bd758313ee Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Tue, 30 Jun 2020 12:03:18 +0200 Subject: [PATCH] set up mesh study in parallel --- .../mesh_study/TP-R-layered_soil-g-but-same-perm-mesh-study.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Two-phase-Richards/multi-patch/layered_soil/mesh_study/TP-R-layered_soil-g-but-same-perm-mesh-study.py b/Two-phase-Richards/multi-patch/layered_soil/mesh_study/TP-R-layered_soil-g-but-same-perm-mesh-study.py index b193e48..cbb50c5 100755 --- a/Two-phase-Richards/multi-patch/layered_soil/mesh_study/TP-R-layered_soil-g-but-same-perm-mesh-study.py +++ b/Two-phase-Richards/multi-patch/layered_soil/mesh_study/TP-R-layered_soil-g-but-same-perm-mesh-study.py @@ -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-layered-soil-realistic-g-same-intrinsic-perm" +use_case = "TP-R-layered-soil-realistic-g-same-intrinsic-perm-complementing-study-from19.06" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil-g-but-same-perm-mesh-study.py" -- GitLab