From 3ac2883c9119688fc990ccc820ae131efd95c59b Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 24 Apr 2023 22:17:14 +0200 Subject: [PATCH] Add test of velocity without time dimension --- Inst_eddies/Analysis/tests.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Inst_eddies/Analysis/tests.json b/Inst_eddies/Analysis/tests.json index 3c8de8b1..61cd4109 100644 --- a/Inst_eddies/Analysis/tests.json +++ b/Inst_eddies/Analysis/tests.json @@ -56,6 +56,16 @@ "--save=png" ] }, + "Plot_vel_no_time": + { + "description": "Input file without time dimension.", + "command": + [ + "$src_dir/Inst_eddies/Analysis/plot_velocity.py", + "$src_dir/Inst_eddies/Tests/Input/uv_outermost.nc", "--save=png", + "--scale=5" + ] + }, "Plot_eddy_contours_2": { "command": [ "$src_dir/Inst_eddies/Analysis/plot_eddy_contours.py", -- GitLab