Skip to content
Snippets Groups Projects
Commit 68af05bd authored by David's avatar David
Browse files

setup propper number of timsteps for layered soil

parent 09705af3
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ resolutions = { ...@@ -41,7 +41,7 @@ resolutions = {
# GRID ####################### # GRID #######################
# mesh_resolution = 20 # mesh_resolution = 20
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 12 number_of_timesteps = 1200
plot_timestep_every = 4 plot_timestep_every = 4
# decide how many timesteps you want analysed. Analysed means, that we write # decide how many timesteps you want analysed. Analysed means, that we write
# out subsequent errors of the L-iteration within the timestep. # out subsequent errors of the L-iteration within the timestep.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment