Excerpt |
---|
The NCAR Command Language (NCL), a product of the Computational & Information Systems Laboratory at the National Center for Atmospheric Research (NCAR) and sponsored by the National Science Foundation, is a free interpreted language designed specifically for scientific data processing and visualization. |
...
NCAR related:
How do I start NCAR?
NCAR has lots of separate programs. These are all available to you after you setup the environment.
-bash-3.2$ module load NCAR
These executables are located at: /opt/shared/NCAR/5.2.1/bin
To submit a job, for example:
-bash-3.2$ sbatch ...options..... --wrap="ng4ex gsun01n.ncl"
Please consult the NCAR website for user documentation and examples.