Skip to content
Snippets Groups Projects
Commit 7656d143 authored by tomrink's avatar tomrink
Browse files

minor

parent f1e1986e
Branches
No related tags found
No related merge requests found
......@@ -810,8 +810,6 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
np.invert((cld_phase[i,] == 4) &
np.logical_and(cld_top_hgt[i,]+closeness > icing_alt[i], cld_top_hgt[i,]-closeness < icing_alt[i])),
False)
# Test3
# keep = np.where(keep, (cld_opd[i,] >= opd_thick_threshold) & (cld_phase[i,] == 4) & (cld_top_hgt[i,] > icing_alt[i]), False)
# Test4
keep = np.where(keep, np.invert((cld_phase[i,] == 4) & (cld_opd[i,] < opd_thin_threshold) & (cld_top_hgt[i,] > icing_alt[i])), False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment