IGMBaseLib 1.0
データ型 | モジュール | 関数/サブルーチン

src/io/netcdf/IcGrid_ncReader_mod.f90

ソースコードを見る。

データ型

type  IcGrid_ncReader_mod::IcGrid_ncReader
 IcGrid_ncWriter_mod モジュールを用いて書き出された netCDF 形式の正二十面体格子上の物理量データを読み込むための 情報を管理するための構造型. [詳細]
interface  IcGrid_ncReader_mod::IcGrid_ncReader_Init
interface  IcGrid_ncReader_mod::read_FieldData

モジュール

module  IcGrid_ncReader_mod
 

正二十面体格子上の物理量データを NetCDF ファイルから読み込むための情報を管理する構造体および手続きを提供するモジュール.


関数/サブルーチン

subroutine IcGrid_ncReader_mod::IcGrid2D_ncReader_Init (self, ref_icgrid)
 構造型 IcGrid_ncReader の変数を初期化する.
subroutine, public IcGrid_ncReader_mod::open_ncFile (self, file_name)
 指定された NetCDF ファイルを開く.
subroutine, public IcGrid_ncReader_mod::read_Simulation_Parameter (self, integration_time, time_step, output_tick)
 NetCDF ファイルから, シミュレーションパラメタを読み込む.
subroutine, public IcGrid_ncReader_mod::read_GridData (self)
 NetCDF ファイルから正二十面格子の格子データを読み込む.
subroutine IcGrid_ncReader_mod::read_Field2D_Data (self, name, field, time_level)
 指定された時間レベルの物理場データを NetCDF ファイルから読み込む.
subroutine, public IcGrid_ncReader_mod::close_ncFile (self)
 NetCDF ファイルを閉じる.
 全て クラス ネームスペース ファイル 関数 変数