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

Polish

parent 0f6ef04d
No related branches found
No related tags found
No related merge requests found
...@@ -43,11 +43,12 @@ module derived_types ...@@ -43,11 +43,12 @@ module derived_types
end type eddy end type eddy
type snapshot type snapshot
type(eddy), allocatable:: list(:) ! (number_extr) type(eddy), allocatable:: list(:) ! (number_extr) Visible
! Visible "eddies" at a given date. These include "eddies" ! "eddies" at a given date. In general, they can have both
! without an outermost contour, that is only the extremum is ! orientations. Visible eddies include "eddies" without an
! visible. The subscript value in list is the "identification ! outermost contour, that is only the extremum is visible. The
! number" of the extremum. ! subscript value in list is the "identification number" of the
! extremum.
integer number_extr ! number of visible extrema integer number_extr ! number of visible extrema
......
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