Subversion Repositories lagranto.um

Rev

Rev 3 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 12
1
.TH trainfo
1
.TH trainfo
2
.SH NAME
2
.SH NAME
3
.B trainfo - write meta-information for a trajectory file
3
.B trainfo - write meta-information for a trajectory file
4
.SH SYNOPSIS
4
.SH SYNOPSIS
5
.B trainfo 
5
.B trainfo 
6
.I trafile 
6
.I trafile 
7
[
7
[
8
.I option
8
.I option
9
].
9
].
10
.SH DESCRIPTION
10
.SH DESCRIPTION
11
Write meta-information for a trajectory file 
11
Write meta-information for a trajectory file 
12
.I trafile
12
.I trafile
13
to screen. If no option is given, all meta-information is written, otherwise the specific piece of information is passed with 
13
to screen. If no option is given, all meta-information is written, otherwise the specific piece of information is passed with 
14
.I option.
14
.I option.
15
.SH PARAMETERS
15
.SH PARAMETERS
16
.TP 5
16
.TP 5
17
.I trafile 
17
.I trafile 
18
name of the input trajectory file 
18
name of the input trajectory file 
19
.SH OPTIONAL ARGUMENTS
19
.SH OPTIONAL ARGUMENTS
20
.TP 5
20
.TP 5
21
.B - dim 
21
.B - dim 
22
dimensions of the trajectory file: #tra, #ntimes, #ncolumns.
22
dimensions of the trajectory file: #tra, #ntimes, #ncolumns.
23
.TP 5 
23
.TP 5 
24
.B - ntra
24
.B - ntra
25
number of trajectories.
25
number of trajectories.
26
.TP 5
26
.TP 5
27
.B - ntim
27
.B - ntim
28
number of times.
28
number of times.
29
.TP 5
29
.TP 5
30
.B - ncol
30
.B - ncol
31
number of columns (including time, longitude, latitude, pressure). 
31
number of columns (including time, longitude, latitude, pressure). 
32
.TP 5
32
.TP 5
33
.B - vars
33
.B - vars
34
list of field names (columns) on the trajectory file.
34
list of field names (columns) on the trajectory file.
35
.TP 5
35
.TP 5
36
.B - refdate 
36
.B - refdate 
37
reference date in format (YYYYMMDD_HHMM). 
37
reference date in format (YYYYMMDD_HHMM). 
38
.TP 5
38
.TP 5
39
.B - times
39
.B - times
40
list of times (relative to the referencec date). Times are given in format: HH.MM.
40
list of times (relative to the referencec date). Times are given in format: HH.MM.
41
.TP 5
41
.TP 5
42
.B - startdate
42
.B - startdate
43
starting date for the trajectory calculation (in format YYYYMMD_HHMM).
43
starting date for the trajectory calculation (in format YYYYMMD_HHMM).
44
.TP 5
44
.TP 5
45
.B - enddate
45
.B - enddate
46
end date for the trajectory calculation (in format YYYYMMD_HHMM).
46
end date for the trajectory calculation (in format YYYYMMD_HHMM).
47
.TP 5
47
.TP 5
48
.B - timerange 
48
.B - timerange 
49
time range (in minutes) of the trajectories.
49
time range (in minutes) of the trajectories.
50
.TP 5
50
.TP 5
51
.B - list
51
.B - list
52
list all trajectories.
52
list all trajectories.
53
.SH EXAMPLES
53
.SH EXAMPLES
54
.TP 5
54
.TP 5
55
.B [1] trainfo file dim
55
.B [1] trainfo file dim
56
Given a trajectory file with name "file", write the three dimensions of the file to screen. The dimensions are: number of trajectories, number of times and number of columns.
56
Given a trajectory file with name "file", write the three dimensions of the file to screen. The dimensions are: number of trajectories, number of times and number of columns.
57
.SH AUTHOR
57
.SH AUTHOR
58
Written by Michael Sprenger and Heini Wernli (January 2011)
58
Written by Michael Sprenger and Heini Wernli (January 2011)