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
end type eddy
type snapshot
type(eddy), allocatable:: list(:) ! (number_extr)
! Visible "eddies" at a given date. These include "eddies"
! without an outermost contour, that is only the extremum is
! visible. The subscript value in list is the "identification
! number" of the extremum.
type(eddy), allocatable:: list(:) ! (number_extr) Visible
! "eddies" at a given date. In general, they can have both
! orientations. Visible eddies include "eddies" without an
! outermost contour, that is only the extremum is visible. The
! subscript value in list is the "identification number" of the
! extremum.
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