Changeset 432 for trunk/UTIL/PYTHON/myscript.py
- Timestamp:
- Nov 30, 2011, 6:37:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myscript.py
r425 r432 61 61 ### SPECIAL 62 62 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]') 63 64 64 65 return parser
Note: See TracChangeset
for help on using the changeset viewer.