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

fix missing starttimes

parent fd815482
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ resolutions = { ...@@ -55,7 +55,7 @@ resolutions = {
# starttimes gives a list of starttimes to run the simulation from. # starttimes gives a list of starttimes to run the simulation from.
# 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} starttimes = {0: 0.0}
# 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}
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 1000 number_of_timesteps = 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment