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. |
Definition at line 216 of file gtool_history_types.f90.
| type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_varinfo::attrs =>null() |
Definition at line 238 of file gtool_history_types.f90.
| character(token), dimension(:), pointer gtool_history_types::gt_history_varinfo::dims =>null() |
Definition at line 234 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_varinfo::initialized = .false. |
Definition at line 240 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_varinfo::longname = "" |
Definition at line 235 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_varinfo::name = "" |
Definition at line 233 of file gtool_history_types.f90.
| logical gtool_history_types::gt_history_varinfo::time_average = .false. |
Definition at line 239 of file gtool_history_types.f90.
| character(string) gtool_history_types::gt_history_varinfo::units = "" |
Definition at line 236 of file gtool_history_types.f90.
| character(token) gtool_history_types::gt_history_varinfo::xtype = "" |
Definition at line 237 of file gtool_history_types.f90.