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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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