Changeset 293 in lmdz_wrf
- Timestamp:
- Feb 25, 2015, 5:35:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r292 r293 11073 11073 print warnmsg 11074 11074 print ' ' + fname + ': variable shape:',varobj.shape,' not ready!!' 11075 print ' skipping variable and removing file' 11076 objofile.close() 11077 sub.call(['rm', ofile]) 11078 11075 print ' skipping variable' 11076 if len(varns) == 1: 11077 objofile.close() 11078 sub.call(['rm', ofile]) 11079 print ' uniq variable! removing file and finishing program' 11080 11079 11081 ivar = ivar + 1 11080 11082
Note: See TracChangeset
for help on using the changeset viewer.