From 84437db5b2ee377a8f048a10769e3adfb3752695 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 4 Apr 2023 17:18:15 +0200
Subject: [PATCH] Use updated global run

Apart from the fact that `Global_1993_2021` was obtained with a more
recent version of the code, there is not much point in keeping a
separate experience for the year 1993.
---
 Inst_eddies/Tests/test_output.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Inst_eddies/Tests/test_output.json b/Inst_eddies/Tests/test_output.json
index a66cdf3a..3c8b3bd8 100644
--- a/Inst_eddies/Tests/test_output.json
+++ b/Inst_eddies/Tests/test_output.json
@@ -65,7 +65,7 @@
 	"description": "Append to big SHPC, mixing output to the three shapefiles.",
 	"input": "&main_nml /\n",
 	"command" : ["time", "$build_dir/test_write_null"],
-	"copy":	["$PWD/Inst_eddies_9/SHPC"],
+	"copy":	[["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
 	"stdout": "test_write_null_stdout.txt",
 	"exclude_cmp": ["test_write_null_stderr.txt"]
     },
@@ -74,7 +74,7 @@
 	"description": "Append to big SHPC, separating output to the three shapefiles.",
 	"input": "&main_nml mixed = f/\n",
 	"command" : ["time", "$build_dir/test_write_null"],
-	"copy":	["$PWD/Inst_eddies_9/SHPC"],
+	"copy":	[["$PWD/Global_1993_2021/SHPC/Slice_0", "SHPC/Slice_0"]],
 	"stdout": "test_write_null_stdout.txt",
 	"exclude_cmp": ["test_write_null_stderr.txt"]
     }
-- 
GitLab