From 3d596ccd7a63d26aaea64043bc5b6ffcd7fc2865 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 10 Feb 2023 21:23:18 +0100
Subject: [PATCH] Add test `Region_4_15_days`

---
 Inst_eddies/Tests/short_tests.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json
index 75e725b9..2c3cb041 100644
--- a/Inst_eddies/Tests/short_tests.json
+++ b/Inst_eddies/Tests/short_tests.json
@@ -511,5 +511,18 @@
 	    ["mkdir", "-p", "SHPC/Slice_0/Cyclones"],
 	    "$build_dir/Inst_eddies/Tests/test_get_1_outerm"
 	]
+    },
+    {
+	"title": "Region_4_15_days",
+	"description":"This is used in several tests in Overlap.",
+	"command":
+	[
+	    "$build_dir/Inst_eddies/inst_eddies_Aviso.py",
+	    "--template=dt_global_allsat_phy_l4_%Y%m%d_20210726.nc",
+	    "--last_date=2006-01-15",
+	    "--bbox", "16.125", "20.875", "-38.875", "-34.125",
+	    "$large_input_dir/dt_global_allsat_phy_l4_20060101_20210726.nc"
+	],
+        "create_file": ["config_nml.txt", "&config_nml /\n"]
     }
 ]
-- 
GitLab