From 625708fae2fbc3da57a991c002358b48b91fa421 Mon Sep 17 00:00:00 2001 From: Emily Bourne Date: Mon, 22 Jan 2024 13:52:34 +0000 Subject: [PATCH] Fix diag_growthrate --- .../gysdata/{data_structure.yaml => data_structure_XVx.yaml} | 0 post-process/PythonScripts/gysdata/disk.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename post-process/PythonScripts/gysdata/{data_structure.yaml => data_structure_XVx.yaml} (100%) diff --git a/post-process/PythonScripts/gysdata/data_structure.yaml b/post-process/PythonScripts/gysdata/data_structure_XVx.yaml similarity index 100% rename from post-process/PythonScripts/gysdata/data_structure.yaml rename to post-process/PythonScripts/gysdata/data_structure_XVx.yaml diff --git a/post-process/PythonScripts/gysdata/disk.py b/post-process/PythonScripts/gysdata/disk.py index b19c444d8..091f21bf7 100644 --- a/post-process/PythonScripts/gysdata/disk.py +++ b/post-process/PythonScripts/gysdata/disk.py @@ -80,7 +80,7 @@ def __init__(self, data_dir, data_structure=None, fields=None): data_dir = Path(data_dir).resolve() if data_structure is None: - data_structure = Path('data_structure.yaml') + data_structure = Path('data_structure_XVx.yaml') if not data_structure.is_absolute(): if (data_dir / data_structure).is_file(): data_structure = data_dir/data_structure