Changeset 1008 for trunk/UTIL/PYTHON
- Timestamp:
- Jul 19, 2013, 10:39:13 AM (11 years ago)
- Location:
- trunk/UTIL/PYTHON
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/api/exapi.py
r943 r1008 28 28 # define options and get options+arguments 29 29 # ---------------------------------------- 30 parser.add_option('-v','--var',action='store',dest='var',type="string",default=None,help='Variables processed. Not used means all variables. ')30 parser.add_option('-v','--var',action='store',dest='var',type="string",default=None,help='Variables processed. Not used means all variables. tk,tpot,uvmet can be requested.') 31 31 parser.add_option('-i','--interp',action='store',dest='itp',type="int",default=defitp,help='Mode: 2=press / 3=z-amr / 4=z-als (default)') 32 32 parser.add_option('-l','--level',action='store',dest='lvl',type="string",default=deflvl,help='Levels: start[,stop,step] (-i 2: Pa)(-i 3,4: km)') -
trunk/UTIL/PYTHON/planetoplot_v2/set_ppclass.txt
r990 r1008 10 10 # z-axis: possible names to search for. add in the line with a separating ; 11 11 # 12 altitude;Alt; vert;presnivs;bottom_top;altitude_abg;lev;PTOT12 altitude;Alt;presnivs;bottom_top;altitude_abg;lev;PTOT;vert 13 13 # t-axis: possible names to search for. add in the line with a separating ; 14 14 #
Note: See TracChangeset
for help on using the changeset viewer.