From f5663d9da5723fa71110f1e9cfc5cbcf80153b47 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 30 Dec 2020 20:35:18 -0600 Subject: [PATCH] snapshot... --- modules/aeolus/aeolus_amv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 4312fa06..7fcab634 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -596,6 +596,7 @@ def analyze2(amvs, bfs, raob_match, bfs_gfs, amv_prod): # Comparison to Level of Best Fit (LBF) GFS ------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------ + bfs_raob = bfs bfs = bfs_gfs vld_bf = bfs[:, 3] == 0 keep_idxs = vld_bf @@ -738,6 +739,7 @@ def analyze2(amvs, bfs, raob_match, bfs_gfs, amv_prod): # Comparison to Level of Best Fits (LBF) GFS to RAOB ------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------ + bfs = bfs_raob vld_bf = bfs[:, 3] == 0 vld_bf_gfs = bfs_gfs[:, 3] == 0 keep_idxs = np.logical_and(vld_bf, vld_bf_gfs) -- GitLab