Skip to content
Snippets Groups Projects
Commit 2ae0f8af authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent f2a1ec62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment