From 2dd47b13fa27a2c12401684b6b2f6e122faec1b7 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 22 Dec 2020 16:20:19 -0600 Subject: [PATCH] snapshot... --- modules/amv/intercompare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py index 73869502..395cda04 100644 --- a/modules/amv/intercompare.py +++ b/modules/amv/intercompare.py @@ -911,6 +911,7 @@ def get_amv_winds_match(dist_threshold=150, qitype=amv_cqi_idx, qival=50, lat_ra return amvs_dict + def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs=20): raob_dct = get_raob_dict(raobs_pathname) print('got raobs') @@ -924,6 +925,7 @@ def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs return bfs_dct + def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fcst_prs, verbose=False): """Finds the background model best fit pressure associated with the AMV. -- GitLab