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
|
.TH cdf16bit 1 CDFTOOLS
.SH NAME
cdf16bit - Convert 32-bit precision NetCDF files to 16-bit
.SH SYNOPSIS
32BIT-file [ -check ] [ -verbose]
.SH INPUT
32-BIT file \- A 32-bit precision NetCDF file.
.SH OPTIONS
.TP
\fB\-check\fR
control that the scale factors are adequate.
.TP
\fB\-verbose\fR
give information level by level
.SH OUTPUT
.TP
netcdf file: \fBcdf16bit.nc\fR
variables : same names than in input file
.SH SEE ALSO
http://www.drakkar-ocean.eu/tools-misc/cdftools
.SH AUTHOR
CDFTOOLS was created by J.-M. Molines.
This manpage was written by Alastair McKinstry
.\" INT *,' usage : cdf16bit 32BIT-file [ -check ] [ -verbose]'
.\" INT *,' '
.\" INT *,' PURPOSE :'
.\" INT *,' Convert input 32 bit precision file into 16 bit'
.\" INT *,' precision file using add_offset and scale_factor'
.\" INT *,' '
.\" INT *,' ARGUMENTS :'
.\" INT *,' 32BIT-file : input 32 bit file to be converted'
.\" INT *,' '
.\" INT *,' OPTIONS :'
.\" INT *,' [ -check ] : control than the scale factors are adequate'
.\" INT *,' [ -verbose ] : give information level by level.'
.\" INT *,' '
.\" INT *,' REQUIRED FILES :'
.\" INT *,' none '
.\" INT *,' '
.\" INT *,' OUTPUT : '
.\" INT *,' netcdf file : ', TRIM(cf_out)
.\" INT *,' variables : same names than in input file'i
.SH REQUIRED FILES
None
|