aboutsummaryrefslogtreecommitdiff
path: root/metchart
diff options
context:
space:
mode:
Diffstat (limited to 'metchart')
-rwxr-xr-xmetchart/plotter/vertical_from_grib.py2
1 files changed, 1 insertions, 1 deletions
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)