Constructor of GT_HISTORY_AXIS . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyaxiscreate1 (axis, name, size, longname, units, xtype) |
| subroutine | historyaxiscreate2 (axis, name, size, longname, units, xtype) |
Constructor of GT_HISTORY_AXIS
.
Definition in file historyaxiscreate.f90.
| subroutine historyaxiscreate1 | ( | 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 ) |
Create a GT_HISTORY_AXIS variable
Creates a GT_HISTORY_AXIS variable. After setting with this subroutine, pass it to the axes argument of HistoryCreate. To add attributes, use HistoryAxisAddAttr.
| [out] | axis | Axis information |
| [in] | name | Dimension variable name |
| [in] | size | Dimension length (array size) |
| [in] | longname | Descriptive name of dimension variable |
| [in] | units | Units of dimension variable |
| [in] | xtype | Type of dimension variable |
Definition at line 47 of file historyaxiscreate.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine 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 ) |
Create a GT_HISTORY_AXIS variable (generic interface)
Usage is same as HistoryAxisCreate.
Definition at line 81 of file historyaxiscreate.f90.
References dc_trace::beginsub(), and dc_trace::endsub().