Read the tracker variables from tracking subtables defined in configuration from the main lua file
If tracking is just a single table with single tracking entry then load only one tracking log exists with one or more variables using tem_load_trackingHeader_single. Else if tracking is table of many log then allocate log and load each log type using tem_load_trackingHeader_single Setup the values for the tracking entities
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_tracking_config_type), | intent(out) | :: | config | list of the tracking entities to create |
||
type(flu_state) | :: | conf | handle of the lua config file |
|||
integer, | intent(in) | :: | sub_handle | table sub-handle for the tracking table |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
integer, | private, | allocatable | :: | vError(:) | |||
integer, | private | :: | nRequestedVars | number of requested variables |