diff --git a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py
index 4e7c5980325a0a5423b6cd21aee1264d235e148a..6e211c020c0b968bcec38331c3ac1a32f8224c77 100755
--- a/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.py
+++ b/Two-phase-Two-phase/two-patch/TP-TP-2-patch-test-case/TP-TP-2-patch-different-intrinsic-perm.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-TP-2P-realistic-different-intrinsic-perm"
+use_case = "TP-TP-2P-realistic-different-intrinsic-perm-smaller-L"
 # The name of this very file. Needed for creating log output.
 thisfile = "TP-TP-2-patch-different-intrinsic-perm.py"
 
@@ -58,19 +58,19 @@ resolutions = {
 #  for each element t_0 in starttimes.
 starttimes = {0: 0.0}
 timestep_size = 0.001
-number_of_timesteps = 5
+number_of_timesteps = 1000
 
 # LDD scheme parameters  ######################################################
-Lw1 = 0.5 #/timestep_size
-Lnw1= 0.5
+Lw1 = 0.01 #/timestep_size
+Lnw1= 0.01
 
-Lw2 = 0.5 #/timestep_size
-Lnw2= 0.5
+Lw2 = 0.001 #/timestep_size
+Lnw2= 0.001
 
-lambda_w = 40
-lambda_nw = 40
-include_gravity = True
-debugflag = True
+lambda_w = 2
+lambda_nw = 2
+include_gravity = False
+debugflag = False
 analyse_condition = False
 
 # I/O CONFIG  #################################################################