Changeset 1097 in lmdz_wrf for trunk/tools/generic_tools.py
- Timestamp:
- Sep 11, 2016, 8:26:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1096 r1097 8618 8618 print ' ' + fname + ': mat1 and mat2 have different number of dimensions !!' 8619 8619 print ' Ndims mat 1:', Ndims1,' Ndims mat2:', Ndims2 8620 print ' shape mat 1:', shape1, 'mat 2:', shape2 8620 8621 quit(-1) 8621 8622 … … 8625 8626 print ' ' +fname+ ': length of',idn,'diemsion in mat1 and mat2 differ !!' 8626 8627 print ' Length mat 1:', shape1[idn],' Length mat2:', shape2[idn] 8628 print ' shape mat 1:', shape1, 'mat 2:', shape2 8627 8629 quit(-1) 8628 8630
Note: See TracChangeset
for help on using the changeset viewer.