From 16b17542ae0cdab3f10cd4a5e4c7bbcf220d339d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 10 Jun 2021 17:19:51 -0500 Subject: [PATCH] minor --- 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 6004dcad..9ec22215 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1540,7 +1540,7 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files): return match_dict -def create_file_2(match_dct, filename, clvrx_params): +def create_aeolus_clavrx_match_file(match_dct, filename, clvrx_params): grd_x_len = 9 grd_y_len = 9 num_aparams = 7 -- GitLab