Changeset 294 in lmdz_wrf


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

Final propoer ending of operation 'compute_tevolboxtraj'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r293 r294  
    1107211072# Other variables
    1107311073            print warnmsg
    11074             print '  ' + fname + ': variable shape:',varobj.shape,' not ready!!'
     11074            print '  ' + fname + ": variable '" + vn + "' shape:",varobj.shape,' not'\
     11075              + ' ready!!'
    1107511076            print '    skipping variable'
    1107611077            if len(varns) == 1:
     
    1107811079                sub.call(['rm', ofile])
    1107911080                print '    uniq variable! removing file and finishing program'
     11081                quit()
    1108011082           
    1108111083        ivar = ivar + 1
Note: See TracChangeset for help on using the changeset viewer.