isel¶
Synopsis¶
xcdo -isel[,**indexes] input output
Description¶
Index along specified dimensions.
Use xarray's isel method to return a new dataset with each array indexed along the specified dimension(s).
Keyword Arguments¶
| Name | Type | Required | Description |
|---|---|---|---|
indexes |
INT | Optional | Indexes to select |
Examples¶
xcdo -isel,time=0,lon=100 infile.nc outfile.nc