From 8aeefe6fd584c469b5ac6f7ccd01cd0a7f9b211d Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 2 Sep 2021 14:54:44 +0200 Subject: [PATCH] Add test `Inst_eddies_v6_global` --- Convert_Matlab/long_tests.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Convert_Matlab/long_tests.json b/Convert_Matlab/long_tests.json index 14e28253..5077a07d 100644 --- a/Convert_Matlab/long_tests.json +++ b/Convert_Matlab/long_tests.json @@ -8,5 +8,16 @@ "2019-12-16" ], "required": ["$src_dir/Convert_Matlab/inst_eddies.m"] + }, + { + "title": "Inst_eddies_v6_global", + "description": + "On a global file to test the processing of ghost eddies.", + "command": + [ + "$src_dir/Convert_Matlab/inst_eddies_v6.py", + "/proju/lmd-oce/data/TOEddies/Global/Delayed-Time/Eddies/adt_19930101.mat" + ], + "required": ["$src_dir/Convert_Matlab/inst_eddies.m"] } ] -- GitLab