From 6d1dcc55c911db2d975398ff619658a086bbf760 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 21 Jun 2024 13:45:12 +0100
Subject: [PATCH] more analysis config work

---
 .../coordinator/an/depo_config_EastAfrica_an_live.json        | 2 +-
 .../coordinator/an/env_suit_config_EastAfrica_an_live.json    | 2 +-
 .../configs/coordinator/template_sys_config_EastAfrica.json   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
index c3aaae0..4cdfee1 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/an/depo_config_EastAfrica_an_live.json
@@ -7,7 +7,7 @@
     "ProcessInJob" : "process_in_job_dep",
     "ProcessEWSPlotting" : "process_EWS_plotting_dep",
     "EWS-Plotting" : {
-        "SysConfig": "${ConfigsPath}/coordinator/analysis/sys_config_EastAfrica_an_live.json",
+        "SysConfig": "${ConfigsPath}/coordinator/an/sys_config_EastAfrica_an_live.json",
         "NameExtractionConfig": "${ConfigsPath}/plotting///name_extraction/NAME_EXTRACTION_CONFIG.json",
         "RunConfig": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO.json",
         "RunConfigNorm": "${ConfigsPath}/plotting///deposition/RUN_CONFIG_DEPO_NORMALIZED.json",
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json b/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
index f9c015a..c688587 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/an/env_suit_config_EastAfrica_an_live.json
@@ -81,7 +81,7 @@
         }
     },
     "EWS-Plotting" : {
-        "SysConfig" : "${ConfigsPath}/coordinator/analysis/sys_config_EastAfrica_an_live.json",
+        "SysConfig" : "${ConfigsPath}/coordinator/an/sys_config_EastAfrica_an_live.json",
         "RunConfig" : "${ConfigsPath}/plotting/env_suit/RUN_CONFIG_ENV.json",
         "EastAfrica" : {
             "ChartConfig" : "${ConfigsPath}/plotting/chart/CHART_CONFIG_EAST_AFRICA_PINE.json",
diff --git a/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json b/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
index 3e9ff6a..e3917ff 100644
--- a/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
+++ b/pipeline_resources/EastAfrica/configs/coordinator/template_sys_config_EastAfrica.json
@@ -5,8 +5,8 @@
     "StartString" : "?",
     "ProjectRoot" : "<path to project root>",
     "MetoFTP" : "<path to MetoFTP>",
-    "WorkspacePathout" : "${ProjectRoot}/regions/EastAfrica/workspace/<analysis or forecast specific sub folder>",
-    "WorkspacePath" : "${ProjectRoot}/regions/EastAfrica/workspace/<analysis or forecast specific sub folder>",
+    "WorkspacePathout" : "${ProjectRoot}/regions/EastAfrica/<analysis or forecast specific sub folder>",
+    "WorkspacePath" : "${ProjectRoot}/regions/EastAfrica/<analysis or forecast specific sub folder>",
     "ConfigsPath" : "${ProjectRoot}/code/coordinator/pipeline_resources/configs",
     "AssetsPath" : "${ProjectRoot}/regions/EastAfrica/resources/assets",
     "LoggingConfigPath" : "${ProjectRoot}/code/coordinator/pipeline_resources/configs/coordinator/log_config.json",
-- 
GitLab