- Timestamp:
- Apr 8, 2017, 11:02:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1502 r1503 13822 13822 varslice = [] 13823 13823 13824 print 'Lluis sliced:', sliced13825 13826 13824 # Dictionary with the size of the sliced dimensions 13827 13825 newdimsizes = {} … … 14130 14128 # quit(-1) 14131 14129 finalmask = maskinf.mask + masksup.mask 14132 print 'Lluis: found;', np.sum(~finalmask)14133 14130 # Indices of the found values 14134 14131 iDistmindist = gen.multi_index_mat(finalmask, False) … … 14181 14178 else: 14182 14179 finalslice[dimn] = [ddvals[0], ddvals[0], 0] 14183 14184 print 'Lluis finalslice:', finalslice14185 14180 14186 14181 ncoobj = NetCDFFile(ofile,'w')
Note: See TracChangeset
for help on using the changeset viewer.