From 57aec32fa1e0af28c3e644d058b1b662861bc722 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 27 Oct 2021 11:53:54 -0500
Subject: [PATCH] new methods for running predictions

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

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 17679556..26ba539a 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1920,7 +1920,7 @@ def run_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path='/
         dto = clvrx_ds.get_datetime(fname)
         clvrx_str_time = dto.strftime('%Y-%m-%d_%H:%M')
 
-        data_dct, ll, cc = make_for_full_domain_predict(h5f, name_list=train_params, domain=domain)
+        data_dct, ll, cc = make_for_full_domain_predict(h5f, name_list=train_params, satellite=satellite, domain=domain)
         if fidx == 0:
             num_elems = len(cc)
             num_lines = len(ll)
-- 
GitLab