diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
index 0b8104efdb6d235f21d8be3319a0b19684a69054..8d94f40ba501a4e91194c6fee3509558d1991c34 100755
--- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
+++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
@@ -45,8 +45,8 @@ resolutions = {
 ############ GRID #######################
 # mesh_resolution = 20
 timestep_size = 0.001
-number_of_timesteps = 1100
-plot_timestep_every = 1
+number_of_timesteps = 20
+plot_timestep_every = 5
 # decide how many timesteps you want analysed. Analysed means, that we write out
 # subsequent errors of the L-iteration within the timestep.
 number_of_timesteps_to_analyse = 10
@@ -55,11 +55,11 @@ starttime = 0.0
 Lw = 0.025 #/timestep_size
 Lnw=Lw
 
-lambda_w = 40
-lambda_nw = 40
+lambda_w = 20
+lambda_nw = 20
 
 include_gravity = False
-debugflag = False
+debugflag = True
 analyse_condition = True
 
 if mesh_study: