From c711cab366f8047d8c68f0ffc515eaa7435ed7d5 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 19 Mar 2024 10:34:04 -0500 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 3083dcc7..c93e29db 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -928,7 +928,7 @@ def analyze2(filename, filename_l1b): cld_mask = np.where(cld_mask > 1, 1, 0) # cld_frac = np.sum(cld_mask, axis=1) / 256 # need to do this earlier - # Simple model + # Simple model: Everything below the melting point is icing=True else icing=False ------------------------- preds = cld_top_tmp < 273.15 true_ice = ice & preds -- GitLab