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

Polish

parent b099598c
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,9 @@ contains ...@@ -7,11 +7,9 @@ contains
subroutine set_max_speed(speed_cont, max_speed, cont_list, n_cont, & subroutine set_max_speed(speed_cont, max_speed, cont_list, n_cont, &
extr_coord, ssh, u, v, corner, step) extr_coord, ssh, u, v, corner, step)
! This procedure defines the components speed_cont and max_speed ! This procedure defines speed_cont and max_speed. On return,
! of argument e. On return, e%speed_cont may be a null ssh contour ! speed_cont may be a null ssh contour and max_speed may be set to
! and e%max_speed may be set to missing_speed. e%max_speed is ! missing_speed. max_speed is never NaN.
! 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.
! The length of the interval of longitudes of the domain, step(1) ! The length of the interval of longitudes of the domain, step(1)
! * (size(ssh, 1) - 1), should be < 180 degrees, so that the ! * (size(ssh, 1) - 1), should be < 180 degrees, so that the
......
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