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

snapshot...

parent 6634be2b
No related branches found
No related tags found
No related merge requests found
...@@ -556,6 +556,7 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask, ...@@ -556,6 +556,7 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
keep_3 = np.invert(np.isnan(cld_opd[i,])) keep_3 = np.invert(np.isnan(cld_opd[i,]))
keep = keep_0 & keep_1 & keep_2 & keep_3 keep = keep_0 & keep_1 & keep_2 & keep_3
if skip: if skip:
mask.append(keep)
continue continue
keep = np.where(keep, cld_top_hgt[i,] > icing_alt[i], False) keep = np.where(keep, cld_top_hgt[i,] > icing_alt[i], False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment