gtool_history_generic::copy Interface Reference

Public Member Functions

subroutine historyaxiscopy2 (axis_dest, axis_src, err, name, length, longname, units, xtype)
 
subroutine historyvarinfocopy2 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype)
 

Private Member Functions

subroutine historycopy2 (hist_dest, file, hist_src, title, source, institution, origin, interval, conventions, gt_version)
 

Detailed Description

Definition at line 319 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 335 of file gtool_history_generic.f90.

336  type(gt_history_axis),intent(out) :: axis_dest ! コピー先 GT_HISTORY_AXIS
337  type(gt_history_axis),intent(in) :: axis_src ! コピー元 GT_HISTORY_AXIS
338  logical, intent(out), optional :: err
339  character(*) , intent(in), optional:: name ! 次元変数名
340  integer, intent(in), optional:: length ! 次元長 (配列サイズ)
341  character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
342  character(*) , intent(in), optional:: units ! 次元変数の単位
343  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 
)
private

Definition at line 324 of file gtool_history_generic.f90.

325  type(gt_history), intent(out), target:: hist_dest
326  character(*), intent(in):: file
327  type(gt_history), intent(in), optional, target:: hist_src
328  character(*), intent(in), optional:: title, source, institution
329  real, intent(in), optional:: origin, interval
330  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 348 of file gtool_history_generic.f90.

349  type(gt_history_varinfo),intent(out):: varinfo_dest
350  type(gt_history_varinfo),intent(in):: varinfo_src
351  logical, intent(out), optional:: err
352  character(*) , intent(in), optional:: name ! 次元変数名
353  character(*) , intent(in), optional, target:: dims(:) ! 依存する次元
354  character(*) , intent(in), optional:: longname ! 次元変数の記述的名称
355  character(*) , intent(in), optional:: units ! 次元変数の単位
356  character(*) , intent(in), optional:: xtype ! 次元変数の型

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