-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcl2nc.1
103 lines (87 loc) · 1.38 KB
/
cl2nc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.TH cl2nc "3.7.0" 2024-12-17
.SH NAME
cl2nc \- convert Vaisala CL51 and CL31 DAT and HIS L2 files to NetCDF
.SH SYNOPSIS
.SY cl2nc
.RB [ -chqstv ]
.RB [ --debug ]
.RB [ --help ]
.I input
.I output
.SY cl2nc
.BR -h | --help
.YS
.SH DESCRIPTION
.IR input
is an input
.I .dat
or
.I .his
(L2) file.
.IR output
is an output
.I .nc
file.
If directories are supplied for
.I input
and
.IR output ,
all
.IR .dat ,
.IR .DAT ,
.I .his
and
.I .HIS
files in
.I input
are converted to
.I .nc
files in
.IR output .
.SH OPTIONS
.TP
.B -c
Enable DAT checksum verification (slow).
.TP
.B --debug
Enable debugging output.
.TP
.TP
.BR -h , " --help"
Show help message and exit.
.TP
.B -q
Run quietly (suppress output).
.TP
.B -s
Profile sampling rate in seconds for use with files with no timestamps.
.TP
.B -t
Initial time as
.IR year - month - day T hour : minute : second
for use with files with no timestamps.
.TP
.B -v
Show program's version number and exit.
.SH EXAMPLES
.B cl2nc input.dat outout.nc
Convert
.I input.dat
to
.IR output.nc .
.B cl2nc in out
Convert dat files in the directory
.I in
to NetCDF files in the directory
.IR out .
.SH COPYRIGHT
Copyright (C) 2018-2024 Peter Kuma.
.PP
This program is available under the terms of an MIT license (see LICENSE.md in the distribution).
.SH SEE ALSO
See
.UR https://github.com/peterkuma/cl2nc
cl2nc GitHub repository
.UE
for more information about
.BR cl2nc .