Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPSL
LMD
DPAO
Detection eddies
Commits
83a7a4c7
Commit
83a7a4c7
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
3ade06c1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Inst_eddies/get_1_outerm.f90
+2
-2
2 additions, 2 deletions
Inst_eddies/get_1_outerm.f90
Inst_eddies/set_all_contours.f90
+2
-2
2 additions, 2 deletions
Inst_eddies/set_all_contours.f90
Inst_eddies/set_max_speed.f90
+4
-3
4 additions, 3 deletions
Inst_eddies/set_max_speed.f90
with
8 additions
and
7 deletions
Inst_eddies/get_1_outerm.f90
+
2
−
2
View file @
83a7a4c7
...
...
@@ -56,8 +56,8 @@ contains
! 1, the outermost contour is element with subscript n_cont. The
! contours are in monotonic order of ssh. For i /= n_cont - 1,
! cont_list(i)%area has its default initialization value and the
! order of points in cont_list(i) (clockwise or
counter-clockwise)
! is not specified.
! order of points in cont_list(i)
%polyline
(clockwise or
!
counter-clockwise)
is not specified.
integer
,
intent
(
out
)::
n_cont
! number of good contours found and stored, 0 <= n_cont <= n_max_cont - 1
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/set_all_contours.f90
+
2
−
2
View file @
83a7a4c7
...
...
@@ -72,8 +72,8 @@ contains
! 1, the outermost contour is element with subscript n_cont. The
! contours are in monotonic order of ssh. If i /= n_cont - 1,
! cont_list(i)%area has its default initialization value and the
! order of points in cont_list(i) (clockwise or
counter-clockwise)
! is not specified.
! order of points in cont_list(i)
%polyline
(clockwise or
!
counter-clockwise)
is not specified.
integer
n_cont
! number of good contours found and stored in cont_list, 0 <=
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/set_max_speed.f90
+
4
−
3
View file @
83a7a4c7
...
...
@@ -32,9 +32,10 @@ contains
! Contour list. Defined only for subscripts 1:n_cont. On entry,
! the outermost contour is element with subscript n_cont. The
! contours between 1 and i_outer are in monotonic order of
! ssh. For i /= i_outer, has its default initialization value and
! the order of points in cont_list(i) (clockwise or
! counter-clockwise) is not specified.
! ssh. For i /= i_outer, cont_list(i)%area has its default
! initialization value and the order of points in
! cont_list(i)%polyline (clockwise or counter-clockwise) is not
! specified.
integer
,
intent
(
inout
)::
n_cont
! Number of good contours found and stored in cont_list. On entry,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment