From eac3e9867c9fdc0138652249f07b234ce0ad0faf Mon Sep 17 00:00:00 2001
From: rink <rink@ssec.wisc.edu>
Date: Mon, 26 Oct 2020 17:03:11 -0500
Subject: [PATCH] snapshot..

---
 modules/aeolus/aeolus_amv.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index f948bb3c..4ec4cab4 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':
-- 
GitLab