Skip to content
Snippets Groups Projects
Commit 8d2982c0 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent c87b1fcc
No related branches found
No related tags found
No related merge requests found
......@@ -942,7 +942,7 @@ def analyze2(amvs_list, bf_list, raob_match_list, bf_gfs_list, amv_prod_list):
np.average(np.abs(bin_spd[i])), np.average(bin_spd[i]), np.average(np.abs(bin_dir[i])), np.average(bin_dir[i])))
def compare_amvs_bestfit(amvs, bfs):
def compare_amvs_bestfit(amvs, bfs, bin_size=200):
didx = 4
sidx = 3
pidx = 2
......@@ -950,7 +950,6 @@ def compare_amvs_bestfit(amvs, bfs):
vld_bf = bfs[:, 3] == 0
keep_idxs = vld_bf
bin_size = 200.0
bin_ranges = get_press_bin_ranges(50, 1050, bin_size=bin_size)
amv_p = amvs[keep_idxs, pidx]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment