Ignore:
Timestamp:
Nov 17, 2011, 12:36:52 PM (13 years ago)
Author:
aslmd
Message:

GRAPHIcs: pp.py: no winds is now default. use option -W to get winds. no more option -x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/README.PP

    r392 r394  
    1919*************************************
    2020
    21 Goal: The simplest, most minimal example. Mapping near-surface wind vectors over topography.
     21Goal: The simplest, most minimal example. Mapping topography.
    2222pp.py -f diagfired.nc
    2323
     
    2525pp.py -f diagfired.nc --div 30
    2626
     27Goal: I would like wind vectors.
     28pp.py -f diagfired.nc -W
     29
    2730Goal: I would like more vectors [i.e. lower the stride].
    28 pp.py -f diagfired.nc --div 30 -s 1
    29 
    30 Goal: I want to get rid of those damn vectors.
    31 pp.py -f diagfired.nc -x
     31pp.py -f diagfired.nc -W -s 1
    3232
    3333Goal: I want to map a given field (surface temperature).
    34 pp.py -f diagfired.nc -x -v tsurf
     34pp.py -f diagfired.nc -v tsurf
    3535
    3636Goal: I want to map two fields next to one another (topography and tauice).
    37 pp.py -f diagfired.nc -x -v phisinit,tauice
     37pp.py -f diagfired.nc -v phisinit,tauice
    3838
    3939Goal: I want to map two fields, tauice shaded, topography contoured, same plot.
    40 pp.py -f diagfired.nc -x -v tauice -w phisinit
     40pp.py -f diagfired.nc -v tauice -w phisinit
    4141
    4242Goal: I want to map a field but projected on the sphere.
    43 pp.py -f diagfired.nc -x -v tauice -p ortho
     43pp.py -f diagfired.nc -v tauice -p ortho
    4444
    4545Goal: I want to redefine the minimum and maximum values shown.
    46 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9
     46pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9
    4747
    4848Goal: I want to insert holes wherever values are lower than 0.2 and higher than 0.9
    49 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9 -H
     49pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H
    5050
    5151Goal: I want to fill holes with an background image of Mars [you have to be connected to Internet]
    52 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9 -H -b vishires
     52pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires
    5353
    5454Goal: I want the same map, but projected on the sphere
    55 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho
     55pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho
    5656
    5757Goal: I want the same map, but projected with north polar stereographic view
    58 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9 -H -b vishires -p npstere
     58pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p npstere
    5959
    6060Goal: I want to save this in PNG format
    61 pp.py -f diagfired.nc -x -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S png
     61pp.py -f diagfired.nc -v tauice -m 0.2 -M 0.9 -H -b vishires -p ortho -S png
    6262
    6363Goal: I want to plot results from two simulation files next to one another
Note: See TracChangeset for help on using the changeset viewer.