Difference between revisions of "NCL"

From UFRC
Jump to navigation Jump to search
Line 28: Line 28:
 
*{{#var: app}}
 
*{{#var: app}}
 
==System Variables==
 
==System Variables==
* HPC_NCO_DIR - installation directory
+
* HPC_{{#var: app}}_DIR - installation directory
* HPC_NCO_BIN - executable binary directory
+
* HPC_{{#var: app}}_BIN - executable binary directory
* HPC_NCO_LIB - library directory
+
* HPC_{{#var: app}}_LIB - library directory
* HPC_NCO_INC - include directory
+
* HPC_{{#var: app}}_INC - include directory
 
{{#if: {{#var: exe}}|==Manual execution instructions==
 
{{#if: {{#var: exe}}|==Manual execution instructions==
 
WRITE INSTRUCTIONS ON RUNNING THE APP WITHOUT MODULES HERE|}}
 
WRITE INSTRUCTIONS ON RUNNING THE APP WITHOUT MODULES HERE|}}

Revision as of 16:20, 28 January 2014

Description

NCL website  

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.

Required Modules

modules documentation

Serial

  • gcc/4.7.2
  • NCL

System Variables

  • HPC_NCL_DIR - installation directory
  • HPC_NCL_BIN - executable binary directory
  • HPC_NCL_LIB - library directory
  • HPC_NCL_INC - include directory