Skip to content
Snippets Groups Projects
Commit 077ddd46 authored by tomrink's avatar tomrink
Browse files

minor

parent 6868ddba
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,10 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_ds, time_window=10, filepath=N
vld = good
param_nd = np.vstack(param_s)
print(param_nd.shape)
param_nd = param_nd[:, vld]
print(param_nd.shape)
print(filepath, '----------------')
cc = param_nd[2, :]
ll = param_nd[3, :]
......@@ -555,6 +558,10 @@ def run_best_fit(raob_to_amv_dct, raob_dct, gfs_at_raob_dct):
return out_dct
# def analyze_bestfit_product_file(file):
# xr_ds = xr.load_dataset(file)
def analyze2(amvs, bfs, raob_match, bfs_gfs, amv_prod):
good_amvs = amvs
......
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