diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index ff9bf06dea3aba3bdcd31e11c30517312b14320d..97a4dd481d77de5753739a6da9287d2867256f60 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -408,8 +408,8 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct):
 
         prof_s = aeolus_dct.get(key)
         prof = prof_s[0]
-        prf_hht[i_c:i_d] = prof[:, 2]
-        prf_hhb[i_c:i_d] = prof[:, 3]
+        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