Data Types | |
| interface | open |
| 基本開閉動作 More... | |
| interface | search_dim |
| interface | create |
| interface | gdncvardel |
| interface | close |
| interface | tostring |
| 変数に関する問い合わせ More... | |
| interface | inquire |
| interface | inquireplus |
| interface | attr_rewind |
| interface | attr_next |
| interface | get_attr |
| interface | put_attr |
| interface | del_attr |
| interface | copy_attr |
| interface | get |
| データ入出力 More... | |
| interface | put |
| 変数にデータを書込 More... | |
| interface | var_search |
| ファイル名から変数を検索 More... | |
| interface | gdncvarsync |
| interface | gdncxtypename |
| an 層の内部使用ルーチン More... | |
抽象 netCDF インターフェイスの総称宣言
このモジュールは抽象 netCDF 層の総称インターフェイス宣言を提供します。 an ライブラリでは「ファイル」ではなく「変数」を開いたり閉じたりします。 すべてのものは変数とその属性として扱われます。
| インターフェイス | 説明 |
|---|---|
| Open | 変数を開く |
| Close | 変数を閉じる |
| Create | 変数を作成 |
| Inquire | 変数属性を問い合わせ |
| Get | 変数からデータを読込 |
| Put | 変数にデータを書込 |
| get_attr | 属性値を取得 |
| Put_Attr | 属性値を設定 |
| del_attr | 属性を削除 |
| copy_attr | 属性をコピー |
| attr_rewind | 属性イテレータをリセット |
| attr_next | 次の属性名を取得 |
| var_search | 変数を検索 |