Skip to content
Snippets Groups Projects
Commit 2dd47b13 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 62a362f6
Branches
No related tags found
No related merge requests found
...@@ -911,6 +911,7 @@ def get_amv_winds_match(dist_threshold=150, qitype=amv_cqi_idx, qival=50, lat_ra ...@@ -911,6 +911,7 @@ def get_amv_winds_match(dist_threshold=150, qitype=amv_cqi_idx, qival=50, lat_ra
return amvs_dict return amvs_dict
def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs=20): def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs=20):
raob_dct = get_raob_dict(raobs_pathname) raob_dct = get_raob_dict(raobs_pathname)
print('got raobs') print('got raobs')
...@@ -924,6 +925,7 @@ def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs ...@@ -924,6 +925,7 @@ def run_best_fit_all(amvs_dict, raobs_pathname, dist_threshold=200, min_num_levs
return bfs_dct return bfs_dct
def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fcst_prs, verbose=False): 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. """Finds the background model best fit pressure associated with the AMV.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment