Skip to content

Commit 63ad26f

Browse files
committed
update doc
1 parent 5c5f222 commit 63ad26f

File tree

5 files changed

+4501
-95
lines changed

5 files changed

+4501
-95
lines changed

docs/overview.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@ The array has the following dimensions:
1111

1212
.. figure:: overview.png
1313
:alt: Data layout
14+
:align: center
1415

1516
The first dimension is the time dimension, the second dimension are the
1617
variables (e.g. temperature, pressure, etc), the third dimension is the
1718
ensemble, and fourth dimension are the grid points values.
1819

20+
.. figure:: matrix.svg
21+
:alt: Data chunking
22+
:align: center
23+
1924
This structure provides an efficient way to build the training dataset,
2025
as input and output of the model are simply consecutive slices of the
2126
array.
2227

2328
.. literalinclude:: overview_.py
2429
:language: python
2530

31+
32+
33+
2634
.. _zarr: https://zarr.readthedocs.io/

0 commit comments

Comments
 (0)