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

minor

parent 2ed4eb25
Branches
No related tags found
No related merge requests found
...@@ -397,7 +397,7 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct): ...@@ -397,7 +397,7 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct):
def run(aeolus_file, amv_files_dir, outfile=None, amv_source='OPS', band='14'): def run(aeolus_file, amv_files_dir, outfile=None, amv_source='OPS', band='14'):
a_d = get_aeolus_time_dict(aeolus_file) a_d = get_aeolus_time_dict(aeolus_file)
a_d = time_dict_to_nd(a_d) a_d = time_dict_to_nd(a_d)
m_d = match_amvs_to_aelous(a_d, amv_files_dir, amv_source, band) m_d = match_amvs_to_aeolus(a_d, amv_files_dir, amv_source, band)
if outfile is not None: if outfile is not None:
create_file(outfile, m_d, a_d) create_file(outfile, m_d, a_d)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment