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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
---
index: web/data/index.json
aggregator:
icon_eu:
module: aggregator.dwd_icon
output: dwd_icon_cache
model: icon-eu
model_long: icon-eu_europe
parameter_caps_in_filename: true
pressure_level_parameters:
- t
- relhum
- u
- v
- fi
- clc
single_level_parameters:
- pmsl
- t_2m
- relhum_2m
- hbas_con
- htop_con
- htop_dc
- tot_prec
- h_snow
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, 51, 54, 57, 60, 63, 66, 69, 72]
description: FORECAST DWD ICON-EU
plotter:
- module: plotter.meteogram
aggregator: icon_eu
output: web/data
plots:
- name: meteogram_antersberg
lat: 47.96
lon: 11.99
- name: meteogram_munich
lat: 48.16
lon: 11.57
- module: 'plotter.vertical_from_grib'
aggregator: icon_eu
output: web/data
plots:
- lat: 47.96
lon: 11.99
name: skewt_antersberg
analysis: lcl
- lat: 11.57
lon: 48.16
name: skewt_munich
analysis: lcl
- module: 'plotter.horizontal'
aggregator: icon_eu
output: web/data
plots:
- name: dry_con_top
area: null
layers:
- layertype: raster
field: HTOP_DC
- 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: t_fi_500
area: null
layers:
- layertype: raster
field: t
level: 500
plot_units: degC
colormap: jet
- layertype: contour
field: z
level: 500
plot_units: '_gpdm'
contours: 5
clabels: true
- name: t_fi_200
area: null
layers:
- layertype: raster
field: t
level: 200
plot_units: degC
colormap: jet
- layertype: contour
field: z
level: 200
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
|