Data Types | |
| interface | attr_next |
| interface | attr_rewind |
| interface | close |
| interface | copy_attr |
| interface | create |
| interface | del_attr |
| interface | gdncvardel |
| interface | gdncvarsync |
| interface | gdncxtypename |
| Internal routine for an layer More... | |
| interface | get |
| Data I/O More... | |
| interface | get_attr |
| interface | inquire |
| interface | inquireplus |
| interface | open |
| Basic open/close operations More... | |
| interface | put |
| Write data to a variable More... | |
| interface | put_attr |
| interface | search_dim |
| interface | tostring |
| Variable inquiry More... | |
| interface | var_search |
| Search for variables by filename More... | |
Generic interface declarations for abstract netCDF interface
This module provides generic interface declarations for the abstract netCDF layer. In the an library, "variables" rather than "files" are opened and closed. Everything is treated as variables and their attributes.
| Interface | Description |
|---|---|
| Open | Open a variable |
| Close | Close a variable |
| Create | Create a variable |
| Inquire | Query variable properties |
| Get | Read data from a variable |
| Put | Write data to a variable |
| get_attr | Get attribute value |
| Put_Attr | Set attribute value |
| del_attr | Delete an attribute |
| copy_attr | Copy an attribute |
| attr_rewind | Reset attribute iterator |
| attr_next | Get next attribute name |
| var_search | Search for variables |