diff --git a/Inst_eddies/Analysis/tests.json b/Inst_eddies/Analysis/tests.json index 61cd4109ce6e9e51290296d12dcecafa20593fd8..b7400c4b197d1d6db439c3e19dee26fd4227a821 100644 --- a/Inst_eddies/Analysis/tests.json +++ b/Inst_eddies/Analysis/tests.json @@ -105,5 +105,25 @@ "env": { "PYTHONPATH": "$src_dir/Inst_eddies/Tests/Input" } + }, + "Eddy_dump_slices": + { + "description": "eddy_dump.py with an SHPC made of several slices.", + "command": + [ + "$src_dir/Inst_eddies/Analysis/eddy_dump.py", + "$tests_old_dir/R4_15_splitted/SHPC", "Anticyclones" + ], + "input": "20463, 2\n" + }, + "Eddy_dump_inter_date": + { + "description": "eddy_dump.py with option -n.", + "symlink": ["$tests_old_dir/EG_15_3_SHPC/e_overestim.txt"], + "command": + [ + "$src_dir/Inst_eddies/Analysis/eddy_dump.py", + "$tests_old_dir/R4_15_splitted/SHPC", "Anticyclones", "-n", "61391" + ] } }