LTMeyer commited on
Commit
d166dec
·
verified ·
1 Parent(s): d0d332d

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -56,3 +56,34 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ data/test/MHD_Ma_2_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
60
+ data/test/MHD_Ma_2_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
61
+ data/test/MHD_Ma_0.7_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
62
+ data/test/MHD_Ma_2_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
63
+ data/valid/MHD_Ma_2_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
64
+ data/test/MHD_Ma_0.7_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
65
+ data/valid/MHD_Ma_2_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
66
+ data/valid/MHD_Ma_0.7_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
67
+ data/valid/MHD_Ma_0.7_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
68
+ data/valid/MHD_Ma_0.7_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
69
+ data/valid/MHD_Ma_2_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
70
+ data/valid/MHD_Ma_2_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
71
+ data/test/MHD_Ma_2_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
72
+ data/valid/MHD_Ma_0.7_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
73
+ data/test/MHD_Ma_2_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
74
+ data/valid/MHD_Ma_0.7_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
75
+ data/valid/MHD_Ma_2_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
76
+ data/test/MHD_Ma_0.7_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
77
+ data/test/MHD_Ma_0.7_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
78
+ data/test/MHD_Ma_0.7_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
79
+ data/train/MHD_Ma_0.7_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
80
+ data/train/MHD_Ma_2_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
81
+ data/train/MHD_Ma_2_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
82
+ data/train/MHD_Ma_0.7_Ms_2.hdf5 filter=lfs diff=lfs merge=lfs -text
83
+ data/train/MHD_Ma_2_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
84
+ old_and_problematic_data/train/MHDMa_0.7_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
85
+ data/train/MHD_Ma_0.7_Ms_0.7.hdf5 filter=lfs diff=lfs merge=lfs -text
86
+ data/train/MHD_Ma_2_Ms_0.5.hdf5 filter=lfs diff=lfs merge=lfs -text
87
+ data/train/MHD_Ma_0.7_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
88
+ data/train/MHD_Ma_2_Ms_7.hdf5 filter=lfs diff=lfs merge=lfs -text
89
+ data/train/MHD_Ma_0.7_Ms_1.5.hdf5 filter=lfs diff=lfs merge=lfs -text
MHD_64.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_name: MHD_64
2
+ n_spatial_dims: 3
3
+ spatial_resolution:
4
+ - 64
5
+ - 64
6
+ - 64
7
+ scalar_names: []
8
+ constant_scalar_names:
9
+ - Ma
10
+ - Ms
11
+ field_names:
12
+ 0:
13
+ - density
14
+ 1:
15
+ - magnetic_field_x
16
+ - magnetic_field_y
17
+ - magnetic_field_z
18
+ - velocity_x
19
+ - velocity_y
20
+ - velocity_z
21
+ 2: []
22
+ constant_field_names:
23
+ 0: []
24
+ 1: []
25
+ 2: []
26
+ boundary_condition_types:
27
+ - PERIODIC
28
+ n_simulations: 10
29
+ n_steps_per_simulation:
30
+ - 100
31
+ - 100
32
+ - 100
33
+ - 100
34
+ - 100
35
+ - 100
36
+ - 100
37
+ - 100
38
+ - 100
39
+ - 100
40
+ grid_type: cartesian
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ tags:
6
+ - physics
7
+
8
+ task_categories:
9
+ - time-series-forecasting
10
+ - other
11
+ task_ids:
12
+ - multivariate-time-series-forecasting
13
+ ---
14
+
15
+ # How To Load from HuggingFace Hub
16
+
17
+ 1. Be sure to have `the_well` installed (`pip install the_well`)
18
+ 2. Use the `WellDataModule` to retrieve data as follows:
19
+
20
+ ```python
21
+ from the_well.benchmark.data import WellDataModule
22
+
23
+ # The following line may take a couple of minutes to instantiate the datamodule
24
+ datamodule = WellDataModule(
25
+ "hf://datasets/polymathic-ai/",
26
+ "MHD_64",
27
+ )
28
+ train_dataloader = datamodule.train_dataloader()
29
+
30
+ for batch in dataloader:
31
+ # Process training batch
32
+ ...
33
+ ```
34
+
35
+ # Magnetohydrodynamics (MHD) compressible turbulence
36
+
37
+ **NOTE:** This dataset is available in two different resolutions \\(256^3\\) for `MHD_256` and \\(64^3\\) for `MHD_64`. The data was first generated at \\(256^3\\) and then downsampled to \\(64^3\\) after anti-aliasing with an ideal low-pass filter. The data is available in both resolutions.
38
+
39
+ **One line description of the data:** This is an MHD fluid flows in the compressible limit (subsonic, supersonic, sub-Alfvenic, super-Alfvenic).
40
+
41
+ **Longer description of the data:** An essential component of the solar wind, galaxy formation, and of interstellar medium (ISM) dynamics is magnetohydrodynamic (MHD) turbulence. This dataset consists of isothermal MHD simulations without self-gravity (such as found in the diffuse ISM) initially generated with resolution \\(256^3\\) and then downsampled to \\(64^3\\) after anti-aliasing with an ideal low-pass filter. This dataset is the downsampled version.
42
+
43
+ **Associated paper**: [Paper](https://iopscience.iop.org/article/10.3847/1538-4357/abc484/pdf)
44
+
45
+ **Domain expert**: [Blakesley Burkhart](https://www.bburkhart.com/), CCA, Flatiron Institute & Rutgers University.
46
+
47
+ **Code or software used to generate the data**: Fortran + MPI.
48
+
49
+ **Equation**:
50
+ ```math
51
+ \begin{align}
52
+ \frac{\partial \rho}{\partial t} + \nabla \cdot (\rho \mathbf{v}) &= 0 \nonumber\\
53
+ \frac{\partial \rho \mathbf{v}}{\partial t} + \nabla \cdot (\rho \mathbf{v} \mathbf{v} - \mathbf{B} \mathbf{B}) + \nabla p &= 0 \nonumber\\
54
+ \frac{\partial \mathbf{B}}{\partial t} - \nabla \times (\mathbf{v} \times \mathbf{B}) &= 0 \nonumber\\
55
+ \end{align}
56
+ ```
57
+ where \\(\rho\\) is the density, \\(\mathbf{v}\\) is the velocity, \\(\mathbf{B}\\) is the magnetic field, \\(\mathbf{I}\\) the identity matrix and \\(p\\) is the gas pressure.
58
+
59
+ ![Gif](https://users.flatironinstitute.org/~polymathic/data/the_well/datasets/MHD_64/gif/density_unnormalized.gif)
60
+
61
+ | Dataset | FNO | TFNO | Unet | CNextU-net
62
+ |:-:|:-:|:-:|:-:|:-:|
63
+ | `MHD_64` | 0.3605 | 3561 |0.1798|\\(\mathbf{0.1633}\\)|
64
+
65
+ Table: VRMSE metrics on test sets (lower is better). Best results are shown in bold. VRMSE is scaled such that predicting the mean value of the target field results in a score of 1.
66
+
67
+ # About the data
68
+
69
+ **Dimension of discretized data:** 100 timesteps of 64 \\(\times\\) 64 \\(\times\\) 64 cubes.
70
+
71
+ **Fields available in the data:** Density (scalar field), velocity (vector field), magnetic field (vector field).
72
+
73
+ **Number of trajectories:** 10 Initial conditions x 10 combination of parameters = 100 trajectories.
74
+
75
+ **Estimated size of the ensemble of all simulations:** 71.6 GB.
76
+
77
+ **Grid type:** uniform grid, cartesian coordinates.
78
+
79
+ **Initial conditions:** uniform IC.
80
+
81
+ **Boundary conditions:** periodic boundary conditions.
82
+
83
+ **Data are stored separated by (\\(\Delta t\\)):** 0.01 (arbitrary units).
84
+
85
+ **Total time range (\\(t\_{min}\\) to \\(t\_{max}\\)):** \\(t\_{min} = 0\\), \\(t\_{max} = 1\\).
86
+
87
+ **Spatial domain size (\\(L_x\\), \\(L_y\\), \\(L_z\\)):** dimensionless so 64 pixels.
88
+
89
+ **Set of coefficients or non-dimensional parameters evaluated:** all combinations of \\(\mathcal{M}_s=\\){0.5, 0.7, 1.5, 2.0 7.0} and \\(\mathcal{M}_A =\\){0.7, 2.0}.
90
+
91
+ **Approximate time and hardware used to generate the data:** Downsampled from `MHD_256` after applying ideal low-pass filter.
92
+
93
+ # What is interesting and challenging about the data:
94
+
95
+ **What phenomena of physical interest are catpured in the data:** MHD fluid flows in the compressible limit (sub and super sonic, sub and super Alfvenic).
96
+
97
+ **How to evaluate a new simulator operating in this space:** Check metrics such as Power spectrum, two-points correlation function.
98
+
99
+ Please cite the associated paper if you use this data in your research:
100
+
101
+ ```
102
+ @article{burkhart2020catalogue,
103
+ title={The catalogue for astrophysical turbulence simulations (cats)},
104
+ author={Burkhart, B and Appel, SM and Bialy, S and Cho, J and Christensen, AJ and Collins, D and Federrath, Christoph and Fielding, DB and Finkbeiner, D and Hill, AS and others},
105
+ journal={The Astrophysical Journal},
106
+ volume={905},
107
+ number={1},
108
+ pages={14},
109
+ year={2020},
110
+ publisher={IOP Publishing}
111
+ }
112
+ ```
data/test/MHD_Ma_0.7_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:107711228e0123b8e0d8ef6efe59ea0dc9439d1f33bf69d5fe3565ad345ac4bc
3
+ size 763363328
data/test/MHD_Ma_0.7_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ca12726913ee6dca41a061ab85287d9e70c1948175d9767c715a59e6423d01
3
+ size 763363328
data/test/MHD_Ma_0.7_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95221a33c04def934870dc5e878b7219641490b9cdd1c9a64ba23cf96554a8a5
3
+ size 763363328
data/test/MHD_Ma_0.7_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1546cbd1edf389fc922df9ca590be161a9344f6528feb55cb0e2bc6dffdccda
3
+ size 763363328
data/test/MHD_Ma_0.7_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d342059e028b9875ed26ceaf4740079d0aa9e6b09f7817c1416c47104da54da4
3
+ size 763363328
data/test/MHD_Ma_2_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b079b1cf467f093df9b1259e61bb9006523aff40e490b2d8595a26f69934405
3
+ size 763363328
data/test/MHD_Ma_2_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb28e4ed6cff823e46263aa6fede5653050c6f0c3aed83cdaaac07e2679d747
3
+ size 763363328
data/test/MHD_Ma_2_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8857d69f911df7ec4a4cbedf8366e092a0f385d7600a8d8f9fbde8b91ca9bd56
3
+ size 763363328
data/test/MHD_Ma_2_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a520e889eb51cef724d3895c1881fbebf0286e653966ab3e74740b363c616674
3
+ size 763363328
data/test/MHD_Ma_2_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bffbc5f42022a125b1997bdf818eb6fd4086047c394052565fe61d490fa58f41
3
+ size 763363328
data/train/MHD_Ma_0.7_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd8a7e9ff3c8a4ed1575a0c77439fc71ddddd3e3cd8c9b50ad4cb77194f255e
3
+ size 3699376128
data/train/MHD_Ma_0.7_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6194bd6d8272bbc3b07edaea1ef35c9c9807f8a0e2761e40476de22c9412fcc
3
+ size 5888802816
data/train/MHD_Ma_0.7_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd761a8525e9a940b68e5ed8100ae29af623ff70d5a4fc7e843dc8be0a8df65c
3
+ size 5888802816
data/train/MHD_Ma_0.7_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaf706ec747e0b602077201591b5b1570a680d7cf57f1a94b3b0d2432cb34d40
3
+ size 5888802816
data/train/MHD_Ma_0.7_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca2108b317f3b7c0de458f44a3dec72183e20832d7698ea45cd7afe4960e63da
3
+ size 5888802816
data/train/MHD_Ma_2_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50846573f43203e69535a2dfbe7a82f0c2123fd842a7e07dc6ebd3104768c9a3
3
+ size 5888802816
data/train/MHD_Ma_2_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4face72fc6f06f6b7579c7f3d0b55e578f1a72e319ae3f616313b814caab227d
3
+ size 5888802816
data/train/MHD_Ma_2_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2f6654201db601a3b6e9bceef3daaa9df002c79ee9b03fbc9fad5f6dbcf9ea
3
+ size 5888802816
data/train/MHD_Ma_2_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ddf9ff88bdde3be929c3e04be26b583a83896cb9f5dbb754fc9d9bc9011e48
3
+ size 5888802816
data/train/MHD_Ma_2_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c330b14a7cee3fd1b66ce4bdc414f30ee110edaa52bb35892780bc92c55f955
3
+ size 5888802816
data/valid/MHD_Ma_0.7_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d80012c57893d31dbc96cf578ea03711cd3336b6841504da9d87a9c5c35d3123
3
+ size 763363328
data/valid/MHD_Ma_0.7_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ce2677c011ab3165d182dc6c1fac7e2de981bda2b43e1223d44444f54aaec9
3
+ size 763363328
data/valid/MHD_Ma_0.7_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26faa11fdf35fc0a79fc8f1df3759cb166d8b0a875db9262482acc0d2f7e449
3
+ size 763363328
data/valid/MHD_Ma_0.7_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc9c1436b9a50d505a9dd4c0f4128d9f672f33261e1082ec4bbd95816ca29e0
3
+ size 763363328
data/valid/MHD_Ma_0.7_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2896846773120ab24024a8f4bf945a5b1746170efeb49b6f18ba2253e5d825
3
+ size 763363328
data/valid/MHD_Ma_2_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a370117500d50a51e8c2cbf3ece2142e5befac834534132f7ed1c8a5e6c434
3
+ size 763363328
data/valid/MHD_Ma_2_Ms_0.7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b413a56e69269e911f19ae3784192aa59a7648696fc6797551e581709f3fbebd
3
+ size 763363328
data/valid/MHD_Ma_2_Ms_1.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4dd7667fd96f5d1ffdb93439e4a3fff02ba79913c5f0f6134419ca22a199b2
3
+ size 763363328
data/valid/MHD_Ma_2_Ms_2.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0001296a862f18e6ddafc61503f7067b7e9c25044f43b561ae6eb44a495112
3
+ size 763363328
data/valid/MHD_Ma_2_Ms_7.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cca6219751ed296120f60c3ddf27e89c1ab0747cae1edef2da5703b4502475a
3
+ size 763363328
gif/density_unnormalized.gif ADDED

Git LFS Details

  • SHA256: df19bea94f4cf92324f6fa310e7241b1c586f7fed827de42366fe26f93a2786d
  • Pointer size: 132 Bytes
  • Size of remote file: 4.17 MB
old_and_problematic_data/train/MHDMa_0.7_Ms_0.5.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:509b06c4231225d99d2112aa35ba821597c6415bc34203c28b66bc597376f65a
3
+ size 5888802816
stats.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ density: 0.9653607914644455
3
+ magnetic_field:
4
+ - 0.5146667018354735
5
+ - 8.502926743613606e-10
6
+ - 1.9217535158110976e-08
7
+ std:
8
+ density: 0.8951430295818846
9
+ magnetic_field:
10
+ - 0.5285708137815139
11
+ - 0.31148932676110025
12
+ - 0.3143722294873327
visualization_MHD_64.ipynb ADDED
The diff for this file is too large to render. See raw diff