We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5d791 commit 9d0f782Copy full SHA for 9d0f782
1 file changed
README.md
@@ -0,0 +1,19 @@
1
+# openPMD example datasets
2
+
3
+These are example of [openPMD](http://www.openpmd.org/#/start) datasets, in three different geometries:
4
+- 2D Cartesian
5
+- 3D Cartesian
6
+- Cylindrical with azimuthal decomposition ("thetaMode")
7
8
+In order to obtain these datasets:
9
+- Clone this repository
10
+```
11
+git clone https://github.com/openPMD/openPMD-example-datasets.git
12
13
+- Uncrompress the files
14
15
+cd openPMD-example-datasets
16
+tar -zxvf example-2d.tar.gz
17
+tar -zxvf example-3d.tar.gz
18
+tar -zxvf example-thetaMode.tar.gz
19
0 commit comments