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

rerun terminated TPR calculation

parent 51023a23
Branches
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-R-2-patch-realistic-same-intrinsic-perm-maybe-flattening-L" use_case = "TP-R-2-patch-realistic-same-intrinsic-perm-maybe-complement-08-07"
# The name of this very file. Needed for creating log output. # The name of this very file. Needed for creating log output.
thisfile = "TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py" thisfile = "TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py"
...@@ -47,7 +47,7 @@ resolutions = { ...@@ -47,7 +47,7 @@ resolutions = {
# 4: 1e-5, # 4: 1e-5,
# 8: 1e-5, # 8: 1e-5,
# 16: 5e-6, # 16: 5e-6,
32: 2e-6, # 32: 2e-6,
64: 2e-6, 64: 2e-6,
# 128: 2e-6, # 128: 2e-6,
# 256: 1e-6, # 256: 1e-6,
...@@ -57,9 +57,9 @@ resolutions = { ...@@ -57,9 +57,9 @@ resolutions = {
# The list is looped over and a simulation is run with t_0 as initial time # The list is looped over and a simulation is run with t_0 as initial time
# for each element t_0 in starttimes. # for each element t_0 in starttimes.
# starttimes = {0: 0.0, 1: 0.3, 2: 0.6, 3: 0.9} # starttimes = {0: 0.0, 1: 0.3, 2: 0.6, 3: 0.9}
starttimes = {0: 0.0} starttimes = {1100: 1.1}
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1500 number_of_timesteps = 400
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.6 Lw1 = 0.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment