Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions STANDARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,10 @@ The record's *data set* `<componentName>` must be replaced with an empty

`shape` is a 1-dimensional array of `N` *(uint64)* elements, where `N` is the
number of dimensions of the record. It contains the number of elements of each
dimension that are replaced with a constant value. For `mesh` based records,
the order of the `N` values must be identical to the axes in `axisLabels`.
dimension that are replaced with a constant value.
- For `mesh` based records, the order of the `N` values must be identical to the axes in `axisLabels`.
- The `shape` attribute can be skipped if there is *at least one more record component* in the same mesh record or particle group (species) that is non-constant or is constant and has the `shape` attribute.
Read-logic will then pick any other record component of the same mesh (or particle species) to recover the `shape`.

Other required attributes that where previously stored on the *data set* need
to be added to the new sub-group as well.
Expand Down