From 30b583f11430ec7108802f27ed91132cb03dbab3 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 27 Oct 2020 12:06:04 -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 35b83e9a..d7275bdd 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -559,7 +559,10 @@ def create_amv_to_aeolus_match_file(aeolus_files_dir, amv_files_dir, outfile=Non m_d = match_amvs_to_aeolus(a_d, amv_files_dir, amv_source, band, amv_files) if outfile is not None: - create_file(outfile, m_d, a_d, amv_files) + cld_lyr = False + if chan == 'mie': + cld_lyr = True + create_file(outfile, m_d, a_d, amv_files, cld_lyr=cld_lyr) # match_file: pathname for the product file -- GitLab