netCDF
NetCDF (network Common Data Form) is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado.
Installed on: pople and bigben.
Pople version 3.6
- Installed in subdirectories bin, lib, include under /usr/local/packages/netcdf-3.6.2/[gcc | icc] (for gnu or intel versions, respectively)
- Prepare a batch job as outlined in the pople document.
- Submit the job with the qsub command.
- Example: PBS script, s_ex1.f, fortran source, Standard out and error s_ex1.ncdump, output text file
Bigben version 3
- Installed in /usr/local/packages/netcdf{bin, include, man, lib}
- Prepare a batch job containing commands to do the following:
- Load the netcdf module
- Run the executable with the pbsyod command.
- Submit the job with the qsub command.
- See the bigben document for more information on running jobs on bigben.
- Example: PBS script, s_ex1.f, fortran source, Standard out and error s_ex1.ncdump, output text file
Other netCDF documentation:
- netCDF 3 User's Guide for C
- netCDF 3 User's Guide for Fortran
- Online man pages for C
- Online man pages for Fortran