From 40e1a9eb35a771cdaea7973f8b0642860da1a069 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 24 Jan 2024 00:58:36 +0100 Subject: meteogram add precip --- config.yaml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index d9e5d45..74a9377 100644 --- a/config.yaml +++ b/config.yaml @@ -21,8 +21,10 @@ aggregator: - hbas_con - htop_con - htop_dc + - tot_prec 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] + 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 @@ -31,6 +33,9 @@ plotter: - 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 @@ -40,10 +45,19 @@ plotter: 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: @@ -58,6 +72,34 @@ plotter: 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: -- cgit v1.2.3