delta_hst

Purpose:

Manage compressed history data for variables, detect changes based on tolerances and write to .hst files for diagnostics.

Enter:

delta_hst [priority] &

Where:

priority Optional. Specify an integer (0 to -12) to set the priority of the delta_split process or omit using this argument to accept the default.

Example:

delta_hst 0 &

Notes:

This process is normally started in the go script. It scans all real, integer, and logical variables in shared memory to determine if the values have changed and if that change exceeds the specified tolerance. If so, data is saved in a *.hst file in /data/compressed/.

The stored history data usually is retrieved to diagnose engine shutdown.

See Also:

list_all_split_data, delta_split, xtr_labels, delta_split_all, Compressed History Data