Add attributes . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoaddattrchar0 (varname, attrname, value) |
| subroutine | historyautoaddattrlogical0 (varname, attrname, value) |
| subroutine | historyautoaddattrint0 (varname, attrname, value) |
| subroutine | historyautoaddattrint1 (varname, attrname, value) |
| subroutine | historyautoaddattrreal0 (varname, attrname, value) |
| subroutine | historyautoaddattrreal1 (varname, attrname, value) |
| subroutine | historyautoaddattrdouble0 (varname, attrname, value) |
| subroutine | historyautoaddattrdouble1 (varname, attrname, value) |
Add attributes
.
Definition in file historyautoaddattr.f90.
| subroutine historyautoaddattrchar0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| character(*), intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 75 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrdouble0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 835 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrdouble1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real(dp), dimension(:), intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 954 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrint0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 359 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrint1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| integer, dimension(:), intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 478 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrlogical0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| logical, intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 240 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrreal0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 597 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoaddattrreal1 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | attrname, | ||
| real, dimension(:), intent(in) | value ) |
Add attributes to axes or weights of axes.
Add attributes to axes or weights of axes. Initialization by HistoryAutoCreate is needed before use of this subroutine.
| [in] | varname | Name of a variable. This must be specified with dims in HistoryAutoCreate, or varname in HistoryAutoAddWeight. |
| [in] | attrname | Name of an attribute. |
| [in] | value | Value of an attribute. |
Definition at line 716 of file historyautoaddattr.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, gtool_historyauto_internal::gthst_weights, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, gtool_historyauto_internal::numwgts, dc_error::storeerror(), and dc_types::string.