From e832421e29cf408ced155a250f7da2b113c708e2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 22 Oct 2024 01:29:30 +0200 Subject: skewt fix name in list --- metchart/plotter/vertical_from_grib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metchart/plotter/vertical_from_grib.py') diff --git a/metchart/plotter/vertical_from_grib.py b/metchart/plotter/vertical_from_grib.py index 2c636f0..159ff4b 100755 --- a/metchart/plotter/vertical_from_grib.py +++ b/metchart/plotter/vertical_from_grib.py @@ -95,7 +95,7 @@ def _plot(data, output, name, lat=None, lon=None, analysis=None): with open(os.path.join(output, f'skewt_{name}.index.json'), 'w') as f: f.write(json.dumps(index, indent=4)) - return {'name': name, 'indexfile': f'skewt_{name}.index.json', 'list_title': 'Location'} + return {'name': name, 'indexfile': f'skewt_{name}.index.json', 'list_title': 'INIT+'} if __name__ == '__main__': run(**config) -- cgit v1.2.3