From 0b9a5b67e57488d13a8b2afeb1058f42f295b84f Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Sun, 18 Oct 2020 11:31:00 -0500 Subject: [PATCH] snapshot... --- modules/aeolus/aeolus_amv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 81c863f6..c8a13319 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -242,9 +242,9 @@ def concat(t_dct_0, t_dct_1): return t_dct_0 -def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True): +def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True, chan='mie'): ftimes = [] - fnames = glob.glob(files_path + 'mie1day.out.*') + fnames = glob.glob(files_path + chan + '1day.out.*') time_dct = {} for pathname in fnames: fname = os.path.split(pathname)[1] -- GitLab