From d942b75b4f159134b11d8e3f7f08a35061c97540 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sat, 3 Feb 2024 16:22:36 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 5bc168ea..123f8a88 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1397,7 +1397,7 @@ def apply_qc_icing_pireps_exp2(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cl def apply_qc_icing_pireps_v3(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cld_opd, cld_mask, bt_11um, solzen, satzen, cld_top_temp, day_night='ANY', cloudy_frac=0.5): closeness_top = 200.0 # meters - max_cld_depth = 1200.0 + max_cld_depth = 1500.0 max_altitude = 4500.0 max_cld_altitude = 4000.0 -- GitLab