From e723c28c0aab44357516b282846fa4b441af1de3 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 29 Sep 2023 15:20:28 +0200 Subject: python module restructure --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index e358613..5eed3e5 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ --- plotter: - - module: vertical_from_grib + - module: 'plotter.vertical_from_grib' source: dwd_icon-eu/combined.grib2 output: out plots: @@ -8,7 +8,7 @@ plotter: lon: 11.99 name: Antersberg analysis: lcl - - module: horizontal + - module: 'plotter.horizontal' source: dwd_icon-eu/combined.grib2 output: out plots: -- cgit v1.2.3