Skip to content

Commit

Permalink
add schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 28, 2024
1 parent 1bd7f2b commit a14b052
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
19 changes: 12 additions & 7 deletions docs/building/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@
Introduction
##############

The `anemoi-datasets` package allows you to create datasets for training
data-driven weather models. The datasets are built using a `recipe`
file, which is a YAML file that describes sources of meteorological
fields as well as the operations to perform on them, before they are
written to a zarr file. The input of the process is a range of dates and
some options to control the layout of the output. Statistics will be
computed as the dataset is build, and stored in the metadata, with other
information such as the the locations of the grid points, the list of
variables, etc.

.. figure:: ../schemas/recipe.svg
:alt: Building datasets
:align: center

..
:alt: Building datasets
..
:scale: 50%
**********
Concepts
**********
Expand Down Expand Up @@ -125,7 +129,8 @@ This will build the following dataset:
`param_level`. This is the default behaviour. See
:ref:`remapping_option` for more information.

Adding some forcing variables ==
Adding some forcing variables
=============================

When training a data-driven models, some forcing variables may be
required such as the solar radiation, the time of day, the day in the
Expand Down
1 change: 0 additions & 1 deletion docs/using/opening.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ In that example, `dataset` can be:

- a URL to a dataset in the cloud:


.. literalinclude:: open_cloud.py
:language: python

Expand Down

0 comments on commit a14b052

Please sign in to comment.