ncdump
ncdump is a command-line utility in the NetCDF software suite that prints a human-readable representation of the contents of a NetCDF file. It outputs information in CDL (the NetCDF Description Language), describing the file’s dimensions, variables, data types, and global and variable attributes. The produced CDL can be fed to the ncgen tool to recreate a NetCDF file, making ncdump useful for data exchange, debugging, and archival.
The typical default behavior is to display both the header (structure) and the data values of variables.
ncdump supports NetCDF formats, including the classic and NetCDF-4/HDF5 varieties. It is widely available as part