diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index f3995e8065798880f18d25cd56c6aa830cf40e74..a5c75633f3262ad104fd40aec51eefaebb9aa9dc 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -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'): a_d = get_aeolus_time_dict(aeolus_file) 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: create_file(outfile, m_d, a_d)