Skip to content
Snippets Groups Projects
Commit ce3c0d55 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 8d29b7e6
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment