Update README.md
Browse files
README.md
CHANGED
|
@@ -26,12 +26,12 @@ local_dir="data_small"
|
|
| 26 |
This will yield a local `data_small` folder that can be used with [spacecast](https://github.com/fmihpc/spacecast):
|
| 27 |
```
|
| 28 |
data_small/
|
| 29 |
-
├── graph/
|
| 30 |
-
├── run.zarr/
|
| 31 |
-
├── static.zarr/
|
| 32 |
-
├── vlasiator_run.zarr
|
| 33 |
├── vlasiator_config.yaml - Configuration file for neural-lam
|
| 34 |
-
└── vlasiator_run.yaml
|
| 35 |
```
|
| 36 |
|
| 37 |
The run was preprocessed with [mllam-data-prep](https://github.com/mllam/mllam-data-prep):
|
|
|
|
| 26 |
This will yield a local `data_small` folder that can be used with [spacecast](https://github.com/fmihpc/spacecast):
|
| 27 |
```
|
| 28 |
data_small/
|
| 29 |
+
├── graph/ - Directory containing graphs for training
|
| 30 |
+
├── run.zarr/ - Vlasiator run with ρ = 1.0 cm⁻³ solar wind
|
| 31 |
+
├── static.zarr/ - Static features x, z, r coordinates
|
| 32 |
+
├── vlasiator_run.zarr - Preprocessed Vlasiator run
|
| 33 |
├── vlasiator_config.yaml - Configuration file for neural-lam
|
| 34 |
+
└── vlasiator_run.yaml - Configuration file for the datastore, referred to from vlasiator_config.yaml
|
| 35 |
```
|
| 36 |
|
| 37 |
The run was preprocessed with [mllam-data-prep](https://github.com/mllam/mllam-data-prep):
|