IGMBaseLib 1.0
Data Types | Modules | Functions/Subroutines

src/io/netcdf/IcGrid_ncReader_mod.f90 File Reference

Go to the source code of this file.

Data Types

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

Modules

module  IcGrid_ncReader_mod
 

This module provides the derived type to manage the information nesessary for reading the physical field data on icosahedral grid from NetCDF file, and some subroutines to read the grid and field data.


Functions/Subroutines

subroutine IcGrid_ncReader_mod::IcGrid2D_ncReader_Init (self, ref_icgrid)
 Initializes the variable of derived type IcGrid_ncReader.
subroutine, public IcGrid_ncReader_mod::open_ncFile (self, file_name)
 Opens the specified NetCDF file.
subroutine, public IcGrid_ncReader_mod::read_Simulation_Parameter (self, integration_time, time_step, output_tick)
 Reads the simulation parameters from NetCDF file.
subroutine, public IcGrid_ncReader_mod::read_GridData (self)
 Reads icosahedral grid data from NetCDF file.
subroutine IcGrid_ncReader_mod::read_Field2D_Data (self, name, field, time_level)
 Reads the physical field data at specified time level time_level from NetCDF file.
subroutine, public IcGrid_ncReader_mod::close_ncFile (self)
 Closes the NetCDF file.
 All Classes Namespaces Files Functions Variables