Display program for viewing size-distributions from aircraft netCDF files.
ncpp is a X11-Motif based GUI program for looking at counts and size-distributions from RAF aircraft netCDF files.
User's Manual.
RAF netCDF file conventions.
MacOS build environment.
ncpp is available via MacPorts or follow the MacOS build environment directions to build from source.
Redhat
openmotif-devel (motif-devel CentOS 8 & Fedora)
netcdf-devel
netcdf-cxx-devel
xorg-x11-fonts-ISO8859-1-75dpi
xorg-x11-fonts-ISO8859-1-100dpi
Ubuntu Focal (20.04)
libnetcdf-cxx-legacy-dev
libmotif-dev
libnetcdf-dev
ncpp can be built on any Unix platform, including MacOS. Motif GUI toolkit is the limiting factor.
git clone --recursive https://github.com/ncar/ncpp
cd ncpp
Edit the SConstruct file and uncomment this line (remove the '#') for Ubuntu:
#env.Append(CPPDEFINES=['UBUNTU'])
and build:
scons