- Timestamp:
- Sep 18, 2015, 2:49:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r632 r633 11226 11226 dimt = objfile.variables[timn].shape[0] 11227 11227 11228 if Tbeg + Ttraj > dimt - 1:11228 if Tbeg + Ttraj > dimt: 11229 11229 print errormsg 11230 11230 print ' ' + fname + ': trajectory has ', Ttraj, ' time steps and starts ' + \ 11231 ' at',Tbeg,' and data', varobj.shape[0], '" !!!!!'11231 ' at',Tbeg,' and data',dimt, '" !!!!!' 11232 11232 quit(-1) 11233 11233
Note: See TracChangeset
for help on using the changeset viewer.