Settings of weights of axes . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoaddweightreal (dim, weight, units, xtype) |
| subroutine | historyautoaddweightdouble (dim, weight, units, xtype) |
| subroutine | historyautoaddweightint (dim, weight, units, xtype) |
Settings of weights of axes
.
Definition in file historyautoaddweight.f90.
| subroutine historyautoaddweightdouble | ( | character(*), intent(in) | dim, |
| real(dp), dimension(:), intent(in) | weight, | ||
| character(*), intent(in), optional | units, | ||
| character(*), intent(in), optional | xtype ) |
Set weights of axes.
| [in] | dim | Name of axis to which weight are set. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | weight | Weight of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtype or type of the axis. |
| [in] | units | (optional) Units of axis weight. If this argument is omitted, unit of the dimension is used. |
| [in] | xtype | (optional) Data type of weight of the dimension. If this argument is omitted, data type of the dimension is used. |
Definition at line 231 of file historyautoaddweight.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_weights, dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), dc_error::gt_eargsizemismatch, 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(), dc_types::string, dc_types::token, and gtool_historyauto_internal::wgtsuf.
| subroutine historyautoaddweightint | ( | character(*), intent(in) | dim, |
| integer, dimension(:), intent(in) | weight, | ||
| character(*), intent(in), optional | units, | ||
| character(*), intent(in), optional | xtype ) |
Set weights of axes.
| [in] | dim | Name of axis to which weight are set. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | weight | Weight of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtype or type of the axis. |
| [in] | units | (optional) Units of axis weight. If this argument is omitted, unit of the dimension is used. |
| [in] | xtype | (optional) Data type of weight of the dimension. If this argument is omitted, data type of the dimension is used. |
Definition at line 394 of file historyautoaddweight.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_weights, dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::gt_eargsizemismatch, 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(), dc_types::string, dc_types::token, and gtool_historyauto_internal::wgtsuf.
| subroutine historyautoaddweightreal | ( | character(*), intent(in) | dim, |
| real, dimension(:), intent(in) | weight, | ||
| character(*), intent(in), optional | units, | ||
| character(*), intent(in), optional | xtype ) |
Set weights of axes.
| [in] | dim | Name of axis to which weight are set. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | weight | Weight of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtype or type of the axis. |
| [in] | units | (optional) Units of axis weight. If this argument is omitted, unit of the dimension is used. |
| [in] | xtype | (optional) Data type of weight of the dimension. If this argument is omitted, data type of the dimension is used. |
Definition at line 68 of file historyautoaddweight.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_weights, dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::gt_eargsizemismatch, 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(), dc_types::string, dc_types::token, and gtool_historyauto_internal::wgtsuf.