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

Polish.

parent 2cf75c69
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ contains ...@@ -10,7 +10,8 @@ contains
! Gets one outermost contour, if it can find one. Method: ! Gets one outermost contour, if it can find one. Method:
! dichotomy on level of ssh. If the procedure cannot find an ! dichotomy on level of ssh. If the procedure cannot find an
! outermost contour, it return a null polyline, zero area and ssh ! outermost contour, it return a null polyline, zero area and ssh
! equal to ssh extremum. ! equal to ssh extremum. An outermost contour is not found if, and
! only if, there is no good contour at innermost level.
use contour_531, only: polyline, convert_to_reg_coord use contour_531, only: polyline, convert_to_reg_coord
use derived_types, only: ssh_contour use derived_types, only: ssh_contour
......
...@@ -22,7 +22,7 @@ contains ...@@ -22,7 +22,7 @@ contains
type(eddy), intent(inout):: e type(eddy), intent(inout):: e
! e%out_cont, e%cyclone, e%ssh_extr and e%coord_extr ! e%out_cont, e%cyclone, e%ssh_extr and e%coord_extr
! should be defined on input ! should be defined on input.
integer, intent(in):: ind_targ_extr(:) ! (2) indices of the target extremum integer, intent(in):: ind_targ_extr(:) ! (2) indices of the target extremum
integer, intent(in):: extr_map(:, :) integer, intent(in):: extr_map(:, :)
......
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