NETCDF_DIMENSION(3F)

Date: TOYODA Eizi
Source: 2000-03-02

名前

netcdf_dimension - netcdf 次元の抽象化

書式

use netcdf

type(NC_FILE):: file type(NC_DIMENSION):: dimension

integer:: length character(len = 任意の値):: name

! 次元の作成 type(NC_DIMENSION) function Dimension(file, name, length) ! 次元の探索 type(NC_DIMENSION) function Dimension(file, name)

type(VARYING_STRING) function Name(dimension) integer function Len(dimension) integer function Id(dimension)

! 演算子 .error. dimension ! 論理型, エラー判定 dimension == dimension ! 論理形, 同一性判定

説明

NC_DIMENSION 構造体は netCDF の次元の抽象化です。 Type(NC_DIMENSION) 型の値は Type(NC_FILE) 型のオブジェクトから Dimension 関数を用いて作成されます。 Type(NC_DIMENSION) 型を構成する主な目的は、変数の作成時の次元指定です。 変数の作成については netcdf_variable(3f) を参照してください。

備考

NC_DIMENSION 構造体は netcdf_dimension モジュールで定義されています。 しかし通常は netcdf モジュールを呼び出すべきです。

作者

豊田英司 toyoda(at)gfd-dennou.org

参照

dc_string(3f), netcdf_error(3f), netcdf_file(3f), netcdf_variable(3f), netcdf_v3(3f) netcdf(3f),
HTML generated using htroff at 30 May 2000 10:16:47.