diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index d849625..5ba023a 100644 --- a/config.yaml +++ b/config.yaml @@ -21,13 +21,21 @@ aggregator: pressure_levels: [1000, 950, 925, 900, 875, 850, 825, 800, 775, 700, 600, 500, 400, 300, 250, 200, 150, 100] steps: [0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48] plotter: + - module: plotter.meteogram + aggregator: icon_eu + output: web/data + plots: + - name: meteogram_antersberg + lat: 47.96 + lon: 11.99 + - module: 'plotter.vertical_from_grib' aggregator: icon_eu output: web/data plots: - lat: 47.96 lon: 11.99 - name: Antersberg + name: skewt_antersberg analysis: lcl - module: 'plotter.horizontal' aggregator: icon_eu |