CDL is a data directory which contains examples of files that use the CDL format, a text file created by the NCDUMP program from a NETCDF file.
NETCDF (Network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.
ncdump -h file.nc > file.cdlreads the NETCDF file file.nc and prints out only the header information in CDL format.
ncdump -c file.nc > file.cdlreads the NETCDF file file.nc and prints out the header information and the values of coordinate variables in CDL format.
ncdump file.nc > file.cdlreads the NETCDF file file.nc and prints out the header information and the values of all variables in CDL format.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
GFD2, a dataset directory which contains geophysical data, stored in NETCDF format.
NETCDF, a data directory which contains files stored in NETCDF format.
NETCDF_MPAS, a data directory which contains examples of MPAS grid data stored as NETCDF files.
For most of the following examples, the original NETCDF file is available in the the NETCDF data directory.
You can go up one level to the DATA page.