Difference between revisions of "NetCDF-C"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:dataCategory:exchange {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|netcdf-c}} |{{#vardefine:url|https://www.unidata.ucar.edu/softwa...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 23: | Line 23: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - includes directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:22, 6 December 2019
Description
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.
Environment Modules
Run module spider netcdf-c
to find out what environment modules are available for this application.
System Variables
- HPC_NETCDF-C_DIR - installation directory
- HPC_NETCDF-C_BIN - executable directory
- HPC_NETCDF-C_LIB - library directory
- HPC_NETCDF-C_INC - includes directory