gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_history_generic::historyvarinfocopy Interface Reference

Public Member Functions

subroutine historyvarinfocopy1 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype)
 

Detailed Description

Definition at line 350 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyvarinfocopy1()

subroutine gtool_history_generic::historyvarinfocopy::historyvarinfocopy1 ( type(gt_history_varinfo), intent(out)  varinfo_dest,
type(gt_history_varinfo), intent(in)  varinfo_src,
logical, intent(out), optional  err,
character(*), intent(in), optional  name,
character(*), dimension(:), intent(in), optional, target  dims,
character(*), intent(in), optional  longname,
character(*), intent(in), optional  units,
character(*), intent(in), optional  xtype 
)

Definition at line 351 of file gtool_history_generic.f90.

354 type(GT_HISTORY_VARINFO),intent(out):: varinfo_dest
355 type(GT_HISTORY_VARINFO),intent(in):: varinfo_src
356 logical, intent(out), optional:: err
357 character(*) , intent(in), optional:: name ! 次元変数名
358 character(*) , intent(in), optional, target:: dims(:) ! 依存する次元
359 character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
360 character(*) , intent(in), optional:: units ! 次元変数の単位
361 character(*) , intent(in), optional:: xtype ! 次元変数の型

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