Ignore:
Timestamp:
Dec 9, 2011, 8:33:29 PM (13 years ago)
Author:
aslmd
Message:

UTIL:PYTHON: added support for Ls and sol indexing through option --axtime (mesoscale model files). also a bit of cleaning, especially with info to user, now more compact.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/pp.py

    r464 r468  
    141141                invert_y=opt.inverty,xaxis=zexaxis,yaxis=zeyaxis,ylog=opt.logy,yintegral=opt.column,\
    142142                blat=opt.blat,blon=opt.blon,tsat=opt.tsat,flagnolow=opt.nolow,\
    143                 mrate=opt.rate,mquality=opt.quality,trans=opt.trans,zarea=opt.area)
     143                mrate=opt.rate,mquality=opt.quality,trans=opt.trans,zarea=opt.area,axtime=opt.axtime)
    144144        print 'DONE: '+name
    145145        system("rm -f to_be_erased")
     
    156156    f.write(command)
    157157
    158     print "********** OPTIONS: ", opt
     158    #print "********** OPTIONS: ", opt
    159159    print "********************************************************** END"
Note: See TracChangeset for help on using the changeset viewer.