Skip to content
/ ncpp Public

Display program for viewing size-distributions from EOL/RAF aircraft netCDF files.

License

Notifications You must be signed in to change notification settings

NCAR/ncpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4ac9cd · Mar 15, 2025
Mar 15, 2025
Feb 26, 2025
Mar 15, 2025
Jan 30, 2025
May 9, 2018
Nov 11, 2023
Nov 21, 2023
Jan 11, 2023
Feb 26, 2025
Dec 24, 2024
Jun 19, 2007
Jan 23, 2025
Feb 26, 2025

Repository files navigation

ncpp

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.

Documentation

User's Manual.
RAF netCDF file conventions.
MacOS build environment.

Build

MacOS

ncpp is available via MacPorts or follow the MacOS build environment directions to build from source.

Dependencies

Redhat / CentOS / Alma

openmotif-devel (motif-devel CentOS 8 & later)
netcdf-devel
netcdf-cxx4-devel
xorg-x11-fonts-ISO8859-1-75dpi
xorg-x11-fonts-ISO8859-1-100dpi

Ubuntu Focal (20.04)

libnetcdf-cxx4-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