diff --git a/modules/amv/aeolus.py b/modules/amv/aeolus.py index 6f15fa16c8239d994fea9c828aee536d44b8e612..f3c35f6cab620412cea4dad6af99013730a5bf2f 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]