Go to the source code of this file.
Functions/Subroutines | |
subroutine | historyvarinfoaddattrchar0 (varinfo, attrname, value, err) |
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 129 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 788 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), 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 897 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), 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 354 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 463 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 246 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 571 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 680 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_types::dp, 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 | ||
) |
Definition at line 30 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 704 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 812 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 270 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 378 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 162 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 487 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
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 595 of file historyvarinfoaddattr.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_types::dp, dc_trace::endsub(), dc_url::gt_plus, dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.