Subversion Repositories lagranto.um

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
.TH getmima
2
.SH NAME 
3
.B getmima - get the mimimum and maximum of a field on a netCDF file, interpolated either to a pressure or an isentropic surface.
4
.SH SYNOPSIS 
5
.B getmima
6
.I filename
7
.I field
8
.I [ Pval | Tval ]
9
.SH DESCRIPTION
10
Interpolate the field "field" of a netCDF file "filename" either onto a pressure surface "Pval" or onto an isentropic surface "Tval", where the level is given in hPa or K, respectively. The output is in the format: min.max, lonmin, latmin, pmin, tmin, lonmax, latmax, pmax, tmax.
11
.SH PARAMETERS
12
.TP 15
13
.B filename 
14
input netCDF file (e.g. P20110102_00)
15
.TP 15
16
.B field
17
name of the field on the netCDF file (as obtained from
18
.B getvars).
19
.TP 15
20
.B Pval
21
specification of a pressure surface at height "val" in hPa (e.g. "P500" for 500 hPa).
22
.B Tval
23
specification of an isentropic surface at height "val" in K (e.g. "T320" for 320 K).
24
.SH EXAMPLES
25
.TP 5
26
.B [1] getmima P20110201_00 T P500
27
gives the mimimum and maximum temperature on the 500 hPa surface - the output is:  -49.155    -2.606   80.00  -88.00   500   0.0 -143.00    9.00   500   0.0, i.e. the minium temperture is -49.155 deg C at (lon,lat,p,time)=(80, -88, 500, 0) and correspondingly for the maximum temperature.
28
.TP 5
29
.B [2] getmima S20110201_00 PV P320
30
gives the minium and maximum potential vorticity (PV) on the 320-K isentropic surface.
31
.SH AUTHOR
32
Written by Michael Sprenger and Heini Wernli (January 2011)