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

snapshot...

parent 351b74e5
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,6 @@ def get_raob_dict_cdf(pathname): ...@@ -324,7 +324,6 @@ def get_raob_dict_cdf(pathname):
all_spd = all_spd[::-1] all_spd = all_spd[::-1]
all_dir = all_dir[::-1] all_dir = all_dir[::-1]
#raob = np.stack([all_levs._data, all_temp._data, all_spd._data, all_dir._data], axis=1)
raob = np.stack([all_levs._data, all_temp._data, all_dir._data, all_spd._data], axis=1) raob = np.stack([all_levs._data, all_temp._data, all_dir._data, all_spd._data], axis=1)
raob_dct[LatLonTuple(lat=lat, lon=lon)] = raob raob_dct[LatLonTuple(lat=lat, lon=lon)] = raob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment