From f074bedda236827ac3902e62fd139ff0fa72ea20 Mon Sep 17 00:00:00 2001 From: elenafillo <56997441+elenafillo@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:57:50 +0100 Subject: [PATCH] aligned height and height_name for TAC tac height and height name were in different orders, which creates issues when loading the tutorial. corrected this --- openghg_defs/data/site_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openghg_defs/data/site_info.json b/openghg_defs/data/site_info.json index 21313d5..62857ff 100644 --- a/openghg_defs/data/site_info.json +++ b/openghg_defs/data/site_info.json @@ -2993,7 +2993,7 @@ "TAC": { "DECC": { "height": ["185m", "54m", "100m"], - "height_name": ["185magl", "100magl", "54magl"], + "height_name": ["185magl", "54magl", "100magl"], "height_station_masl": 64, "latitude": 52.51882, "long_name": "Tacolneston Tower, UK",