diff --git a/Inst_eddies/Analysis/tests.json b/Inst_eddies/Analysis/tests.json index 7532e4e4e9f63557c9f24de1dbe3efc17eb04002..52eb16805cea34e7cae80656931165b1b830473f 100644 --- a/Inst_eddies/Analysis/tests.json +++ b/Inst_eddies/Analysis/tests.json @@ -81,5 +81,14 @@ "--save=png" ], "description": "With two SHPC as command line arguments." + }, + { + "title": "Examine_ssh_values", + "command": + [ + "$src_dir/Inst_eddies/Analysis/examine_ssh_values.py", "-s", + "$src_dir/Inst_eddies/Tests/Input/h_region_4.nc" + ], + "input": "17\n-37\n0.2\n" } ] diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json index e29974aa5731d0d21e785142bfc74dba712d8620..7bec7ce32421ba3cb30004a0d05199198bbbde40 100644 --- a/Inst_eddies/Tests/short_tests.json +++ b/Inst_eddies/Tests/short_tests.json @@ -365,14 +365,5 @@ "$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc", "huv_region_1_%Y_%m_%d.nc", "-l", "2006-01-04" ] - }, - { - "title": "Examine_ssh_values", - "command": - [ - "$src_dir/Inst_eddies/Analysis/examine_ssh_values.py", "-s", - "$src_dir/Inst_eddies/Tests/Input/h_region_4.nc" - ], - "input": "17\n-37\n0.2\n" } ]