Skip to content
Snippets Groups Projects
Commit db7fe1fd authored by rink's avatar rink
Browse files

snapshot..

parent 16583042
No related branches found
No related tags found
No related merge requests found
...@@ -496,7 +496,7 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files): ...@@ -496,7 +496,7 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
# lons, lats, pres, spd, dir, dist = aeolus_to_amv_dct.get(key) # lons, lats, pres, spd, dir, dist = aeolus_to_amv_dct.get(key)
param_nd = aeolus_to_amv_dct.get(key) param_nd = aeolus_to_amv_dct.get(key)
num_amvs.append(param_nd.shape[1]) num_amvs.append(param_nd.shape[1])
namvs += len(param_nd.shape[1]) namvs += param_nd.shape[1]
prof_s = aeolus_dct.get(key) prof_s = aeolus_dct.get(key)
prof = prof_s[0] prof = prof_s[0]
......
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