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
dc8b2e9b
Commit
dc8b2e9b
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
393209fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Inst_eddies/set_all_extr.f90
+3
-1
3 additions, 1 deletion
Inst_eddies/set_all_extr.f90
Inst_eddies/set_contours.f90
+1
-1
1 addition, 1 deletion
Inst_eddies/set_contours.f90
with
4 additions
and
2 deletions
Inst_eddies/set_all_extr.f90
+
3
−
1
View file @
dc8b2e9b
...
...
@@ -7,7 +7,9 @@ contains
subroutine
set_all_extr
(
s
,
step
,
periodic
,
ssh
,
corner
)
! This procedures finds all the extrema of ssh. Not a function
! because "s" is not completely defined.
! because "s" is not completely defined. It would be difficult to
! replace argument "s" by arguments corresponding to the defined
! components of "s" because of allocations.
use
derived_types
,
only
:
snapshot
use
input_ssh_m
,
only
:
max_radius
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/set_contours.f90
+
1
−
1
View file @
dc8b2e9b
...
...
@@ -26,7 +26,7 @@ contains
! Average of azimuthal speed on out_cont or speed_cont, in m
! s-1. Positive means counterclockwise circulation. If speed_cont
! is not a null ssh contour then max_speed is the speed on
! speed_cont.
! speed_cont.
Not defined if out_cont is not closed.
logical
,
intent
(
in
)::
cyclone
type
(
extremum
),
intent
(
in
)::
extr
...
...
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