gtool_history_generic::create Interface Reference

Public Member Functions

subroutine historyvarinfocreate2 (varinfo, name, dims, longname, units, xtype, time_average, average, err)
 

Private Member Functions

subroutine historyaxiscreate2 (axis, name, size, longname, units, xtype)
 

Detailed Description

Definition at line 220 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxiscreate2()

subroutine gtool_history_generic::create::historyaxiscreate2 ( type(gt_history_axis), intent(out)  axis,
character(*), intent(in)  name,
integer, intent(in)  size,
character(*), intent(in)  longname,
character(*), intent(in)  units,
character(*), intent(in)  xtype 
)
private

Definition at line 223 of file gtool_history_generic.f90.

224  type(gt_history_axis),intent(out) :: axis
225  character(*) , intent(in):: name ! 次元変数名
226  integer, intent(in):: size ! 次元長 (配列サイズ)
227  character(*) , intent(in):: longname ! 次元変数の記述的名称
228  character(*) , intent(in):: units ! 次元変数の単位
229  character(*) , intent(in):: xtype ! 次元変数の型

◆ historyvarinfocreate2()

subroutine gtool_history_generic::create::historyvarinfocreate2 ( type(gt_history_varinfo), intent(inout)  varinfo,
character(*), intent(in)  name,
character(*), dimension(:), intent(in)  dims,
character(*), intent(in)  longname,
character(*), intent(in)  units,
character(*), intent(in), optional  xtype,
logical, intent(in), optional  time_average,
logical, intent(in), optional  average,
logical, intent(out), optional  err 
)

Definition at line 236 of file gtool_history_generic.f90.

237  implicit none
238  type(gt_history_varinfo),intent(inout) :: varinfo
239  character(*), intent(in):: name ! 変数名
240  character(*), intent(in):: dims(:) ! 依存する次元
241  character(*), intent(in):: longname ! 変数の記述的名称
242  character(*), intent(in):: units ! 変数の単位
243  character(*), intent(in), optional:: xtype
244  ! 変数の型
245  logical, intent(in), optional:: time_average
246  ! 時間平均
247  logical, intent(in), optional:: average
248  ! 時間平均 (後方互換用)
249  logical, intent(out), optional:: err

The documentation for this interface was generated from the following file: