IGMBaseLib 1.0
Private Member Functions

IcGrid_ncWriter_mod::write_FieldData Interface Reference

List of all members.

Private Member Functions

subroutine write_Field2D_Data (self, varid, field_Rank1)
 netCDF ファイルのデータ部分に, 物理場(スカラー場)データを書き込む.

Detailed Description

Definition at line 121 of file IcGrid_ncWriter_mod.f90.


Member Function/Subroutine Documentation

subroutine IcGrid_ncWriter_mod::write_FieldData::write_Field2D_Data ( type(IcGrid_ncWriter),intent(in)  self,
integer,intent(in)  varid,
type(Field_IcGrid2D),intent(in)  field_Rank1 
) [private]

netCDF ファイルのデータ部分に, 物理場(スカラー場)データを書き込む.

書き込みたい正二十面体格子上の物理場データは, Field_IcGrid2D クラスのオブジェクトとして保持されている必要がある.

Parameters:
[in]selfThe variable of derived type IcGrid_ncWriter.
[in]varidThe ID associated with written physical field. This ID is the value returned by ncdef_Field_Data.
[in]field_Rank1The variable of derived type Field_IcGrid2D which manages written physical field data.

Definition at line 448 of file IcGrid_ncWriter_mod.f90.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables