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

snapshot...

parent 0b9a5b67
No related branches found
No related tags found
No related merge requests found
......@@ -486,8 +486,8 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
# aeolus_files_dir: S4 NOAA txt output files
# amv_files_dir: G16/17 AMV product 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'):
a_d = get_aeolus_time_dict_s(aeolus_files_dir)
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)
amv_files = None
......
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