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

snapshot...

parent 86d28421
Branches
No related tags found
No related merge requests found
...@@ -166,7 +166,8 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_files): ...@@ -166,7 +166,8 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_files):
match_dict = {} match_dict = {}
#fname, ftime, f_idx = amv_files.get_file_containing_time(raob_time) #fname, ftime, f_idx = amv_files.get_file_containing_time(raob_time)
fname = '/Users/tomrink/data/OR_ABI-L2-DMWF-M6C14_G16_s20201190000156_e20201190009464_c20201190023107.nc' # fname = '/Users/tomrink/data/OR_ABI-L2-DMWF-M6C14_G16_s20201190000156_e20201190009464_c20201190023107.nc'
fname = '/Users/tomrink/data/OR_ABI-L2-DMWF-M6C14_G16_s20201191200158_e20201191209466_c20201191223041.nc'
ds = Dataset(fname) ds = Dataset(fname)
...@@ -326,8 +327,8 @@ def analyze2(raob_to_amv_dct, raob_dct): ...@@ -326,8 +327,8 @@ def analyze2(raob_to_amv_dct, raob_dct):
raob = raob_dct.get(key) raob = raob_dct.get(key)
nlevs = raob.shape[0] nlevs = raob.shape[0]
raob_prs = raob[:, 0] raob_prs = raob[:, 0]
raob_spd = raob[:, 3] raob_spd = raob[:, 2]
raob_dir = raob[:, 2] raob_dir = raob[:, 3]
amvs = raob_to_amv_dct.get(key) amvs = raob_to_amv_dct.get(key)
num_amvs = amvs.shape[1] num_amvs = amvs.shape[1]
for i in range(num_amvs): for i in range(num_amvs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment