File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,12 @@ Each state variable is written in its own Zarr array.
9090
9191The ``plot `` output writes the output to a series of plots. The plots
9292are 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*****
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments