Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyvarinfoaddattrchar0 (varinfo, attrname, value, err) |
| GT_HISTORY_VARINFO 型変数への属性付加 | |
| subroutine | historyvarinfoaddattr2char0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrlogical0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2logical0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrint0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2int0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrint1 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2int1 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrreal0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2real0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrreal1 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2real1 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrdouble0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2double0 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattrdouble1 (varinfo, attrname, value, err) |
| subroutine | historyvarinfoaddattr2double1 (varinfo, attrname, value, err) |
| subroutine historyvarinfoaddattr2char0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 128 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattr2double0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 769 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_types::dp, and dc_trace::endsub().
| subroutine historyvarinfoaddattr2double1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 876 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_types::dp, and dc_trace::endsub().
| subroutine historyvarinfoaddattr2int0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 347 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattr2int1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 453 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattr2logical0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 242 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattr2real0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 558 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattr2real1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 664 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyvarinfoaddattrchar0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
GT_HISTORY_VARINFO 型変数への属性付加
| [in,out] | varinfo |
iline 1
GT_HISTORY_VARINFO 型の変数 varinfo へ属性を付加します。
HistoryVarinfoAddAttr は複数のサブルーチンの総称名です。 value には様々な型の引数を与えることが可能です。 下記のサブルーチンを参照ください。
Definition at line 31 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrdouble0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 687 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrdouble1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 793 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrint0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 265 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrint1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 370 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrlogical0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 160 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrreal0 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 476 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoaddattrreal1 | ( | type(gt_history_varinfo), intent(inout) | varinfo, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 581 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.