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

minor

parent 42487408
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ amv_press_name = 'pres'
# aeolus_dict: time -> profiles
# amv_files_path: directory containing AMVs, '/home/user/amvdir/'
# return dict: aeolus time -> tuple (amv_lon, amv_lat, amv_pres, amv_spd, amv_dir)
def match_amvs_to_aelous(aeolus_dict, amv_files_path, amv_source='OPS', band='14'):
def match_amvs_to_aeolous(aeolus_dict, amv_files_path, amv_source='OPS', band='14'):
nav = GEOSNavigation()
match_dict = {}
......
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