Skip to main content

NCL: NCAR Command Language

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: NCL
Description: NCAR Command Language
For more information: https://www.ncl.ucar.edu
Categories:
License: OpenSource (Apache v2)

General usage information

NCL (the NCAR Command Language) is an interpreted languate designed specifically for scientific data analysis and visualization. It' supports NetCDF (v3/v4), GRIB (v1/v2), HDF (v4/v5), shapefile, ASCII and binary formats. Numerous analysis functions are built-in.

This module will add the various NCL commands to your PATH

NOTE: NCAR is deprecating support for NCL and is moving to Python and their supported Python modules as their officially supported scripting languate. Please start migrating your workflows.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package NCL, by cluster

This section lists the available versions of the package NCLon the different clusters.

Available versions of NCL on the Zaratab cluster

Available versions of NCL on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
6.6.2 ncl/6.6.2 icelake, x86_64, zen2 Y






Back to Top