Subversion Repositories lagranto.ecmwf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
.TH getvars
2
.SH NAME 
3
.B getvars - get a list of a fields on a netCDF file
4
.SH SYNOPSIS 
5
.B getvars
6
.I filename
7
.SH DESCRIPTION
8
Get a list of all fields on a netCDF file - the names of the fields are listed line-by-line.
9
.SH PARAMETERS
10
.TP 15
11
.B filename
12
name of the netCDF file (e.g. P20110102_00).
13
.SH EXAMPLES
14
.TP 5
15
.B [1] getvars P20110102_00
16
gives a list of all fields on the netCDF file P20110102_00; the results is:  time, Q, LWC, IWC, T, U, V, OMEGA, PS, SLP  
17
.SH AUTHOR
18
Written by Michael Sprenger and Heini Wernli (January 2011)