From 436a3d3eaebcca11d8da6d8b1bb4f6f543e135e4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 18 Oct 2023 23:55:21 +0200 Subject: implemented aggreator --- plotter/horizontal.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plotter/horizontal.py') diff --git a/plotter/horizontal.py b/plotter/horizontal.py index e83b683..fa5f9df 100755 --- a/plotter/horizontal.py +++ b/plotter/horizontal.py @@ -33,10 +33,8 @@ config = { ] } -def run(source, plots, output='.'): +def run(data, plots, output='.'): misc.create_output_dir(output) - data = xr.load_dataset(source, engine='cfgrib') - index = [] for plot in plots: -- cgit v1.2.3