Public Member Functions | |
| subroutine | historyinquire1 (history, err, file, title, source, dims, dimsizes, longnames, units, xtypes, institution, origin, interval, newest, oldest, conventions, gt_version, axes, varinfo) |
| subroutine | historyinquire2 (history, err, file, title, source, dims, dimsizes, longnames, units, xtypes, institution, origin, interval, newest, oldest, conventions, gt_version, axes, varinfo) |
Definition at line 415 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::historyinquire::historyinquire1 | ( | type(gt_history), intent(in) | history, |
| logical, intent(out), optional | err, | ||
| character(*), intent(out), optional | file, | ||
| character(*), intent(out), optional | title, | ||
| character(*), intent(out), optional | source, | ||
| character(*), dimension(:), optional, pointer | dims, | ||
| integer, dimension(:), optional, pointer | dimsizes, | ||
| character(*), dimension(:), optional, pointer | longnames, | ||
| character(*), dimension(:), optional, pointer | units, | ||
| character(*), dimension(:), optional, pointer | xtypes, | ||
| character(*), intent(out), optional | institution, | ||
| real, intent(out), optional | origin, | ||
| real, intent(out), optional | interval, | ||
| real, intent(out), optional | newest, | ||
| real, intent(out), optional | oldest, | ||
| character(*), intent(out), optional | conventions, | ||
| character(*), intent(out), optional | gt_version, | ||
| type(gt_history_axis), dimension(:), optional, pointer | axes, | ||
| type(gt_history_varinfo), dimension(:), optional, pointer | varinfo ) |
Definition at line 416 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::historyinquire::historyinquire2 | ( | character(*), intent(in) | history, |
| logical, intent(out), optional | err, | ||
| character(*), intent(out), optional | file, | ||
| character(*), intent(out), optional | title, | ||
| character(*), intent(out), optional | source, | ||
| character(*), dimension(:), optional, pointer | dims, | ||
| integer, dimension(:), optional, pointer | dimsizes, | ||
| character(*), dimension(:), optional, pointer | longnames, | ||
| character(*), dimension(:), optional, pointer | units, | ||
| character(*), dimension(:), optional, pointer | xtypes, | ||
| character(*), intent(out), optional | institution, | ||
| real, intent(out), optional | origin, | ||
| real, intent(out), optional | interval, | ||
| real, intent(out), optional | newest, | ||
| real, intent(out), optional | oldest, | ||
| character(*), intent(out), optional | conventions, | ||
| character(*), intent(out), optional | gt_version, | ||
| type(gt_history_axis), dimension(:), optional, pointer | axes, | ||
| type(gt_history_varinfo), dimension(:), optional, pointer | varinfo ) |
Definition at line 438 of file gtool_history_generic.f90.