From da07ea496ad8a4f7e1ff304734ae3d43524b3f85 Mon Sep 17 00:00:00 2001 From: Tom Rink <rink@vor.ssec.wisc.edu> Date: Wed, 9 Dec 2020 17:29:46 +0000 Subject: [PATCH] tweaks --- modules/aeolus/aeolus_amv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index e96e7d4a..92938821 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -419,6 +419,7 @@ def run_best_fit_all(): raob_dct, ts = get_raob_dict_cdf(raob_dir+file, raob_dtsts[k]) m_d = match_amvs_to_raobs(raob_dct, ts, amv_files=amv_files) amvs_list, bf_list, raob_match_list, bf_gfs_list = run_best_fit(m_d, raob_dct, gfs_dir+gfs_files[k]) + analyze2(None, None, amvs_list, bf_list, raob_match_list, bf_gfs_list) def run_best_fit(raob_to_amv_dct, raob_dct, gfs_filename=None): -- GitLab