Minnesota Supercomputing Institute
4.6.1-intel2018release-serial
4.6.1-intel2018release-serial, 4.0.1.intel, 4.2.1.1-intel-2013-update2-parallel, 4.2.1.1-intel-2013-update2-serial, 4.3.2-intel-sp1-update3-parallel, 4.6.1-gcc7.2.0-parallel, 4.6.1-gcc8.2.0-parallel, 4.6.1-intel2018-parallel, 4.6.2-gcc8.2.0-serial, 4.62-intel-2019-update1-serial, 4.9.0-intel2021-parallel, cxx4-4.2, fortran-4.2, fortran-4.2.intel, fortran-4.4-intel-sp1-update3-parallel, fortran-4.4.4-gcc8.2.0-serial, fortran-4.4.4-intel-2019-update1-serial, fortran-4.4.5-gcc7.2.0-parallel, fortran-4.4.5-gcc8.2.0-parallel, fortran-4.4.5-intel2018-parallel, fortran-4.6.0-intel2021-parallel, legacy-cxx-4.2, 4.1.1-gcc4.7.2-serial, 4.3.3.1-intel2015update3-serial, 4.6.1-intel2018release-serial, fortran-4.4.4-intel-2018-release-serial
Tuesday, August 29, 2023
4.0.1.intel, 4.2.1.1-intel-2013-update2-parallel, 4.2.1.1-intel-2013-update2-serial, 4.3.2-intel-sp1-update3-parallel, 4.6.1-gcc7.2.0-parallel, 4.6.1-gcc8.2.0-parallel, 4.6.1-intel2018-parallel, 4.6.2-gcc8.2.0-serial, 4.62-intel-2019-update1-serial, 4.9.0-intel2021-parallel, cxx4-4.2, fortran-4.2, fortran-4.2.intel, fortran-4.4-intel-sp1-update3-parallel, fortran-4.4.4-gcc8.2.0-serial, fortran-4.4.4-intel-2019-update1-serial, fortran-4.4.5-gcc7.2.0-parallel, fortran-4.4.5-gcc8.2.0-parallel, fortran-4.4.5-intel2018-parallel, fortran-4.6.0-intel2021-parallel, legacy-cxx-4.2, 4.1.1-gcc4.7.2-serial, 4.3.3.1-intel2015update3-serial, 4.6.1-intel2018release-serial, fortran-4.4.4-intel-2018-release-serial
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.
Load one of the netcdf modules to add the netcdf bin directory to your path and set NETCDF_INCLUDE and NETCDF_LIB environmental variables appropriately. You can also use full paths to the lib and include directories to build your code. Use "module avail netcdf" to find supported builds on each system.
To load this software interactively in a Linux environment run the command:
module load netcdf
Several versions of netcdf are available, but the versions may be different on different platforms. To list all versions of netcdf available on the machine, type
module avail netcdf
To load specific version of this software interactively in a Linux environment run the command:
module load netcdf/[software version]