Inquire for a GT_HISTORY_AXIS variable . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyaxisinquire1 (axis, name, size, longname, units, xtype) |
| subroutine | historyaxisinquire2 (axis, name, size, longname, units, xtype) |
Inquire for a GT_HISTORY_AXIS variable
.
Definition in file historyaxisinquire.f90.
| subroutine historyaxisinquire1 | ( | 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 | ||
| ) |
Inquire a GT_HISTORY_AXIS variable
Retrieves each piece of information from a GT_HISTORY_AXIS variable.
| [in] | axis | Axis information |
| [out] | name | Dimension variable name (optional) |
| [out] | size | Dimension length (optional) |
| [out] | longname | Descriptive name (optional) |
| [out] | units | Units (optional) |
| [out] | xtype | Type (optional) |
Definition at line 41 of file historyaxisinquire.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine 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 | ||
| ) |
Inquire a GT_HISTORY_AXIS variable (generic interface)
Usage is same as HistoryAxisInquire.
Definition at line 86 of file historyaxisinquire.f90.
References dc_trace::beginsub(), and dc_trace::endsub().