...
The two WCM arrays are written, one after the other, at the end of the dynamic fork, after the two I16 values "mode" and "status". Each array consists of (4 * 9) = 36 DBL components = 288 byte, plus the two I32 leading values for the two dimensions, for a total of 296 byte.
- "mode" I32 (0=electronspositrons, 1=positronselectrons) at offset 10910 [byte]
- "status" iI32 I32 (0=LSP, 1=LBT, 2=LTA, 3=AMR / LSP+AMR) at offset 11110 [byte]
- First array starting at offset 11310 [byte]
- Second array starting at offset 40910 [byte]
...