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

snapshot...

parent 7e6db99b
No related branches found
No related tags found
No related merge requests found
......@@ -1288,7 +1288,7 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cld_opd
if med_cld_tmp > 274.5:
continue
if icing_alt < med_cld_hgt - max_cld_depth:
if icing_alt[i] < med_cld_hgt - max_cld_depth:
continue
mask.append(keep)
......@@ -1364,7 +1364,7 @@ def apply_qc_no_icing_pireps(icing_alt, cld_top_hgt, cld_geo_dz, cld_phase, cld_
if med_cld_tmp > 274.5:
continue
if icing_alt < med_cld_hgt - max_cld_depth:
if icing_alt[i] < med_cld_hgt - max_cld_depth:
continue
mask.append(keep)
......
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