Skip to content
Snippets Groups Projects
Commit eac3e986 authored by rink's avatar rink
Browse files

snapshot..

parent d0a4ec8b
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,10 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
# outfile: pathname for the Netcdf match file
def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=None, amv_source='OPS', band='14', chan='mie'):
a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
a_d = time_dict_to_nd(a_d)
# a_d = time_dict_to_nd(a_d)
#----------------------------------
a_d = time_dict_to_cld_layers(a_d)
a_d = time_dict_to_nd_2(a_d)
amv_files = None
if amv_source == 'CARR':
......
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