ncdump
program generates an ASCII representation of
a netCDF file, either with or without an ASCII representation of the
variable data in the file. The ASCII representation uses the CDL
notation developed by NCAR for netCDF files.
UNIX syntax for invoking ncdump
is the following
(where note that except with "ncdump -h"
you almost always want to do
"ncdump <file> | more"
)
ncdump [-h] [-c] [-n name] [-v variablename] inputfilewhere
ncdump
was produced by the
University Corporation for Atmospheric Research (UCAR)
(the originators of
netCDF), and is distributed by
Unidata, the technology-distribution arm of UCAR.
To: Models-3/EDSS I/O API: The Help Pages