Category: Libraries-IO
Network Common Data Form (NetCDF) is an interface for array-oriented data access and a library that provides an implementation of the interface.
More information is available at the NetCDF Unidata Homepage.
netcdf is available as a module. There is only a serial versions of netcdf.
Once a netcdf module has been loaded the following examples can be used to compile and link your program (example.f90) to the netcdf libraries.
FORTRAN ftn example.f90 ${NETCDF_FLIB} The environment variables given above are set in the module file - they are locally defined. C cc -o example.x example.c ${NETCDF_CLIB} Note the difference between NETCDF_FLIB and NETCDF_CLIB for Fortran and C, respectively.
This package has the following support level : Supported
Version | Available Builds | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
pgi | pathscale | gnu | Other | |||||||||
3.6.2 |
|
|
|
|||||||||
4.0.0 |
|