From d406d2e9159ef4dffb4c0165174269cb2c82aa3d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 26 Apr 2022 13:01:56 -0500
Subject: [PATCH] snapshot...

---
 modules/icing/util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/icing/util.py b/modules/icing/util.py
index 56480e7c..3e18dad4 100644
--- a/modules/icing/util.py
+++ b/modules/icing/util.py
@@ -48,7 +48,7 @@ flt_level_ranges[4] = [8000.0, 15000.0]
 def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir,
                       day_model_path=model_path_day, night_model_path=model_path_night,
                       prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='AUTO',
-                      l1b_andor_l2='both', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='CNN'):
+                      l1b_andor_l2='both', use_flight_altitude=True, res_fac=1, use_nan=False, has_time=False, model_type='FCN'):
     if model_type == 'CNN':
         model_module = icing_cnn
     elif model_type == 'FCN':
-- 
GitLab