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

snapshot...

parent a2a744e4
No related branches found
No related tags found
No related merge requests found
...@@ -647,6 +647,10 @@ def add_noise(data, noise_scale=0.01, seed=None, copy=True): ...@@ -647,6 +647,10 @@ def add_noise(data, noise_scale=0.01, seed=None, copy=True):
return data return data
geos_goes16_fd = None
geos_goes16_conus = None
geos_h08_fd = None
f = open(ancillary_path+'geos_crs_goes16_FD.pkl', 'rb') f = open(ancillary_path+'geos_crs_goes16_FD.pkl', 'rb')
geos_goes16_fd = pickle.load(f) geos_goes16_fd = pickle.load(f)
f.close() f.close()
......
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