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

Polish

parent 8c7f93dc
No related branches found
No related tags found
No related merge requests found
...@@ -43,9 +43,10 @@ contains ...@@ -43,9 +43,10 @@ contains
! speed on speed_cont. ! speed on speed_cont.
type(ssh_contour), intent(inout):: cont_list(:) ! (n_max_cont) type(ssh_contour), intent(inout):: cont_list(:) ! (n_max_cont)
! Contour list. Defined only for subscripts 1:n_cont. On entry, ! Contour list, with points given by longitude and latitude, in
! the outermost contour is element with subscript n_cont. The ! radians. Defined only for subscripts 1:n_cont. On entry, the
! contours between 1 and i_outer are in monotonic order of ! outermost contour is element with subscript n_cont. The contours
! between 1 and i_outer are in monotonic order of
! ssh. cont_list%area has its default initialization value and the ! ssh. cont_list%area has its default initialization value and the
! order of points in the polyline components (clockwise or ! order of points in the polyline components (clockwise or
! counter-clockwise) is not specified. ! counter-clockwise) is not specified.
......
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