Difference between revisions of "NetCDF 2016"
Line 17: | Line 17: | ||
module load netCDF | module load netCDF | ||
This will load netCDF in version 4.4.1-intel-2016b | This will load '''netCDF''' in version '''4.4.1-intel-2016b''' including all its dependencies. If you want to use a different version of netCDF, you will have to use specify that like so: | ||
module load netCDF/4.4.1-intel-2016b-with-HDF4 | module load netCDF/4.4.1-intel-2016b-with-HDF4 | ||
Revision as of 12:27, 6 June 2017
Introduction
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. NetCDF was developed and is maintained at Unidata. Unidata provides data and software tools for use in geoscience education and research. Unidata is part of the University Corporation for Atmospheric Research (UCAR) Community Programs (UCP). Unidata is funded primarily by the National Science Foundation.
Installed version
The following versions of NetCDF are currently installed on the cluster:
- netCDF/4.4.1-intel-2016b-with-HDF4
- netCDF/4.4.1-intel-2016b
- netCDF-Fortran/4.4.4-intel-2016b-with-HDF4
- netCDF-Fortran/4.4.4-intel-2016b
Using NetCDF on the HPC cluster
If you want to use NetCDF on the HPC cluster, you will have to load its corresponding module first. You can do that with the command:
module load netCDF
This will load netCDF in version 4.4.1-intel-2016b including all its dependencies. If you want to use a different version of netCDF, you will have to use specify that like so:
module load netCDF/4.4.1-intel-2016b-with-HDF4
Documentation
The full documentation and further informations can be found here.