Class dycore_type_mod
In: dynamics/dycore_type.f90

begin

Dependency

Methods

DBKIND   DYCORE_DIMS   DYCORE_VARS   INTKIND   NMLARRAY   REKIND   STRING   TOKEN  

Included Modules

type_mod axis_type_mod

Attributes

Derived_Types  []  DYCORE_VARS, DYCORE_DIMS

Public Instance methods

DBKIND()
Constant :
DBKIND = kind(0.0d0) :integer, parameter
: 倍精度実数の精度

Original external subprogram is type_mod#DBKIND

DYCORE_DIMS()
Derived Type :
x_Lon :type(AXISINFO)
: 格子点座標(σレベル(半整数))
x_Lon_Weight :type(AXISINFO)
: 格子点座標(σレベル(半整数))
y_Lat :type(AXISINFO)
: 格子点座標(σレベル(半整数))
y_Lat_Weight :type(AXISINFO)
: 格子点座標(σレベル(半整数))
z_Sigma :type(AXISINFO)
: 格子点座標(σレベル(半整数))
r_Sigma :type(AXISINFO)
: 格子点座標(σレベル(半整数))
DYCORE_VARS()
Derived Type :
xyz_VelLon(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(速度経度成分)
xyz_VelLat(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(速度緯度成分)
xyz_Vor(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(渦度)
xyz_Div(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(発散)
xyz_Temp(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(温度)
xyz_QVap(:,:,:) =>null() :real(DBKIND), pointer
: 格子点データ(比湿)
xy_Ps(:,:) =>null() :real(DBKIND), pointer
: 格子点データ(地表面気圧)
xy_TempS(:,:) =>null() :real(DBKIND), pointer
: 格子点データ(地表面温度)
INTKIND()
Constant :
INTKIND = kind(0) :integer, parameter
: 整数の精度

Original external subprogram is type_mod#INTKIND

NMLARRAY()
Constant :
NMLARRAY = 100 :integer, parameter
: NAMELIST で配列を取得する際の
                                     ! デフォルトの配列サイズ

Original external subprogram is type_mod#NMLARRAY

REKIND()
Constant :
REKIND = kind(0.0e0) :integer, parameter
: 単精度実数の精度

Original external subprogram is type_mod#REKIND

STRING()
Constant :
STRING = 500 :integer, parameter
: 文章の文字列の長さ

Original external subprogram is type_mod#STRING

TOKEN()
Constant :
TOKEN = 32 :integer, parameter
: 単語の文字列の長さ

Original external subprogram is type_mod#TOKEN

[Validate]