Ignore:
Timestamp:
Nov 30, 2011, 6:37:59 PM (13 years ago)
Author:
acolaitis
Message:

PYTHON. Modifs relative to movies. To make a movie, the user must now specify --rate 20 (or any other positive value). Fixed gcm plots because of last commit on LES files. Fixed movies with GCM files, also not tested (until mencoder is on the farm)

File:
1 edited

Legend:

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

    r429 r432  
    137137                ope=opt.operat,fileref=reffile,minop=opt.vminope,maxop=opt.vmaxope,titleref=opt.titref,\
    138138                invert_y=opt.inverty,xaxis=zexaxis,yaxis=zeyaxis,ylog=opt.logy,yintegral=opt.column,\
    139                 blat=opt.blat,tsat=opt.tsat,flagnolow=opt.nolow)
     139                blat=opt.blat,tsat=opt.tsat,flagnolow=opt.nolow,mrate=opt.rate)
    140140        print 'DONE: '+name
    141141        system("rm -f to_be_erased")
Note: See TracChangeset for help on using the changeset viewer.