NCAR / ncpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:C++ 89.1%Language:HTML 4.7%Language:C 3.7%Language:Makefile 1.9%Language:Python 0.6%