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
489ea7af
"ReadMe.md" did not exist on "7806609773bdd12424bf61fe37182dda0e2e2ef2"
Commit
489ea7af
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
f732085c
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/nearby_extr.f90
+2
-2
2 additions, 2 deletions
Inst_eddies/nearby_extr.f90
Overlap/read_eddy.f90
+2
-1
2 additions, 1 deletion
Overlap/read_eddy.f90
Overlap/read_snapshot.f90
+3
-1
3 additions, 1 deletion
Overlap/read_snapshot.f90
with
7 additions
and
4 deletions
Inst_eddies/nearby_extr.f90
+
2
−
2
View file @
489ea7af
...
@@ -19,8 +19,8 @@ contains
...
@@ -19,8 +19,8 @@ contains
! extremum. 0 at other points.
! extremum. 0 at other points.
type
(
eddy
),
intent
(
in
)::
list
(:)
type
(
eddy
),
intent
(
in
)::
list
(:)
! Visible eddies at a given date. We need components extr%coord
! Visible eddies at a given date. We need components extr%coord
,
!
and
cyclon
e
to be defined.
! cycl
one and out_c
on
t
to be defined.
integer
,
intent
(
in
)::
i
! identifying number of the target extremum
integer
,
intent
(
in
)::
i
! identifying number of the target extremum
...
...
This diff is collapsed.
Click to expand it.
Overlap/read_eddy.f90
+
2
−
1
View file @
489ea7af
...
@@ -19,7 +19,8 @@ contains
...
@@ -19,7 +19,8 @@ contains
use
derived_types
,
only
:
eddy
,
shpc_slice_handler
,
missing_speed
use
derived_types
,
only
:
eddy
,
shpc_slice_handler
,
missing_speed
type
(
eddy
),
intent
(
out
)::
e
type
(
eddy
),
intent
(
out
)::
e
! All components are defined. Components delta_in and delta_out
! All components except e%innermost_level and maybe
! e%extr%coord_proj are defined. Components delta_in and delta_out
! get default initialization values.
! get default initialization values.
integer
,
intent
(
out
)::
d
! date
integer
,
intent
(
out
)::
d
! date
...
...
This diff is collapsed.
Click to expand it.
Overlap/read_snapshot.f90
+
3
−
1
View file @
489ea7af
...
@@ -15,7 +15,9 @@ contains
...
@@ -15,7 +15,9 @@ contains
use
read_eddy_m
,
only
:
read_eddy
use
read_eddy_m
,
only
:
read_eddy
use
read_grid_m
,
only
:
nlon
,
nlat
,
corner
,
step
use
read_grid_m
,
only
:
nlon
,
nlat
,
corner
,
step
type
(
snapshot
),
intent
(
out
)::
s
! completely defined
type
(
snapshot
),
intent
(
out
)::
s
! completely defined except s%list%innermost_level
TYPE
(
shpc_slice_handler
),
intent
(
in
)::
hshpc
(:)
! (n_slices)
TYPE
(
shpc_slice_handler
),
intent
(
in
)::
hshpc
(:)
! (n_slices)
type
(
shpc_slice_meta
),
intent
(
in
)::
ssm
(:)
! (n_slices)
type
(
shpc_slice_meta
),
intent
(
in
)::
ssm
(:)
! (n_slices)
integer
,
intent
(
in
)::
k
! date index
integer
,
intent
(
in
)::
k
! date index
...
...
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