gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_history_generic::create Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 266 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 
)

Definition at line 267 of file gtool_history_generic.f90.

270 type(GT_HISTORY_AXIS),intent(out) :: axis
271 character(*) , intent(in):: name ! 次元変数名
272 integer, intent(in):: size ! 次元長 (配列サイズ)
273 character(*) , intent(in):: longname ! 次元変数の記述的名称
274 character(*) , intent(in):: units ! 次元変数の単位
275 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 278 of file gtool_history_generic.f90.

283 implicit none
284 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
285 character(*), intent(in):: name ! 変数名
286 character(*), intent(in):: dims(:) ! 依存する次元
287 character(*), intent(in):: longname ! 変数の記述的名称
288 character(*), intent(in):: units ! 変数の単位
289 character(*), intent(in), optional:: xtype
290 ! 変数の型
291 logical, intent(in), optional:: time_average
292 ! 時間平均
293 logical, intent(in), optional:: average
294 ! 時間平均 (後方互換用)
295 logical, intent(out), optional:: err

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