diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py index 907244f7cf104afc7af4e53277cc5d87feca504d..0fe471f877095608f7449236a3f59b9c94beda67 100644 --- a/modules/amv/intercompare.py +++ b/modules/amv/intercompare.py @@ -146,11 +146,6 @@ def pirep_icing(filename, lon_range=[-180, 180], lat_range=[-55, 55]): else: rpts.append(tup) - lats.append(lat) - lons.append(lon) - alts.append(fl) - times.append(timestmp) - return ice_dict, no_ice_dict