11 & name, size, longname, units, xtype)
24 use dc_trace
, only: beginsub, endsub, dbgmessage
25 use gtool_history_types, only: gt_history, gt_history_axis, gt_history_varinfo, gt_history_attr
26 use gtool_history_internal
, only: default
28 type(gt_history_axis),
intent(out) :: axis
29 character(*) ,
intent(in):: name
30 integer,
intent(in):: size
31 character(*) ,
intent(in):: longname
32 character(*) ,
intent(in):: units
33 character(*) ,
intent(in):: xtype
34 character(len = *),
parameter:: subname =
"HistoryAxisCreate1" 36 call beginsub(subname)
39 axis % longname = longname
46 & name, size, longname, units, xtype)
57 use dc_trace
, only: beginsub, endsub, dbgmessage
58 use gtool_history_types, only: gt_history, gt_history_axis, gt_history_varinfo, gt_history_attr
59 use gtool_history_internal
, only: default
61 type(gt_history_axis),
intent(out) :: axis
62 character(*) ,
intent(in):: name
63 integer,
intent(in):: size
64 character(*) ,
intent(in):: longname
65 character(*) ,
intent(in):: units
66 character(*) ,
intent(in):: xtype
67 character(len = *),
parameter:: subname =
"HistoryAxisCreate2" 69 call beginsub(subname)
72 axis % longname = longname
integer, parameter, public token
Character length for word, token.
subroutine historyaxiscreate2(axis, name, size, longname, units, xtype)
subroutine historyaxiscreate1(axis, name, size, longname, units, xtype)
integer, parameter, public dp
Double Precision Real number.
Provides kind type parameter values.
integer, parameter, public string
Character length for string.