gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Data Types
gtdata_netcdf_generic Module Reference

Data Types

interface  attr_next
 
interface  attr_rewind
 
interface  close
 
interface  copy_attr
 
interface  create
 
interface  del_attr
 
interface  gdncvardel
 
interface  gdncvarsync
 
interface  gdncxtypename
 an 層の内部使用ルーチン More...
 
interface  get
 データ入出力 More...
 
interface  get_attr
 
interface  inquire
 
interface  inquireplus
 
interface  open
 基本開閉動作 More...
 
interface  put
 変数にデータを書込 More...
 
interface  put_attr
 
interface  search_dim
 
interface  tostring
 変数に関する問い合わせ More...
 
interface  var_search
 ファイル名から変数を検索 More...
 

Detailed Description

抽象 netCDF インターフェイスの総称宣言

このモジュールは抽象 netCDF 層の総称インターフェイス宣言を提供します。 an ライブラリでは「ファイル」ではなく「変数」を開いたり閉じたりします。 すべてのものは変数とその属性として扱われます。

主なインターフェイス

インターフェイス 説明
Open 変数を開く
Close 変数を閉じる
Create 変数を作成
Inquire 変数属性を問い合わせ
Get 変数からデータを読込
Put 変数にデータを書込
get_attr 属性値を取得
Put_Attr 属性値を設定
del_attr 属性を削除
copy_attr 属性をコピー
attr_rewind 属性イテレータをリセット
attr_next 次の属性名を取得
var_search 変数を検索