From 6955135b7fd54553ca522c2b9eef350866b565f8 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 7 Mar 2021 12:26:49 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 29ed899c..844024de 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -21,6 +21,7 @@ def setup():
     ice_dict, no_ice_dict = pirep_icing(pirep_file)
     print('num obs: ice, no ice', len(ice_dict), len(no_ice_dict))
     time_keys = list(ice_dict.keys())
+    return time_keys
 
 
 def get_clavrx_datasource(timestamp):
@@ -64,7 +65,7 @@ def get_grid_values(h5f, grid_name, j_c, i_c, half_width, scale_factor_name='sca
     return grd_vals
 
 
-def run():
+def run(time_keys):
 
     nav = GEOSNavigation(sub_lon=-75.0, CFAC=5.6E-05, COFF=-0.101332, LFAC=-5.6E-05, LOFF=0.128212, num_elems=2500, num_lines=1500)
 
-- 
GitLab