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

Count outermost contours

parent 2fdbff91
Branches
Tags
No related merge requests found
...@@ -49,6 +49,8 @@ program test_set_all_outerm ...@@ -49,6 +49,8 @@ program test_set_all_outerm
end do end do
print *, "test_set_all_outerm: s%number_extr = ", s%number_extr print *, "test_set_all_outerm: s%number_extr = ", s%number_extr
print *, "test_set_all_outerm: Number of outermost contours = ", &
count(s%list%out_cont%closed)
print *, "test_set_all_outerm: Average number of points per outermost ", & print *, "test_set_all_outerm: Average number of points per outermost ", &
"contour: ", sum(s%list%out_cont%n_points) / real(s%number_extr) "contour: ", sum(s%list%out_cont%n_points) / real(s%number_extr)
call shpc_create(hshp_cyclo, shpc_dir = "SHPC", cyclone = .true., slice = 0, & call shpc_create(hshp_cyclo, shpc_dir = "SHPC", cyclone = .true., slice = 0, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment