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

snapshot...

parent 615c799f
No related branches found
No related tags found
No related merge requests found
......@@ -1266,6 +1266,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output
keep = np.where(keep, obs_intensity >= icing_intensity_plot_min, False)
keep_lons = obs_lons[keep]
keep_lats = obs_lats[keep]
obs_intensity = obs_intensity[keep]
else:
keep_lons = None
keep_lats = None
......
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