Difference between revisions of "Grib api"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|grib_api}} |{{#vardefine:url|https://software.ecmwf.int/wiki/display/GRIB}} <!--CONFIGURATION: OPTIONA...")
 
m (Text replacement - "#uppercase" to "uc")
Line 27: Line 27:
 
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_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:21, 6 December 2019

Description

grib_api website  

The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages. A useful set of command line tools is also provided to give quick access to GRIB messages.

Environment Modules

Run module spider grib_api to find out what environment modules are available for this application.

System Variables

  • HPC_GRIB_API_DIR - installation directory