Difference between revisions of "IOAPI"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> | |{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> | ||
|{{#vardefine:faq|}} <!--Enable FAQ section --> | |{{#vardefine:faq|}} <!--Enable FAQ section --> | ||
− | |{{#vardefine:citation| | + | |{{#vardefine:citation|}} <!--Enable Reference/Citation section --> |
|} | |} | ||
<!-- ######## Template Body ######## --> | <!-- ######## Template Body ######## --> | ||
Line 46: | Line 46: | ||
*'''Q:''' **'''A:'''|}} | *'''Q:''' **'''A:'''|}} | ||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
− | + | ||
− | |||
|}} | |}} |
Revision as of 19:57, 13 September 2013
Description
The Models-3/EDSS Input/Output Applications Programming Interface (I/O API) provides the environmental model developer with an easy-to-learn, easy-to-use programming library for data storage and access, available from both Fortran and C. The same routines can be used for both file storage (using netCDF files) and model coupling (using PVM mailboxes). It is the standard data access library for both the NCSC/CMAS's EDSS project and EPA's Models-3. There is a external-package wrapper for the I/O API in the Weather Research and Forecasting Model [WRF], which optionally uses I/O API coupling mode to couple WRF-Chem with SMOKE.
Required Modules
Serial
- intel
- netcdf
- {{#lowercase:IOAPI}}
System Variables
- HPC_{{#uppercase:IOAPI}}_DIR - installation directory
- HPC_{{#uppercase:IOAPI}}_LIB - library directory
- HPC_{{#uppercase:IOAPI}}_INC - include file directory
- HPC_{{#uppercase:IOAPI}}_BIN - executable program directory