diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py index 738695026bb3a901c2ce8fd0927aef94c9bfb22d..395cda0480962f0e87c303ec158180792ce99748 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.