diff --git a/Overlap/config_graph.F90 b/Overlap/config_graph.F90
index 89e6d631de2ddec182b922fd9fc6252676a88a30..da221e997d842aa1d39833a86b61a6f8b5c0d8d4 100644
--- a/Overlap/config_graph.F90
+++ b/Overlap/config_graph.F90
@@ -14,11 +14,11 @@ module config_graph_m
 
   logical, protected:: cyclone = .true.
 
-  real, protected:: min_inters_speed = 0.5
+  real, protected:: min_inters_speed = 0.
   ! minimum intersection between maximum-speed contours, computed as a
   ! fraction of surface
 
-  real, protected:: min_inters_out = 1.1
+  real, protected:: min_inters_out = 0.5
   ! minimum intersection between outermost contours, computed as a
   ! fraction of surface