From d4a805363b47d82a661d6ab35eea4929d2946d1d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 15 Nov 2021 15:51:05 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 39dfbb7c..377843f6 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1936,7 +1936,7 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat
         print('Done: ', clvrx_str_time)
 
 
-def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, model_path=None, prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='DAY', l1b_andor_l2='l2'):
+def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=homedir, model_path=None, prob_thresh=0.5, satellite='GOES16', domain='CONUS', day_night='DAY', l1b_andor_l2='BOTH'):
 
     if day_night == 'DAY':
         if model_path is None:
@@ -1946,7 +1946,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
             model_path = model_path_night
 
     train_params = get_training_parameters(day_night=day_night, l1b_andor_l2=l1b_andor_l2)
-    train_params = train_params + ['cld_geo_thick', 'cld_height_acha']
 
     if satellite == 'H08':
         clvrx_ds = CLAVRx_H08(clvrx_dir)
-- 
GitLab