Skip to content
Snippets Groups Projects
Commit 02d0b2b1 authored by Nils Brüggemann's avatar Nils Brüggemann Committed by Fraser William Goldsworth
Browse files

pyic_fig.py: Fixed typo.

parent 47b7abf3
No related branches found
No related tags found
1 merge request!42Draft: cartopy projections
......@@ -253,7 +253,7 @@ def main():
if iopts.time=='none':
data = data.isel(time=iopts.it)
else:
data = data.sel(time=iops.time, method='nearest')
data = data.sel(time=iopts.time, method='nearest')
# --- select vertical coordinate
if depth_name!='none':
if iopts.depth!=-1:
......
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