diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 39dfbb7c5235e497920752a539e7e13ee24ca6a8..377843f6314eda4d5bcc9ee026a28482d827decc 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)