Contains all config information about tracking Content in tracking config must NOT change!
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | private | :: | label | log object labels |
|||
character(len=pathLen), | private | :: | prefix | folder to store files to |
|||
character(len=labelLen), | private, | allocatable | :: | varName(:) | array of requested variable labels |
||
type(tem_timeControl_type), | private | :: | timeControl | stores time control parameters |
|||
type(tem_shape_type), | private, | allocatable | :: | geometry(:) | tracking shapes |
||
logical, | private | :: | track_complete_element | originally set to true. But if false the exact polynomial is evaluated at |
|||
type(hvs_output_config_type), | private | :: | output_config | Data loaded from output table |
|||
type(tem_reduction_spatial_config_type), | private | :: | redSpatial_config | Spatial reduction config which is loaded from disk |