From 183c2496ccee73946dd21e60c210adc9d0ca52d3 Mon Sep 17 00:00:00 2001
From: rink <rink@ssec.wisc.edu>
Date: Mon, 28 Sep 2020 13:53:39 -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 f3995e80..a5c75633 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)
-- 
GitLab