Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyaxisaddattrchar0 (axis, attrname, value) |
| GT_HISTORY_AXIS 型変数への属性付加 | |
| subroutine | historyaxisaddattr2char0 (axis, attrname, value) |
| subroutine | historyaxisaddattrlogical0 (axis, attrname, value) |
| subroutine | historyaxisaddattr2logical0 (axis, attrname, value) |
| subroutine | historyaxisaddattrint0 (axis, attrname, value) |
| subroutine | historyaxisaddattr2int0 (axis, attrname, value) |
| subroutine | historyaxisaddattrint1 (axis, attrname, value) |
| subroutine | historyaxisaddattr2int1 (axis, attrname, value) |
| subroutine | historyaxisaddattrreal0 (axis, attrname, value) |
| subroutine | historyaxisaddattr2real0 (axis, attrname, value) |
| subroutine | historyaxisaddattrreal1 (axis, attrname, value) |
| subroutine | historyaxisaddattr2real1 (axis, attrname, value) |
| subroutine | historyaxisaddattrdouble0 (axis, attrname, value) |
| subroutine | historyaxisaddattr2double0 (axis, attrname, value) |
| subroutine | historyaxisaddattrdouble1 (axis, attrname, value) |
| subroutine | historyaxisaddattr2double1 (axis, attrname, value) |
| subroutine historyaxisaddattr2char0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value ) |
Definition at line 101 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattr2double0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value ) |
Definition at line 568 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_types::dp, and dc_trace::endsub().
| subroutine historyaxisaddattr2double1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value ) |
Definition at line 645 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_types::dp, and dc_trace::endsub().
| subroutine historyaxisaddattr2int0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value ) |
Definition at line 262 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattr2int1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value ) |
Definition at line 339 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattr2logical0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value ) |
Definition at line 186 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattr2real0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value ) |
Definition at line 415 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattr2real1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value ) |
Definition at line 492 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisaddattrchar0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value ) |
GT_HISTORY_AXIS 型変数への属性付加
| [in,out] | axis |
GT_HISTORY_AXIS 型の変数 axis へ属性を付加します。
HistoryAxisAddAttr は複数のサブルーチンの総称名です。 value には様々な型の引数を与えることが可能です。 下記のサブルーチンを参照ください。
Definition at line 31 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrdouble0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value ) |
Definition at line 513 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrdouble1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value ) |
Definition at line 589 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrint0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value ) |
Definition at line 207 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrint1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value ) |
Definition at line 283 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrlogical0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value ) |
Definition at line 131 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrreal0 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value ) |
Definition at line 360 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
| subroutine historyaxisaddattrreal1 | ( | type(gt_history_axis), intent(inout) | axis, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value ) |
Definition at line 436 of file historyaxisaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.