diff options
Diffstat (limited to 'plotter/vertical_from_grib.py')
-rwxr-xr-x | plotter/vertical_from_grib.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plotter/vertical_from_grib.py b/plotter/vertical_from_grib.py index 929782e..9f927a7 100755 --- a/plotter/vertical_from_grib.py +++ b/plotter/vertical_from_grib.py @@ -25,10 +25,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: |