Public Member Functions | |
| subroutine | historyaxiscreate2 (axis, name, size, longname, units, xtype) |
| subroutine | historyvarinfocreate2 (varinfo, name, dims, longname, units, xtype, time_average, average, err) |
Definition at line 266 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::create::historyaxiscreate2 | ( | type(gt_history_axis), intent(out) | axis, |
| character(*), intent(in) | name, | ||
| integer, intent(in) | size, | ||
| character(*), intent(in) | longname, | ||
| character(*), intent(in) | units, | ||
| character(*), intent(in) | xtype ) |
Definition at line 267 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::create::historyvarinfocreate2 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | name, | ||
| character(*), dimension(:), intent(in) | dims, | ||
| character(*), intent(in) | longname, | ||
| character(*), intent(in) | units, | ||
| character(*), intent(in), optional | xtype, | ||
| logical, intent(in), optional | time_average, | ||
| logical, intent(in), optional | average, | ||
| logical, intent(out), optional | err ) |
Definition at line 278 of file gtool_history_generic.f90.