Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 733 Bytes

openPMD example datasets

These are example of openPMD datasets, in three different geometries:

  • 2D Cartesian
  • 3D Cartesian
  • Cylindrical with azimuthal decomposition ("thetaMode")

In order to obtain these datasets:

  • Clone this repository
git clone https://github.com/openPMD/openPMD-example-datasets.git
  • Uncrompress the files
cd openPMD-example-datasets
tar -zxvf example-2d.tar.gz
tar -zxvf example-3d.tar.gz
tar -zxvf example-thetaMode.tar.gz

Note: The datasets were produced with the Particle-In-Cell code Warp, from the scripts in scripts/. The resolution is intentionally very low, so as to produce data of manageable size.