diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 5275d29816bc204fa7885d3c318f34b4aee1a2a5..da4db5ee9f2bc22205bf21c95ef28bf644f2e499 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())