From 0c16f8715b3d86b1dab6a1a116daf2df05f18d6c Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Mon, 28 Sep 2020 10:30:18 -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 ef5de3e4..a997cdf5 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_aeolous(aeolus_dict, amv_files_path, amv_source='OPS', band='14'): +def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14'): nav = GEOSNavigation() match_dict = {} -- GitLab