Public Attributes | |
| character(token) | name = "" |
| character(token), dimension(:), pointer | dims =>null() |
| character(string) | longname = "" |
| character(string) | units = "" |
| character(token) | xtype = "" |
| type(gt_history_attr), dimension(:), pointer | attrs =>null() |
| logical | time_average = .false. |
| logical | initialized = .false. |
Structure for variable information
This type may be used as the argument varinfo of HistoryAddVariable to define features of a variable of a history dataset. Initialize with HistoryVarinfoCreate, HistoryVarinfoCopy, or HistoryInquire. Query with HistoryVarinfoInquire. Add attributes with HistoryVarinfoAddAttr. Clear with HistoryVarinfoClear.
Definition at line 250 of file gtool_history_types.f90.
| type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_varinfo::attrs =>null() |
Definition at line 256 of file gtool_history_types.f90.
| character(token), dimension(:), pointer gtool_history_types::gt_history_varinfo::dims =>null() |
Definition at line 252 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_varinfo::initialized = .false. |
Definition at line 258 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_varinfo::longname = "" |
Definition at line 253 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_varinfo::name = "" |
Definition at line 251 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_varinfo::time_average = .false. |
Definition at line 257 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_varinfo::units = "" |
Definition at line 254 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_varinfo::xtype = "" |
Definition at line 255 of file gtool_history_types.f90.