diff --git a/Tests/short_tests.json b/Tests/short_tests.json index 4cf73e98cb2bd5b59c96b7eb594fb321588bf24d..0e6a02b98d059ace1a02cf71ecfeb1cb938c6868 100644 --- a/Tests/short_tests.json +++ b/Tests/short_tests.json @@ -500,5 +500,54 @@ "title" : "Eddy_graph_r2md3", "description": "Same as Eddy_graph_region_2 but with max_delta = 3.", "input": "&MAIN_NML n_dates = 4, max_delta = 3/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "1", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "Eddy_graph_r2nd5md3", + "description": "Same as Eddy_graph_r2md3 but with n_dates = 5.", + "input": "&MAIN_NML n_dates = 5, max_delta = 3/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "1", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd5md4", + "description": "Same as Eddy_graph_r2nd5md3 but with max_delta = 4.", + "input": "&MAIN_NML n_dates = 5, max_delta = 4/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "1", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd6md4", + "description": "Same as EGr2nd5md4 but with n_dates = 6.", + "input": "&MAIN_NML n_dates = 6, max_delta = 4/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "1", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd6md1", + "description": "Same as EGr2nd6md4 but with max_delta = 1.", + "input": "&MAIN_NML n_dates = 6/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "2", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd6md1np2", + "description": "Same as EGr2nd6md1 but with 2 processes.", + "input": "&MAIN_NML n_dates = 6/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "3", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd6md1np3", + "description": "Same as EGr2nd6md1 but with 3 processes.", + "input": "&MAIN_NML n_dates = 6/\n" + }, + { + "command": ["$build_dir/eddy_graph.sh", "1", + "$src_dir/Tests/Input/Region_2/SHP_triplet"], + "title" : "EGr2nd15md1", + "description": "Same as EGr2nd6md1 but with all the 15 dates.", + "input": "&MAIN_NML /\n" } ]