Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
updaye
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 24, 2024
1 parent d277ff5 commit 7f0be07
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ training = open_dataset("aifs-ea-an-oper-0001-mars-o96-1979-2022-1h-v2",
start=1979,
end=2020)
test = open_dataset("aifs-ea-an-oper-0001-mars-o96-1979-2022-1h-v2"
test = open_dataset("aifs-ea-an-oper-0001-mars-o96-1979-2022-1h-v2",
start=2021,
end=2022)
```
Expand Down
6 changes: 6 additions & 0 deletions docs/building/input.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
input:
join:
- source1:
key: date
- source2
- ...
19 changes: 4 additions & 15 deletions docs/building/operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
The join is the process of combining several sources data. Each
source is expected to provide different variables at the same dates.

.. code-block:: yaml
.. literalinclude:: input.yaml
:language: yaml

input:
join:
- source1
- source2
- ...


********
Expand All @@ -42,12 +38,5 @@ first step of a pipe is typically a source, a join or another pipe.
The following steps are filters.


.. code-block:: yaml
input:
pipe:
- source
- filter1
- filter2
- ...
.. literalinclude:: pipe.yaml
:language: yaml
6 changes: 6 additions & 0 deletions docs/building/pipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
input:
pipe:
- source
- filter1
- filter2
- ...

0 comments on commit 7f0be07

Please sign in to comment.