diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index d50258c80bbeef13ab029e510199e1f498d6fafe..e3809f479b988ba48ca7f6fdd3ee84b54372afbf 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -541,8 +541,9 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non
     a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
     if chan == 'mie':
         a_d = time_dict_to_cld_layers(a_d)
-        # a_d = time_dict_to_nd_2(a_d)
-    a_d = time_dict_to_nd(a_d)
+        a_d = time_dict_to_nd_2(a_d)
+    else:
+        a_d = time_dict_to_nd(a_d)
 
     amv_files = None
     if amv_source == 'CARR':