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

Polish

parent 32015e67
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,12 @@ program examine_eddy ...@@ -179,7 +179,12 @@ program examine_eddy
print *, "corner_window (in degrees):", corner_window * rad_to_deg print *, "corner_window (in degrees):", corner_window * rad_to_deg
print *, "n1 = ", n1 print *, "n1 = ", n1
print *, "n2 = ", n2 print *, "n2 = ", n2
print *, "outside_points = ", outside_points print *, "outside_points (in degrees): "
do i = 1, n1 + n2
print *, outside_points(:, i) * rad_to_deg
end do
print *, "e%innermost_level = ", e%innermost_level print *, "e%innermost_level = ", e%innermost_level
print *, "Created shapefile cont_list and shapefile collection SHPC." print *, "Created shapefile cont_list and shapefile collection SHPC."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment