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
6ceed70b
Commit
6ceed70b
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
b099598c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Inst_eddies/set_max_speed.F90
+3
-5
3 additions, 5 deletions
Inst_eddies/set_max_speed.F90
with
3 additions
and
5 deletions
Inst_eddies/set_max_speed.F90
+
3
−
5
View file @
6ceed70b
...
...
@@ -7,11 +7,9 @@ contains
subroutine
set_max_speed
(
speed_cont
,
max_speed
,
cont_list
,
n_cont
,
&
extr_coord
,
ssh
,
u
,
v
,
corner
,
step
)
! This procedure defines the components speed_cont and max_speed
! of argument e. On return, e%speed_cont may be a null ssh contour
! and e%max_speed may be set to missing_speed. e%max_speed is
! never NaN. On return, if e%speed_cont is not a null ssh contour
! then e%max_speed is the speed on e%speed_cont.
! This procedure defines speed_cont and max_speed. On return,
! speed_cont may be a null ssh contour and max_speed may be set to
! missing_speed. max_speed is never NaN.
! The length of the interval of longitudes of the domain, step(1)
! * (size(ssh, 1) - 1), should be < 180 degrees, so that the
...
...
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