Changeset 861 in lmdz_wrf
- Timestamp:
- Jun 17, 2016, 5:56:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r859 r861 12588 12588 slicedims[dn]=[imindiff[iidim], imindiff[iidim], None] 12589 12589 else: 12590 slicedims[dn]=[np.min(dinds[rightvals][0,:]), \ 12591 np.max(dinds[rightvals][0,:])+1, None] 12590 slicedims[dn]=[np.min(dinds), np.max(dinds)+1, None] 12592 12591 12593 12592 iidim = iidim + 1
Note: See TracChangeset
for help on using the changeset viewer.