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) |
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 ) |
GT_HISTORY_AXIS 型変数作成
GT_HISTORY_AXIS 型変数を作成します。 このサブルーチンによる設定の後、 HistoryCreate の axes に与えます。 さらに属性を付加する場合には HistoryAxisAddAttr を用いてください。
| [out] | axis | 座標軸情報 |
| [in] | name | 次元変数名 |
| [in] | size | 次元長 (配列サイズ) |
| [in] | longname | 次元変数の記述的名称 |
| [in] | units | 次元変数の単位 |
| [in] | xtype | 次元変数の型 |
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 ) |
GT_HISTORY_AXIS 型変数作成 (総称インターフェース)
使用方法は HistoryAxisCreate と同様です。
Definition at line 81 of file historyaxiscreate.f90.
References dc_trace::beginsub(), and dc_trace::endsub().