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

snapshot...

parent 1a1c16da
No related branches found
No related tags found
No related merge requests found
......@@ -559,7 +559,10 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
m_d = match_amvs_to_aeolus(a_d, amv_files_dir, amv_source, band, amv_files)
if outfile is not None:
create_file(outfile, m_d, a_d, amv_files)
cld_lyr = False
if chan == 'mie':
cld_lyr = True
create_file(outfile, m_d, a_d, amv_files, cld_lyr=cld_lyr)
# match_file: pathname for the product file
......
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