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

use correct indexes for hht, hhb

parent 5ef169a0
No related branches found
No related tags found
No related merge requests found
...@@ -408,8 +408,8 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct): ...@@ -408,8 +408,8 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct):
prof_s = aeolus_dct.get(key) prof_s = aeolus_dct.get(key)
prof = prof_s[0] prof = prof_s[0]
prf_hht[i_c:i_d] = prof[:, 2] prf_hht[i_c:i_d] = prof[:, 3]
prf_hhb[i_c:i_d] = prof[:, 3] prf_hhb[i_c:i_d] = prof[:, 4]
prf_azm[i_c:i_d] = prof[:, 5] prf_azm[i_c:i_d] = prof[:, 5]
prf_spd[i_c:i_d] = prof[:, 6] prf_spd[i_c:i_d] = prof[:, 6]
i_c += nlevs i_c += nlevs
......
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