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. See the modules page for more information on modules. 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 pgf90/pathf90/gfortran example.f90 ${NETCDF_FLIB} The environment variables given above are set in the module file - they are locally defined. C pgcc/pathcc/gcc -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 | gnu | Other | |||||||||
3.6.2 |
|
|
|||||||||
4.0.0 |
|
|