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

start support for Boeing icing data...

parent fe8a2155
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ def pirep_icing_from_boeing(dirname='/ships19/cloud/scratch/ICING/BOEING/icing/2 ...@@ -176,7 +176,7 @@ def pirep_icing_from_boeing(dirname='/ships19/cloud/scratch/ICING/BOEING/icing/2
ice_bool = h5f['ice_bool'][:] ice_bool = h5f['ice_bool'][:]
lons = h5f['longitude'][:] lons = h5f['longitude'][:]
lats = h5f['latitude'][:] lats = h5f['latitude'][:]
years = h5f['year'][:] years = 2000 + h5f['year'][:]
mons = h5f['month'][:] mons = h5f['month'][:]
days = h5f['day'][:] days = h5f['day'][:]
hours = h5f['hour'][:] hours = h5f['hour'][:]
......
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