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/myscript.py

    r425 r432  
    6161    ### SPECIAL
    6262    parser.add_option('--tsat',         action='store_true',dest='tsat',               default=False,help='convert temperature field T in Tsat-T using pressure')
     63    parser.add_option('--rate',         action='store'     ,dest='rate', type="int",   default=None, help='Output is a movie along Time dimension. --time must not be specified. [None]')
    6364
    6465    return parser
Note: See TracChangeset for help on using the changeset viewer.