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