diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index e0f2cf23b045b0f456390bec4193c0b6aa194ed0..c5c23f86e29bb4a960ce8e3b20f9f9669c1e2fe5 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -2394,7 +2394,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output
                 day_grd_dct[ds_name] = np.stack(day_data_dct[ds_name])
 
             preds_day_dct, probs_day_dct = run_evaluate_static(day_grd_dct, num_day_tiles, day_model_path,
-                                                               day_night='DAY', lib_or_l2=l1b_andor_l2, prob_thresh=prob_thresh,
+                                                               day_night='DAY', l1b_or_l2=l1b_andor_l2, prob_thresh=prob_thresh,
                                                                use_flight_altitude=use_flight_altitude,
                                                                flight_levels=flight_levels)
             day_idxs = np.array(day_idxs)
@@ -2417,7 +2417,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output
                 nght_grd_dct[ds_name] = np.stack(nght_data_dct[ds_name])
 
             preds_nght_dct, probs_nght_dct = run_evaluate_static(nght_grd_dct, num_nght_tiles, night_model_path,
-                                                                 day_night='NIGHT', lib_or_l2=l1b_andor_l2, prob_thresh=prob_thresh,
+                                                                 day_night='NIGHT', l1b_or_l2=l1b_andor_l2, prob_thresh=prob_thresh,
                                                                  use_flight_altitude=use_flight_altitude,
                                                                  flight_levels=flight_levels)
             nght_idxs = np.array(nght_idxs)