gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtool_history_generic::copy Interface Reference

Public Member Functions

subroutine historycopy2 (hist_dest, file, hist_src, title, source, institution, origin, interval, conventions, gt_version)
subroutine historyaxiscopy2 (axis_dest, axis_src, err, name, length, longname, units, xtype)
subroutine historyvarinfocopy2 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype)

Detailed Description

Definition at line 365 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxiscopy2()

subroutine gtool_history_generic::copy::historyaxiscopy2 ( type(gt_history_axis), intent(out) axis_dest,
type(gt_history_axis), intent(in) axis_src,
logical, intent(out), optional err,
character(*), intent(in), optional name,
integer, intent(in), optional length,
character(*), intent(in), optional longname,
character(*), intent(in), optional units,
character(*), intent(in), optional xtype )

Definition at line 379 of file gtool_history_generic.f90.

382 type(GT_HISTORY_AXIS),intent(out) :: axis_dest ! コピー先 GT_HISTORY_AXIS
383 type(GT_HISTORY_AXIS),intent(in) :: axis_src ! コピー元 GT_HISTORY_AXIS
384 logical, intent(out), optional :: err
385 character(*) , intent(in), optional:: name ! 次元変数名
386 integer, intent(in), optional:: length ! 次元長 (配列サイズ)
387 character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
388 character(*) , intent(in), optional:: units ! 次元変数の単位
389 character(*) , intent(in), optional:: xtype ! 次元変数の型

◆ historycopy2()

subroutine gtool_history_generic::copy::historycopy2 ( type(gt_history), intent(out), target hist_dest,
character(*), intent(in) file,
type(gt_history), intent(in), optional, target hist_src,
character(*), intent(in), optional title,
character(*), intent(in), optional source,
character(*), intent(in), optional institution,
real, intent(in), optional origin,
real, intent(in), optional interval,
character(*), intent(in), optional conventions,
character(*), intent(in), optional gt_version )

Definition at line 366 of file gtool_history_generic.f90.

371 type(GT_HISTORY), intent(out), target:: hist_dest
372 character(*), intent(in):: file
373 type(GT_HISTORY), intent(in), optional, target:: hist_src
374 character(*), intent(in), optional:: title, source, institution
375 real, intent(in), optional:: origin, interval
376 character(*), intent(in), optional:: conventions, gt_version

◆ historyvarinfocopy2()

subroutine gtool_history_generic::copy::historyvarinfocopy2 ( 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 392 of file gtool_history_generic.f90.

395 type(GT_HISTORY_VARINFO),intent(out):: varinfo_dest
396 type(GT_HISTORY_VARINFO),intent(in):: varinfo_src
397 logical, intent(out), optional:: err
398 character(*) , intent(in), optional:: name ! 次元変数名
399 character(*) , intent(in), optional, target:: dims(:) ! 依存する次元
400 character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
401 character(*) , intent(in), optional:: units ! 次元変数の単位
402 character(*) , intent(in), optional:: xtype ! 次元変数の型

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