Go to the source code of this file.
Functions/Subroutines | |
subroutine | historyvarinfocopy1 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype) |
subroutine | historyvarinfocopy2 (varinfo_dest, varinfo_src, err, name, dims, longname, units, xtype) |
subroutine historyvarinfocopy1 | ( | type(gt_history_varinfo), intent(out) | varinfo_dest, |
type(gt_history_varinfo), intent(in) | varinfo_src, | ||
logical, intent(out), optional | err, | ||
character(*), intent(in), optional | name, | ||
character(*), dimension(:), intent(in), optional, target | dims, | ||
character(*), intent(in), optional | longname, | ||
character(*), intent(in), optional | units, | ||
character(*), intent(in), optional | xtype | ||
) |
Definition at line 12 of file historyvarinfocopy.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_ealreadyinit, dc_error::dc_enotinit, dc_error::dc_noerr, gtool_history_internal::default, dc_trace::endsub(), dc_string::joinchar(), dc_error::storeerror(), dc_types::string, and dc_types::token.
subroutine historyvarinfocopy2 | ( | type(gt_history_varinfo), intent(out) | varinfo_dest, |
type(gt_history_varinfo), intent(in) | varinfo_src, | ||
logical, intent(out), optional | err, | ||
character(*), intent(in), optional | name, | ||
character(*), dimension(:), intent(in), optional, target | dims, | ||
character(*), intent(in), optional | longname, | ||
character(*), intent(in), optional | units, | ||
character(*), intent(in), optional | xtype | ||
) |
Definition at line 101 of file historyvarinfocopy.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), and dc_trace::endsub().