openPMD / openPMD-standard

:notebook: Open Standard for Particle-Mesh Data
http://www.openPMD.org
Creative Commons Attribution 4.0 International
78 stars 27 forks source link

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

Open mccoys opened 1 year ago

mccoys commented 1 year ago

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