diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 26ba539a518cf12758df2d3721cb0b15371ef949..1fb51a6359594c79cb79496d40a8d9e3ae5a0ac8 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1937,8 +1937,8 @@ def run_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path='/
             lons_2d = lon_s.reshape((num_lines, num_elems))
             lats_2d = lat_s.reshape((num_lines, num_elems))
 
-        preds_2d, probs_2d = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh, satellite=satellite, domain=domain)
-        write_icing_file(clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d)
+        preds_2d_s, probs_2d_s = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh, satellite=satellite, domain=domain)
+        #write_icing_file(clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d)
 
         print('Done: ', clvrx_str_time)
         h5f.close()
\ No newline at end of file