ncgen

Programs for reading and writing NetCDF files

Install

All systems
curl cmd.cat/ncgen.sh
Debian Debian
apt-get install netcdf-dbg
Ubuntu
apt-get install netcdf-dbg
Arch Arch Linux
pacman -S netcdf-openmpi
image/svg+xml Kali Linux
apt-get install netcdf-bin
Fedora
dnf install netcdf-mpich
Windows (WSL2)
sudo apt-get update sudo apt-get install netcdf-dbg
Raspbian
apt-get install netcdf-dbg

netcdf-bin

Programs for reading and writing NetCDF files

Contains the programs ncdump and ncgen which convert NetCDF files to ASCII and back, respectively. NetCDF (network Common Data Form) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data.

netcdf

network Common Data Form interface for array-oriented data access and corresponding library

netcdf-openmpi

network Common Data Form interface for array-oriented data access and corresponding library with parallel support (openmpi version)

netcdf-mpich

NetCDF mpich libraries

netcdf-dbg

debugging symbols for NetCDF

This package contains the files that make it possible to debug the NetCDF binaries and programs that use the NetCDF libraries with a source-level debugger like gdb.