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

Public Member Functions

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

Detailed Description

Definition at line 244 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyvarinfocreate1()

subroutine gtool_history_generic::historyvarinfocreate::historyvarinfocreate1 ( 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 245 of file gtool_history_generic.f90.

250 implicit none
251 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
252 character(*), intent(in):: name ! 変数名
253 character(*), intent(in):: dims(:) ! 依存する次元
254 character(*), intent(in):: longname ! 変数の記述的名称
255 character(*), intent(in):: units ! 変数の単位
256 character(*), intent(in), optional:: xtype
257 ! 変数の型
258 logical, intent(in), optional:: time_average
259 ! 時間平均
260 logical, intent(in), optional:: average
261 ! 時間平均 (後方互換用)
262 logical, intent(out), optional:: err

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