Skip to content
Snippets Groups Projects
Commit 0029b979 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

New tests

parent 38ea5d34
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment