diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 9fd0ea3ecc7f9ceefd0e9c99b36cd192e8a3a393..a5815705a0ab8e61a7c79e175b7f479ef348d6e5 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1231,8 +1231,8 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cld_opd
         opd_thick_threshold = 2
         opd_thin_threshold = 0.1
 
-    closeness_top = 100.0  # meters
-    max_cld_depth = 2000.0
+    closeness_top = 200.0  # meters
+    max_cld_depth = 1500.0
     max_altitude = 5000.0
     max_cld_altitude = 5000.0
 
@@ -1309,8 +1309,8 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cld_
         opd_thick_threshold = 2
         opd_thin_threshold = 0.1
 
-    closeness_top = 100.0  # meters
-    max_cld_depth = 2000.0
+    closeness_top = 200.0  # meters
+    max_cld_depth = 1500.0
     max_altitude = 5000.0
     max_cld_altitude = 5000.0