1 | Usage: pp.py [options] |
---|
2 | |
---|
3 | Options: |
---|
4 | -h, --help show this help message and exit |
---|
5 | -f FILE, --file=FILE [NEEDED] filename. Append: different figures. Comma- |
---|
6 | separated: same figure (+ possible --operation). Regex |
---|
7 | OK: use -f "foo*" DONT FORGET QUOTES "" !!!! |
---|
8 | -t TGT, --target=TGT destination folder |
---|
9 | -S SAVE, --save=SAVE save mode (gui,png,eps,svg,pdf,txt,html,avi) [gui] |
---|
10 | -d, --display do not pop up created images |
---|
11 | -O OUT, --output=OUT output file name |
---|
12 | --rate=RATE output is a movie along Time dimension [None] |
---|
13 | --quality For movie mode: improves movie quality.(slower) |
---|
14 | -v VAR, --var=VAR variable color-shaded |
---|
15 | -w VAR2, --with=VAR2 variable contoured |
---|
16 | -a, --anomaly compute and plot relative anomaly in % |
---|
17 | --mult=MULT a multiplicative factor to plotted field |
---|
18 | -m VMIN, --min=VMIN bounding minimum value [min] |
---|
19 | -M VMAX, --max=VMAX bounding maximum value [max] |
---|
20 | -H, --hole holes above max and below min |
---|
21 | --nolow do not plot low |values| [False] |
---|
22 | --redope=REDOPE REDuce OPErators: mint,maxt for the moment [None] |
---|
23 | -l LVL, --level=LVL level / start,stop,step (-i 2: p,mb)(-i 3,4: z,km) [0] |
---|
24 | -i ITP, --interp=ITP interpolation (2: p, 3: z-amr, 4:z-als) |
---|
25 | --intas=INTAS specify "mcs" or "tes" for gcm P interpolation grid |
---|
26 | -N, --no-api do not recreate api file |
---|
27 | -c CLB, --color=CLB change colormap (nobar: no colorbar) |
---|
28 | --div=NDIV number of divisions in colorbar [10] |
---|
29 | --title=ZETITLE customize the whole title |
---|
30 | -T, --tiled draw a tiled plot (no blank zone) |
---|
31 | --res=RES resolution for png outputs. --save png needed. [200.] |
---|
32 | --trans=TRANS shaded plot transparency, 0 to 1 (=opaque) [1] |
---|
33 | --area=AREA area on the map to be plot [None] |
---|
34 | -p PROJ, --proj=PROJ projection |
---|
35 | -b BACK, --back=BACK background image [None] |
---|
36 | -W, --winds wind vectors [False] |
---|
37 | -s STE, --stride=STE stride vectors [3] |
---|
38 | -z ZOOM, --zoom=ZOOM zoom factor in % |
---|
39 | --blat=BLAT reference lat (or bounding lat for stere) [computed] |
---|
40 | --blon=BLON reference lon [computed] |
---|
41 | --lat=SLAT slices along lat. 2 comma-separated values: averaging |
---|
42 | --lon=SLON slices along lon. 2 comma-separated values: averaging |
---|
43 | --vert=SVERT slices along vert. 2 comma-separated values: averaging |
---|
44 | --column changes --vert z1,z2 from MEAN to INTEGRATE along z |
---|
45 | --time=STIME slices along time. 2 comma-separated values: averaging |
---|
46 | --xmax=XMAX max value for x-axis in contour-plots [max(xaxis)] |
---|
47 | --ymax=YMAX max value for y-axis in contour-plots [max(yaxis)] |
---|
48 | --xmin=XMIN min value for x-axis in contour-plots [min(xaxis)] |
---|
49 | --ymin=YMIN min value for y-axis in contour-plots [min(yaxis)] |
---|
50 | --inverty force decreasing values along y-axis (e.g. p-levels) |
---|
51 | --logy set y-axis to logarithmic |
---|
52 | --axtime=AXTIME choose "ls","sol","lt" for time ref (1D or --time) |
---|
53 | --operation=OPERAT operation to perform on input files given through -f. |
---|
54 | "+" or "-" acts on each input file by adding or |
---|
55 | substracting the ref file specified through --fref. |
---|
56 | "cat" acts on all input files in-a-row. "add_var" |
---|
57 | "sub_var" "mul_var" "div_var" acts on two variables. |
---|
58 | --fref=FREF reference namefile for the --operation option. |
---|
59 | --mope=VMINOPE bounding minimum value for inter-file operation |
---|
60 | --Mope=VMAXOPE bounding maximum value for inter-file operation |
---|
61 | --titleref=TITREF title for the reference file. [title of fig (1)] |
---|
62 | --tsat convert temperature field T in Tsat-T using pressure |
---|