From 8459f611bf88eb48cfaa8d09f867a3e3df0443ab Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Mon, 28 Sep 2020 10:12:34 -0500 Subject: [PATCH] minor --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 307d9093..ef5de3e4 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -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 = {} -- GitLab