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

snaphot...

parent 5a3fa71b
Branches
No related tags found
No related merge requests found
...@@ -322,7 +322,7 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs ...@@ -322,7 +322,7 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs
print('Start processing: ', f) print('Start processing: ', f)
match_dict = match_calipso_clavrx_to_amvs(nom_time, calipso_clavrx_nc4, amv_ds, caliop_clavrx_params, gfs_ds) match_dict = match_calipso_clavrx_to_amvs(nom_time, calipso_clavrx_nc4, amv_ds, caliop_clavrx_params, gfs_ds)
calipso_clavrx_nc4.close() calipso_clavrx_nc4.close()
if match_dict is None or not match_dict: if match_dict is None or not match_dict[nom_time]:
print('No matches for: ', f) print('No matches for: ', f)
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment