Closed ax3l closed 6 years ago
openPMD 2.0 removes the dataOrder attribute for mesh records and requires updating Fortran stored attributes for annotations.
dataOrder
If a mesh record was stored in Fortran (F) order, this updates the mesh record attributes:
F
axisLabels
gridSpacing
gridGlobalOffset
shape
fieldBoundary
particleBoundary
Implements changes for https://github.com/openPMD/openPMD-standard/pull/194
@RemiLehe ping :) pls review me
openPMD 2.0 removes the
dataOrder
attribute for mesh records and requires updating Fortran stored attributes for annotations.If a mesh record was stored in Fortran (
F
) order, this updates the mesh record attributes:axisLabels
gridSpacing
gridGlobalOffset
shape
(constant scalar records) , theshape
of constant mesh record components, and the mesh record ED-PIC extension attributes:fieldBoundary
particleBoundary
(moved to particle records in openPMD 2.0) .Implements changes for https://github.com/openPMD/openPMD-standard/pull/194