Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 31, 2024
1 parent 5c5f222 commit 63ad26f
Show file tree
Hide file tree
Showing 5 changed files with 4,501 additions and 95 deletions.
8 changes: 8 additions & 0 deletions docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,24 @@ The array has the following dimensions:

.. figure:: overview.png
:alt: Data layout
:align: center

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

.. figure:: matrix.svg
:alt: Data chunking
:align: center

This structure provides an efficient way to build the training dataset,
as input and output of the model are simply consecutive slices of the
array.

.. literalinclude:: overview_.py
:language: python




.. _zarr: https://zarr.readthedocs.io/
Loading

0 comments on commit 63ad26f

Please sign in to comment.