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

snapshot...

parent 86d28421
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,8 @@ def match_amvs_to_raobs(raob_dict, raob_time, amv_files):
match_dict = {}
#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)
......@@ -326,8 +327,8 @@ def analyze2(raob_to_amv_dct, raob_dct):
raob = raob_dct.get(key)
nlevs = raob.shape[0]
raob_prs = raob[:, 0]
raob_spd = raob[:, 3]
raob_dir = raob[:, 2]
raob_spd = raob[:, 2]
raob_dir = raob[:, 3]
amvs = raob_to_amv_dct.get(key)
num_amvs = amvs.shape[1]
for i in range(num_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