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

snaphot...

parent 39ec6935
No related branches found
No related tags found
No related merge requests found
...@@ -313,7 +313,7 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs ...@@ -313,7 +313,7 @@ def run_caliop_clavrx_amv_match(output_path, path_to_caliop_clavrx, path_to_amvs
amv_params = amv_ds.get_parameters() amv_params = amv_ds.get_parameters()
amv_filenames = amv_ds.flist amv_filenames = amv_ds.flist
gfs_ds = get_datasource(path_to_gfs, 'GFS') gfs_ds = get_datasource(path_to_gfs, 'GFS', window=180)
for f in caliop_clavrx_ds.flist: for f in caliop_clavrx_ds.flist:
match_dict = match_calipso_clavrx_to_amvs(caliop_clavrx_ds, f, 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)
......
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