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

Polish

parent 739c52b9
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,13 @@ contains
innermost_level_2, outside_points, ssh, corner, step)
! This procedure gets one outermost contour, if it can find
! one. Method: dichotomy on level of ssh. If the procedure cannot
! find an outermost contour, it returns a null ssh_contour. An
! outermost contour is not found if, and only if, there is no good
! contour at innermost level. If a contour is found then its level
! is farther from the extremum than innermost level.
! one. If the procedure cannot find an outermost contour, it
! returns a null ssh_contour. An outermost contour is not found
! if, and only if, there is no good contour at innermost level. If
! a contour is found then its level is farther from the extremum
! than innermost level.
! Method: dichotomy on level of ssh.
! The length of the interval of longitudes of the domain, step(1)
! * (size(ssh, 1) - 1), should be < 180 degrees, so that the
......
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