From b4bcebaaded869ab8f9a10baeca75b03df576693 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 22 Jun 2021 15:53:01 -0500 Subject: [PATCH] minor --- modules/aeolus/aeolus_amv.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index b26e40cf..9034c254 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1569,9 +1569,9 @@ def create_aeolus_clavrx_match_file(match_dct, filename, clvrx_params): elems.append(tup[0]) lines.append(tup[1]) - nlevs = prof.shape[0] - if nlevs > max_num_alevels: - max_num_alevels = nlevs + nlevs = prof.shape[0] + if nlevs > max_num_alevels: + max_num_alevels = nlevs alons = np.array(alons) alats = np.array(alats) -- GitLab