aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: 5eed3e59cdc3834a8f4df2b6132d5e23bc1e7224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
plotter:
  - module: 'plotter.vertical_from_grib'
    source: dwd_icon-eu/combined.grib2
    output: out
    plots:
      - lat: 47.96
        lon: 11.99
        name: Antersberg
        analysis: lcl
  - module: 'plotter.horizontal'
    source: dwd_icon-eu/combined.grib2
    output: out
    plots:
      - name: t_fi_850
        area: null
        layers:
          - layertype: raster
            field: t
            level: 850
            plot_units: degC
            colormap: jet
          - layertype: contour
            field: z
            level: 850
            plot_units: '_gpdm'
            contours: 5
            clabels: true
      - name: pmsl_t850
        area: null
        layers:
          - layertype: raster
            field: t
            level: 850
            plot_units: degC
            colormap: jet
          - layertype: contour
            field: prmsl
            plot_units: 'hPa'
            contours: 10
            clabels: true