Changeset 291 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Feb 25, 2015, 5:31:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r290 r291 11068 11068 newvar[:] = latvals 11069 11069 11070 else: 11071 # Other variables 11072 print warnmsg 11073 print ' ' + fname + ': variable shape:',varobj.shape,' not ready!!' 11074 print ' skipping variable and removing file' 11075 objofile.close() 11076 sub.call(['rm', ofile]) 11077 11070 11078 ivar = ivar + 1 11071 11079
Note: See TracChangeset
for help on using the changeset viewer.