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

Polish

parent 5a348be3
No related branches found
No related tags found
No related merge requests found
......@@ -1207,9 +1207,9 @@ Pour la région 1, coin en :
\begin{equation*}
\lambda = \np{5.125}^\circ, \phi = -\np{36.375}^\circ
\end{equation*}
soit $(\np[rad]{0.0894}, - \np[rad]{0.6349})$. Indices base 1 du coin
: 21, 215. 5 minimums et 3 maximums dans ce cadre. Cf. figure
(\ref{fig:extrema}).
soit $(\np[rad]{0.0894}, - \np[rad]{0.6349})$. Indices dans le domaine
global, base 1, du coin de la région 1 : 21, 215. 5 minimums et 3
maximums dans ce cadre. Cf. figure (\ref{fig:extrema}).
\begin{figure}[htbp]
\centering
\includegraphics[width=\textwidth]{extrema}
......@@ -1222,11 +1222,11 @@ Minimum cible pour le test \verb+Get_1_outerm+ en :
\begin{equation*}
\lambda = \np{9.625}^\circ, \phi = - \np{33.875}^\circ
\end{equation*}
Indices base 1 de ce minimum : 39, 225. SSH en ce mimimum :
\np{0.2759}. Cyclone numéro 4 dans ce cadre. Contour le plus intérieur
: SSH = \np{0.293300003} m. Contour le plus extérieur : SSH =
\np{0.460744} m. Contour de vitesse maximale : SSH = \np{0.3815}
m. Cf. figures (\ref{fig:test_get_eddy}) et
Indices dans le domaine global, base 1, de ce minimum : 39, 225. SSH
en ce mimimum : \np{0.2759}. Cyclone numéro 4 dans ce cadre. Contour
le plus intérieur : SSH = \np{0.293300003} m. Contour le plus
extérieur : SSH = \np{0.460744} m. Contour de vitesse maximale : SSH =
\np{0.3815} m. Cf. figures (\ref{fig:test_get_eddy}) et
(\ref{fig:test_get_snapshot}).
\begin{figure}[htbp]
\centering
......
......@@ -84,9 +84,9 @@ contains
cont_list(1)%polyline = good_contour(corner, step, ssh, innermost_level_2, &
coord_extr, outside_points)
if (cont_list(1)%n_points == 0) then
test_n_points: if (cont_list(1)%n_points == 0) then
out_cont = null_ssh_contour()
else
else test_n_points
n_cont = 1
cont_list(1)%ssh = innermost_level_2
level_good = innermost_level_2
......@@ -136,7 +136,7 @@ contains
cont_list(n_cont)%area = spher_polyline_area(cont_list(n_cont)%polyline)
call ccw_orient(cont_list(n_cont))
out_cont = cont_list(n_cont)
end if
end if test_n_points
end subroutine get_1_outerm
......
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