3 |
michaesp |
1 |
.TH list2lsl
|
|
|
2 |
.SH NAME
|
|
|
3 |
.B list2lsl - convert a list of longitude, latitude and pressure into a trajectory file.
|
|
|
4 |
.SH SYNOPSIS
|
|
|
5 |
.B list2lsl
|
|
|
6 |
.I inpfile
|
|
|
7 |
.I outfile
|
|
|
8 |
.I [ optional arguments ]
|
|
|
9 |
.SH DESCRIPTION
|
|
|
10 |
Convert an input file "inpfile" wqith a list of longitude, latitude and pressure into a trajectory file.
|
|
|
11 |
.SH PARAMETERS
|
|
|
12 |
.TP 15
|
|
|
13 |
.I inpfile
|
|
|
14 |
input file (a list of longitude, latitude and pressure)
|
|
|
15 |
.TP 15
|
|
|
16 |
.I outfile
|
|
|
17 |
output trajectory file
|
|
|
18 |
.SH OPTIONAL PARAMETERS
|
|
|
19 |
.TP 5
|
|
|
20 |
.B -ref refdate
|
|
|
21 |
set the reference date of the trajectory file to "refdate", e.g. "-ref 20110102_00".
|
|
|
22 |
.TP 5
|
|
|
23 |
.B -time value
|
|
|
24 |
set the time of the trajectory file to "value" (in format HH.MM): e.g. "-time 6" sets the time to 6 h.
|
|
|
25 |
.SH EXAMPLES
|
|
|
26 |
.TP 5
|
|
|
27 |
.B [1] list2lsl listfile trafile -refdate 20110101_00 -time 6
|
|
|
28 |
converts the list "listfile" into a trajectory file "trafile", where the reference date is 20110101_00 and the time is 6 h.
|
|
|
29 |
.SH AUTHOR
|
|
|
30 |
Written by Michael Sprenger and Heini Wernli (January 2011)
|