From 631916d51811ae830d3fd82d4fc4d4c0fb1ae18d Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 1 Jun 2021 15:58:41 -0500 Subject: [PATCH] minor --- modules/amv/aeolus.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/amv/aeolus.py b/modules/amv/aeolus.py index 6f15fa16..f3c35f6c 100644 --- a/modules/amv/aeolus.py +++ b/modules/amv/aeolus.py @@ -54,12 +54,6 @@ def compare_aeolus_max_height(aeolus_dict, files_path, grid_value_name='cld_heig lat = layers[0, 0] lon = layers[0, 1] - # # check range - # if lat > G16_lat_range[1] or lat < G16_lat_range[0]: - # continue - # if lon > G16_lon_range[1] or lon < G16_lon_range[0]: - # continue - # ------------------------------------------------ a_lons[f_idx].append(lon) a_lats[f_idx].append(lat) @@ -125,6 +119,7 @@ def compare_aeolus_max_height(aeolus_dict, files_path, grid_value_name='cld_heig total += len(nn_idxs) print(clvrx_files.flist[f_idx], len(nn_idxs)) + # loop over Aeolus profile valid in the file for k in range(len(nn_idxs)): j = grd_crds[0][k] -- GitLab