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...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Data Science]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|netcdf-c}} | |{{#vardefine:app|netcdf-c}} | ||
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== |
Latest revision as of 14:47, 19 August 2022
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