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