From f33a8cafbe96e6e4b32ad5a45ebb5a96ffab9c04 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 25 Apr 2023 07:23:01 -0500
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index d08ac74c..dff687a2 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1210,8 +1210,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 = 150.0  # meters
-    max_cld_depth = 700.0
+    closeness_top = 200.0  # meters
+    max_cld_depth = 1000.0
     max_altitude = 4000.0
     max_cld_altitude = 4000.0
 
@@ -1289,8 +1289,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 = 150.0  # meters
-    max_cld_depth = 700.0
+    closeness_top = 200.0  # meters
+    max_cld_depth = 1000.0
     max_altitude = 5000.0
     max_cld_altitude = 5000.0
 
-- 
GitLab