Difference between revisions of "NetCDF 2016"

From HPC users
Jump to navigationJump to search
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
== Installed version ==
== Installed version ==


The following versions of NetCDF are currently installed on the cluster:
The following versions of NetCDF are currently installed ...


*netCDF/'''4.4.1-intel-2016b-with-HDF4'''
... on environment hpc-env/8.3
*netCDF/'''4.4.1-intel-2016b'''
*'''netCDF-Fortran/4.5.2'''-gompi-2019b
*netCDF-Fortran/'''4.4.4-intel-2016b-with-HDF4'''
*'''netCDF-Fortran/4.5.2'''-iimpi-2019b
*netCDF-Fortran/'''4.4.4-intel-2016b'''
*'''netCDF/4.7.1'''-gompi-2019b
*'''netCDF/4.7.1'''-gompic-2019b
*'''netCDF/4.7.1'''-iimpi-2019b
*'''netCDF/4.8.0'''-gompi-2019b
 
... on envirnoment ''hpc-uniol-env'':
*'''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'''
 
... on environment ''hpc-env/6.4'':
*'''netCDF-C++4/4.3.0'''-intel-2018a
*'''netCDF-Fortran/4.4.4'''-intel-2018a
*'''netCDF/4.6.1'''-gimkl-2018a
*'''netCDF/4.6.1'''-intel-2018a


== Using NetCDF on the HPC cluster ==
== Using NetCDF on the HPC cluster ==
Line 17: Line 32:
  module load netCDF
  module load netCDF


This will load netCDF in version 4.4.1-intel-2016b and its dependencies. If you want to use a different version of netCDF, you will have to use specify that like so:
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 specify that like so:
  module load netCDF/4.4.1-intel-2016b-with-HDF4
  module load netCDF-Fortran/4.4.4-intel-2016b


== Documentation ==
== Documentation ==


The full documentation and further informations can be found [https://www.unidata.ucar.edu/software/netcdf/ here].
The full documentation and further informations can be found [https://www.unidata.ucar.edu/software/netcdf/ here].

Latest revision as of 14:44, 16 June 2021

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 environment hpc-env/8.3

  • netCDF-Fortran/4.5.2-gompi-2019b
  • netCDF-Fortran/4.5.2-iimpi-2019b
  • netCDF/4.7.1-gompi-2019b
  • netCDF/4.7.1-gompic-2019b
  • netCDF/4.7.1-iimpi-2019b
  • netCDF/4.8.0-gompi-2019b

... on envirnoment hpc-uniol-env:

  • 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

... on environment hpc-env/6.4:

  • netCDF-C++4/4.3.0-intel-2018a
  • netCDF-Fortran/4.4.4-intel-2018a
  • netCDF/4.6.1-gimkl-2018a
  • netCDF/4.6.1-intel-2018a

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 specify that like so:

module load netCDF-Fortran/4.4.4-intel-2016b

Documentation

The full documentation and further informations can be found here.