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

snapshot...

parent 0ed3c167
No related branches found
No related tags found
No related merge requests found
......@@ -597,10 +597,9 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
return mask
def test(flags, fkeys, ice_dct):
def test(flags, fkeys, ids, ice_dct):
for i, key in enumerate(fkeys):
rpts = ice_dct[key]
if len(rpts) == 1:
print(flags[i], rpts[0][4])
#for tup in rpts:
# print(flags[i], tup[4])
\ No newline at end of file
for tup in rpts:
if tup[4] == ids[i]:
print(flags[i], tup[5])
\ No newline at end of file
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