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

snapshot...

parent eac3e986
No related branches found
No related tags found
No related merge requests found
...@@ -525,17 +525,6 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files): ...@@ -525,17 +525,6 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
dist[i_a:i_b] = haversine_np(plon, plat, param_nd[0, :], param_nd[1, :]) dist[i_a:i_b] = haversine_np(plon, plat, param_nd[0, :], param_nd[1, :])
i_a += namvs i_a += namvs
# prof_s = aeolus_dct.get(key)
# prof = prof_s[0]
# prf_hht[i_c:i_d] = prof[:, 3]
# prf_hhb[i_c:i_d] = prof[:, 4]
# prf_azm[i_c:i_d] = prof[:, 5]
# prf_spd[i_c:i_d] = prof[:, 6]
# i_c += nlevs
#
# prf_lat[idx::] = prof[0, 0]
# prf_lon[idx::] = prof[0, 1]
num_amvs_per_prof[:] = num_amvs num_amvs_per_prof[:] = num_amvs
num_levs_per_prof[:] = num_levs num_levs_per_prof[:] = num_levs
prof_time[:] = times prof_time[:] = times
......
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