ncview
Introduction
http://meteora.ucsd.edu/~pierce/ncview_home_page.html
Ncview is a visual browser for netCDF format files. Typically you would use ncview to get a quick and easy, push-button look at your netCDF files. You can view simple movies of the data, view along various dimensions, take a look at the actual data values, change color maps, invert the data, etc. It runs on UNIX platforms under X11, R4 or higher.
Usage
To launch the program:
/sw/ncview/2.1.1/bin/ncview
Installation
module load NetCDF/4.1.3-gnu yum install libXaw libXaw-devel ./configure --prefix=/sw/ncview/2.1.1 --with-netcdf_incdir=/sw/netCDF/4.1.3-gnu/include --with-netcdf_libdir=/sw/netCDF/4.1.3-gnu/lib >>>>>>>>>>>>>>>>>>>>>>>>>>>>> ----------- Configure Summary ---------- Compiler: CC = gcc Runtime path flags = -Wl,-rpath,/sw/NetCDF/4.1.3-gnu/lib UDUNITS: not found. Specify --with-udunits2_incdir=... and --with-udunits2_libdir=... flags to enable NETCDF: VERSION = netCDF 4.1.3 COMPILER USED = gcc NETCDF_CPPFLAGS = -I/sw/NetCDF/4.1.3-gnu/include -I/sw/library/zlib/1.2.5/include -I/sw/library/hdf5/1.8.7/include NETCDF_LDFLAGS = -L/sw/NetCDF/4.1.3-gnu/lib -lnetcdf NETCDF_V4 = yes X: X_CFLAGS = X11_LIBS = -lX11 -L/usr/lib64 XAW_LIBS = -lXaw -lXt -L/usr/lib64 X_PRE_LIBS = -lSM -lICE X_LIBS = -L/usr/lib64 X_EXTRA_LIBS = PNG: PNG_LIBS = -lpng PNG_CPPFLAGS = -I. PNG_LDFLAGS = -L. -lpng >>>>>>>>>>>>>>>>>>>>>>>>>>>>> make make install To launch the program: /sw/ncview/2.1.1/bin/ncview