diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index f948bb3cfbb9d2ea37bff6e29c794320148de4b2..4ec4cab4b95d6d0f75f1a423c987fbfbd9395662 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -548,7 +548,10 @@ def create_file(filename, aeolus_to_amv_dct, aeolus_dct, amv_files):
 # outfile: pathname for the Netcdf match file
 def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=None, amv_source='OPS', band='14', chan='mie'):
     a_d = get_aeolus_time_dict_s(aeolus_files_dir, chan=chan)
-    a_d = time_dict_to_nd(a_d)
+    # a_d = time_dict_to_nd(a_d)
+    #----------------------------------
+    a_d = time_dict_to_cld_layers(a_d)
+    a_d = time_dict_to_nd_2(a_d)
 
     amv_files = None
     if amv_source == 'CARR':