NetCDF

From UFRC
Revision as of 20:38, 7 September 2012 by Yingz (talk | contribs) (Zhang moved page Netcdf to NETCDF without leaving a redirect)
Jump to navigation Jump to search

Description

netcdf website  

NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.

Required Modules

modules documentation

Serial

  • netcdf

The netcdf module file defines the following environment variables: HPC_NETCDF_DIR, HPC_NETCDF_BIN, HPC_NETCDF_LIB and HPC_NETCDF_INC for the location of the NETCDF distribution, binaries, libraries, and include files, respectively. To use the NETCDF library, compile the source code with the option:

-I\$HPC_NETCDF_INC

and add the following options to the link step:

-L\$HPC_NETCDF_LIB -lnetcdf

Configuration

See the NetCDF_4.1.3 page for netcdf configuration details.