Go to the source code of this file.
Functions/Subroutines | |
subroutine | historyaddattrchar0 (varname, attrname, value, history, err) |
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 | ||
) |
Definition at line 29 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 438 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 496 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 206 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 264 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 148 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 322 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 380 of file historyaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_error::hst_empinoaxisdata, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.