Skip to main content
⚠ INFORMATION
This page was translated by an AI (LLM) with a cursory human check and is awaiting full review.

NCAR Command Language (NCL)

Description

NCAR Command Language (NCL) is a set of subroutines interfaced with the GKS base software. It is distributed by the National Center for Atmospheric Research (Boulder, Colorado). NCL allows the creation of plots (curves, histograms, contour plots, 3D visualisation, map contours, etc...)

Installed Version

  • NCL is available only in the 6.6.2 parallel version and in an environment combining gcc/9.1.0 and intel-mpi/19.0.4

Usage

The module command allows access to the ncl product.

Note that only one version of ncl is available:

$ %%module avail ncl%%
ncl/6.6.2-mpi

Moreover, it can only be used in a single environment mixing gcc/9.1.0 with intel-mpi/19.0.4 as shown by the output of the display subcommand of module:

$ module display ncl
-------------------------------------------------------------------
/gpfslocalsup/pub/modules-idris-env4/modulefiles/linux-rhel7-x86_64/ncl/6.6.2-mpi:

module-whatis {NCL is an interpreted language designed specifically for scientific data analysis
and visualization. Supports NetCDF 3/4, GRIB 1/2, HDF 4/5, HDF-EOD 2/5, shapefile, ASCII, binary.
Numerous analysis functions are built-in.}
prereq gcc/9.1.0
conflict ncl

Available software environment(s):
- gcc/9.1.0 intel-mpi/19.0.4

If you want to use this module with another software environment,
please contact the support team.
-------------------------------------------------------------------

To use ncl, simply load the corresponding module:

$ module load ncl
Loading ncl/6.6.2-mpi
Loading requirement: gcc/9.1.0 intel-mpi/19.0.4

$ module list
Currently Loaded Modulefiles:
1) gcc/9.1.0 2) intel-mpi/19.0.4 3) ncl/6.6.2-mpi

Documentation

Your opinion matters!

To give your feedback, report an error, or suggest an improvement, click here:

quick anonymous questionnaire

This questionnaire is temporary and will take less than a minute, so take the opportunity!