openPMD-standard icon indicating copy to clipboard operation
openPMD-standard copied to clipboard

Examples in the standard do not reproduce the mandatory `basePath`

Open mccoys opened this issue 1 year ago • 0 comments

The current version, and v2.0.0 both state that basePath has the mandatory value /data/%T. However, several examples for various types of records do not follow this rule. For instance:

/data/meshes/temperature
/data/particles/electrons/charge

These should read, if I understand correctly, something like

/data/100/meshes/temperature
/data/100/particles/electrons/charge

mccoys avatar Jun 27 '23 16:06 mccoys