Changeset 291 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Feb 25, 2015, 5:31:46 PM (10 years ago)
Author:
lfita
Message:

Adding not ready variable size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r290 r291  
    1106811068            newvar[:] = latvals
    1106911069
     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
    1107011078        ivar = ivar + 1
    1107111079
Note: See TracChangeset for help on using the changeset viewer.