Changeset 1008


Ignore:
Timestamp:
Jul 19, 2013, 10:39:13 AM (11 years ago)
Author:
aslmd
Message:

UTIL PYTHON. added a nice script by Tanguy able to plot histograms.

Location:
trunk/UTIL/PYTHON
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/api/exapi.py

    r943 r1008  
    2828# define options and get options+arguments
    2929# ----------------------------------------
    30 parser.add_option('-v','--var',action='store',dest='var',type="string",default=None,help='Variables processed. Not used means all variables.')
     30parser.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.')
    3131parser.add_option('-i','--interp',action='store',dest='itp',type="int",default=defitp,help='Mode: 2=press /  3=z-amr / 4=z-als (default)')
    3232parser.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  
    1010  # z-axis: possible names to search for. add in the line with a separating ;
    1111  #
    12 altitude;Alt;vert;presnivs;bottom_top;altitude_abg;lev;PTOT
     12altitude;Alt;presnivs;bottom_top;altitude_abg;lev;PTOT;vert
    1313  # t-axis: possible names to search for. add in the line with a separating ;
    1414  #
Note: See TracChangeset for help on using the changeset viewer.