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

snaphot...

parent 4e52584e
No related branches found
No related tags found
No related merge requests found
...@@ -315,13 +315,13 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs ...@@ -315,13 +315,13 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs
gfs_ds = get_datasource(path_to_gfs, 'GFS') gfs_ds = get_datasource(path_to_gfs, 'GFS')
for file in caliop_clavrx_ds.flist: for f in caliop_clavrx_ds.flist:
match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, file, amv_ds, caliop_clavrx_params, gfs_ds) match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, f, amv_ds, caliop_clavrx_params, gfs_ds)
if match_dict is None: if match_dict is None:
continue continue
create_file(match_dict, output_path, file, caliop_clavrx_params, amv_params, amv_filenames) create_file(match_dict, output_path, f, caliop_clavrx_params, amv_params, amv_filenames)
print('Done processing: ', file) print('Done processing: ', f)
def analyze(filename): def analyze(filename):
......
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