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
2ae0f8af
Commit
2ae0f8af
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
f2a1ec62
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
Overlap/config_graph.F90
+2
-1
2 additions, 1 deletion
Overlap/config_graph.F90
Overlap/inters_lines.f90
+4
-1
4 additions, 1 deletion
Overlap/inters_lines.f90
Overlap/overlap.f90
+1
-1
1 addition, 1 deletion
Overlap/overlap.f90
with
7 additions
and
3 deletions
Overlap/config_graph.F90
+
2
−
1
View file @
2ae0f8af
...
...
@@ -15,7 +15,8 @@ module config_graph_m
logical
,
protected
::
cyclone
=
.true.
real
,
protected
::
min_inters_speed
=
0.5
! minimum intersection between maximum-speed contours
! minimum intersection between maximum-speed contours, computed as a
! fraction of surface
contains
...
...
This diff is collapsed.
Click to expand it.
Overlap/inters_lines.f90
+
4
−
1
View file @
2ae0f8af
...
...
@@ -17,7 +17,10 @@ contains
use
spher_polyline_area_m
,
only
:
spher_polyline_area
type
(
polyline
),
intent
(
in
)::
polyline_1
,
polyline_2
real
,
intent
(
in
)::
min_inters
! minimum intersection between contours
real
,
intent
(
in
)::
min_inters
! minimum intersection between polylines, computed as a fraction
! of surface
! Local:
type
(
polygon
)
res_pol
...
...
This diff is collapsed.
Click to expand it.
Overlap/overlap.f90
+
1
−
1
View file @
2ae0f8af
...
...
@@ -14,11 +14,11 @@ contains
! Libraries:
use
contour_531
,
only
:
polyline
use
inters_lines_m
,
only
:
inters_lines
use
copy_shift_m
,
only
:
copy_shift
use
candidate_overlap_m
,
only
:
candidate_overlap
use
config_graph_m
,
only
:
dist_lim
,
min_inters_speed
use
derived_types
,
only
:
snapshot
use
inters_lines_m
,
only
:
inters_lines
use
read_grid_m
,
only
:
nlon
,
nlat
,
periodic
use
unit_edge_m
,
only
:
unit_edge
...
...
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