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

Add test `Examine_eddy`

parent 13095404
No related branches found
No related tags found
No related merge requests found
...@@ -454,5 +454,21 @@ ...@@ -454,5 +454,21 @@
"exclude_cmp": ["timings.txt", "perf_report.csv"] "exclude_cmp": ["timings.txt", "perf_report.csv"]
}, },
"Complete_SSH": "Complete_SSH":
{"command": "$build_dir/Inst_eddies/Tests/test_complete_ssh"} {"command": "$build_dir/Inst_eddies/Tests/test_complete_ssh"},
"Examine_eddy":
{
"commands":
[
["mkdir", "-p", "SHPC/Slice_0/Cyclones"],
[
"$build_dir/Inst_eddies/Tests/examine_eddy",
"$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_03.nc",
"$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_03.nc",
"$tests_old_dir/Inst_eddies_loop/SHPC/Slice_0"
]
],
"input": "&MAIN_NML DATE = 20456 EDDY_I_TARGET = 3/\n",
"symlink": ["$tests_old_dir/Inst_eddies_loop/config_nml.txt"],
"description": "This eddy is interesting because the maximum speed is a little lower (relative difference # 1e-3) than in version v0.26. SSH on maximum speed contour differs by about 2e-3 m from version v0.26. There are n_max_cont in cont_list."
}
} }
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