Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyaddattrchar0 (varname, attrname, value, history, err) |
| gtool4 データ内の変数への属性付加 | |
| subroutine | historyaddattrlogical0 (varname, attrname, value, history, err) |
| subroutine | historyaddattrint0 (varname, attrname, value, history, err) |
| subroutine | historyaddattrint1 (varname, attrname, value, history, err) |
| subroutine | historyaddattrreal0 (varname, attrname, value, history, err) |
| subroutine | historyaddattrreal1 (varname, attrname, value, history, err) |
| subroutine | historyaddattrdouble0 (varname, attrname, value, history, err) |
| subroutine | historyaddattrdouble1 (varname, attrname, value, history, err) |
| subroutine historyaddattrchar0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
gtool4 データ内の変数への属性付加
| [in] | varname |
iline 1
gtool4 データおよびそのデータ内の変数に属性を付加します。 このサブルーチンを用いる前に、 HistoryCreate による初期設定が 必要です。
属性名 attrname の先頭にプラス "+" を付加する 場合は、gtool4 データ自体の属性 (大域属性) として属性が付加されます。 この場合、varname は無視されますが、 その場合でも varname へはデータ内に存在する変数名を与えてください。
HistoryAddAttr は複数のサブルーチンの総称名です。value には いくつかの型を与えることが可能です。 下記のサブルーチンを参照ください。
Definition at line 30 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrdouble0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 511 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrdouble1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 581 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrint0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 231 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrint1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 301 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrlogical0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 161 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrreal0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 371 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.
| subroutine historyaddattrreal1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 441 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_error::storeerror(), and dc_types::string.