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

snapshot...

parent 26c3f601
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,9 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files): ...@@ -510,7 +510,9 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
i_d = i_c + nlevs i_d = i_c + nlevs
prof_s = aeolus_dct.get(key) prof_s = aeolus_dct.get(key)
prof = prof_s[0] prof = prof_s
if isinstance(prof_s, list):
prof = prof_s[0]
prf_hht[i_c:i_d] = prof[:, 3] prf_hht[i_c:i_d] = prof[:, 3]
prf_hhb[i_c:i_d] = prof[:, 4] prf_hhb[i_c:i_d] = prof[:, 4]
prf_azm[i_c:i_d] = prof[:, 5] prf_azm[i_c:i_d] = prof[:, 5]
......
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