Skip to content
Snippets Groups Projects
Commit aae255b9 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

tools/pyic_ice_diag.py: Typo corrected.

parent 7b268c2c
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ if 'time' in ds.dims:
if iopts.time=='none':
ds = ds.isel(time=iopts.it)
else:
ds = ds.sel(time=iops.time, method='nearest')
ds = ds.sel(time=iopts.time, method='nearest')
clon = np.rad2deg(ds.clon.compute())
clat = np.rad2deg(ds.clat.compute())
......
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