diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index c9c89676cd0caacdc3704b27aaf2b8a63a1968af..6be1c6d4178177e576172ae4d3326f3fa7e8e419 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -69,7 +69,7 @@ def get_grid_values(h5f, grid_name, j_c, i_c, half_width, scale_factor_name='sca return grd_vals -def run(time_keys, pirep_dct): +def run(time_keys, pirep_dct, outfile=None): 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) @@ -119,7 +119,7 @@ def run(time_keys, pirep_dct): cnt += 1 - print('num images: ', cnt) + print('num images: ', cnt, len(time_keys)) def create_file(filename, ds_list, ds_types):