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

Particle ID: Relax Type #240

Closed ax3l closed 3 years ago

ax3l commented 3 years ago

Description

We found that relaxing the type of particle IDs can be useful for some applications.

Also fixes inprecise wording about the particle group where this belongs to.

Affected Components

Logic Changes

Previously fixed to 64bit integers, the ID can now be an arbitrary integer.

Writer Changes

How does this change affect data writers? What would a writer need to change? Does this pull request change the interpretation of existing data writers?

Reader Changes

How does this change affect data readers?

What would a reader need to change? Link implementation examples!

Data Converter

No conversion needed, since the prior type is still allowed.