From d0642a692dcec7934692b94a808d8cf7dc7bcbd9 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 2 Jun 2021 14:37:46 -0500 Subject: [PATCH] new methods --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 5275d298..da4db5ee 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1419,7 +1419,7 @@ def get_cloud_layers_dict_s(aeolus_files_dir, lon360=False): def match_aeolus_to_clavrx(aeolus_dict, clvrx_files): nav = get_navigation() #clvrx_params = clvrx_files.get_parameters() - clrvx_params = ['cld_height_acha', 'cld_press_acha', 'cld_temp_acha'] + clvrx_params = ['cld_height_acha', 'cld_press_acha', 'cld_temp_acha'] match_dict = {} keys = list(aeolus_dict.keys()) -- GitLab