From 162618a99a798b4a4f255cc87985eebfbd7b1853 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 6 Jan 2021 10:54:59 -0600 Subject: [PATCH] snapshot... --- modules/aeolus/aeolus_amv.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index b1f69cbe..efa690cc 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -290,14 +290,14 @@ def run_best_fit_all(full_domain=False): for key in keys: prd_list.append(pr_dct.get(key)) - amvs = np.concatenate(amvs_list) - bfs = np.concatenate(bfs_list) - rbm = np.concatenate(rb_list) - bfs_gfs = np.concatenate(bfs_gfs_list) - prd = np.concatenate(prd_list) - - tup = (amvs, bfs, prd, bfs_gfs, rbm) - return tup + amvs = np.concatenate(amvs_list) + bfs = np.concatenate(bfs_list) + rbm = np.concatenate(rb_list) + bfs_gfs = np.concatenate(bfs_gfs_list) + prd = np.concatenate(prd_list) + + tup = (amvs, bfs, prd, bfs_gfs, rbm) + return tup else: for k, file in enumerate(raob_files): raob_dct, ts = get_raob_dict_cdf(raob_dir+file) -- GitLab