Public Member Functions | |
subroutine | historyinquire4 (history, err, file, title, source, dims, dimsizes, longnames, units, xtypes, institution, origin, interval, newest, oldest, conventions, gt_version, axes, varinfo) |
subroutine | historyaxisinquire2 (axis, name, size, longname, units, xtype) |
subroutine | historyvarinfoinquire2 (varinfo, name, dims, longname, units, xtype, time_average, average, err) |
Private Member Functions | |
subroutine | historyinquire3 (history, err, file, title, source, dims, dimsizes, longnames, units, xtypes, institution, origin, interval, newest, oldest, conventions, gt_version, axes, varinfo) |
Definition at line 444 of file gtool_history_generic.f90.
subroutine gtool_history_generic::inquire::historyaxisinquire2 | ( | type(gt_history_axis), intent(in) | axis, |
character(*), intent(out), optional | name, | ||
integer, intent(out), optional | size, | ||
character(*), intent(out), optional | longname, | ||
character(*), intent(out), optional | units, | ||
character(*), intent(out), optional | xtype | ||
) |
Definition at line 489 of file gtool_history_generic.f90.
|
private |
Definition at line 450 of file gtool_history_generic.f90.
subroutine gtool_history_generic::inquire::historyinquire4 | ( | 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 472 of file gtool_history_generic.f90.
subroutine gtool_history_generic::inquire::historyvarinfoinquire2 | ( | type(gt_history_varinfo), intent(in) | varinfo, |
character(*), intent(out), optional | name, | ||
character(*), dimension(:), optional, pointer | dims, | ||
character(*), intent(out), optional | longname, | ||
character(*), intent(out), optional | units, | ||
character(*), intent(out), optional | xtype, | ||
logical, intent(out), optional | time_average, | ||
logical, intent(out), optional | average, | ||
logical, intent(out), optional | err | ||
) |
Definition at line 501 of file gtool_history_generic.f90.