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

snapshot...

parent 0ed3c167
Branches
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, ...@@ -597,10 +597,9 @@ def apply_qc_icing_pireps(icing_alt, cld_top_hgt, cld_phase, cld_opd, cld_mask,
return mask return mask
def test(flags, fkeys, ice_dct): def test(flags, fkeys, ids, ice_dct):
for i, key in enumerate(fkeys): for i, key in enumerate(fkeys):
rpts = ice_dct[key] rpts = ice_dct[key]
if len(rpts) == 1: for tup in rpts:
print(flags[i], rpts[0][4]) if tup[4] == ids[i]:
#for tup in rpts: print(flags[i], tup[5])
# print(flags[i], tup[4]) \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment