diff --git a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py
index 8cd8021c552aa677b2abda941238e299ae0bf026..cbd118f58fcdc46c02dfb5ff00fe196bb109f141 100755
--- a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py
+++ b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py
@@ -24,15 +24,15 @@ use_case = "TP-R-2-patch-realistic"
 max_iter_num = 1000
 FEM_Lagrange_degree = 1
 mesh_study = True
-resolutions = { 1: 5e-7,
-                2: 5e-7,
-                4: 5e-7,
-                8: 5e-7,
-                16: 5e-7,
-                32: 5e-7,
-                64: 5e-7,
-                128: 5e-7,
-                256: 5e-7}
+resolutions = { 1: 7e-7,
+                2: 7e-7,
+                4: 7e-7,
+                8: 7e-7,
+                16: 7e-7,
+                32: 7e-7,
+                64: 7e-7,
+                128: 7e-7,
+                256: 7e-7}
 
 ############ GRID #######################
 # mesh_resolution = 20
@@ -182,10 +182,10 @@ L = {#
 
 lambda_param = {#
 # subdom_num : lambda parameter for the L-scheme
-    1 : {'wetting' :l_param_w},
-         # 'nonwetting': l_param},#
-    2 : {'wetting' :l_param_w,
-         'nonwetting': l_param_nw}
+    1 : {'wetting' :lambda_w},
+         # 'nonwetting': lambda},#
+    2 : {'wetting' :lambda_w,
+         'nonwetting': lambda_nw}
 }
 
 ## relative permeabilty functions on subdomain 1