Skip to content

Commit a16fe42

Browse files
authored
docs: Update plot docs (ecmwf#327)
1 parent c4070c4 commit a16fe42

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

docs/inference/configs/outputs.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,12 @@ Each state variable is written in its own Zarr array.
9090

9191
The ``plot`` output writes the output to a series of plots. The plots
9292
are produced in a directory, and the file are name according to a
93-
template. Dates are formatted using the `strftime` function before being
94-
used by the template. You can select which variables to plot.
93+
template. They are produced with `earthkit-plots`. You can specify which
94+
variables are plotted, and the domain to be shown.
9595

9696
.. literalinclude:: yaml/outputs_4.yaml
9797
:language: yaml
9898

99-
.. warning::
100-
101-
This feature is experimental and is not yet fully implemented. The
102-
plot generated are very basic and are intended for debugging
103-
purposes. This feature will be developed further.
104-
10599
*****
106100
raw
107101
*****

docs/inference/configs/yaml/outputs_4.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ output:
22
plot:
33
path: /path/to/directory
44
format: png
5-
dpi: 300
6-
strftime: "%Y%m%d%H%M%S"
7-
template: "plot_{variable}_{date}.{format}"
5+
domain: Europe
6+
variables:
7+
- 2t
8+
- msl

0 commit comments

Comments
 (0)