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

snapshot...

parent 9a9155b4
Branches
No related tags found
No related merge requests found
...@@ -541,8 +541,9 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non ...@@ -541,8 +541,9 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan) a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
if chan == 'mie': if chan == 'mie':
a_d = time_dict_to_cld_layers(a_d) a_d = time_dict_to_cld_layers(a_d)
# a_d = time_dict_to_nd_2(a_d) a_d = time_dict_to_nd_2(a_d)
a_d = time_dict_to_nd(a_d) else:
a_d = time_dict_to_nd(a_d)
amv_files = None amv_files = None
if amv_source == 'CARR': if amv_source == 'CARR':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment