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
450afbb5
Commit
450afbb5
authored
2 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
ad85502e
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/Documentation_texfol/documentation.tex
+8
-0
8 additions, 0 deletions
Inst_eddies/Documentation_texfol/documentation.tex
Overlap/spher_polygon_area.f90
+3
-3
3 additions, 3 deletions
Overlap/spher_polygon_area.f90
README.md
+2
-11
2 additions, 11 deletions
README.md
with
13 additions
and
14 deletions
Inst_eddies/Documentation_texfol/documentation.tex
+
8
−
0
View file @
450afbb5
...
@@ -264,6 +264,10 @@ l'amplitude minimale. Même si un contour extérieur est trouvé (avec
...
@@ -264,6 +264,10 @@ l'amplitude minimale. Même si un contour extérieur est trouvé (avec
une amplitude supérieure à l'amplitude minimale par construction), il
une amplitude supérieure à l'amplitude minimale par construction), il
peut ne pas être valide à cause du critère de surface minimale.
peut ne pas être valide à cause du critère de surface minimale.
Le principe général est que la composante
\verb
+
speed_cont
+
est vide
s'il n'y a pas mieux que
\verb
+
out_cont
+
comme contour de vitesse
maximale.
\begin{tabular}
{
p
{
5cm
}
cp
{
5cm
}}
\begin{tabular}
{
p
{
5cm
}
cp
{
5cm
}}
\hline
\hline
Le champ speed de extremum.dbf vaut
\verb
+
missing_speed
+
Le champ speed de extremum.dbf vaut
\verb
+
missing_speed
+
...
@@ -1412,6 +1416,10 @@ Déplacer des champs de \verb+extremum.dbf+ à
...
@@ -1412,6 +1416,10 @@ Déplacer des champs de \verb+extremum.dbf+ à
vitesse, radius4, valid ? C'est possible mais ce n'est pas sûr qu'on y
vitesse, radius4, valid ? C'est possible mais ce n'est pas sûr qu'on y
gagne en clarté et en facilité d'utilisation.
gagne en clarté et en facilité d'utilisation.
Modifier le critère de recouvrement : intersection des contous
extérieurs supérieure à 50
\%
et intersection des contours de vitesse
maximale non nulle.
\subsection
{
Grille non longitude-latitude
}
\subsection
{
Grille non longitude-latitude
}
Comment faire si la grille n'est pas une grille longitude-latitude ?
Comment faire si la grille n'est pas une grille longitude-latitude ?
...
...
This diff is collapsed.
Click to expand it.
Overlap/spher_polygon_area.f90
+
3
−
3
View file @
450afbb5
...
@@ -6,9 +6,9 @@ contains
...
@@ -6,9 +6,9 @@ contains
pure
real
function
spher_polygon_area
(
p
)
pure
real
function
spher_polygon_area
(
p
)
! Assuming p is a polygon in longitude, latitude, compute the
area
! Assuming p is a polygon in longitude, latitude, compute the
! of a polygon in longitude, sin(latitude) with
the same
!
(positive) area
of a polygon in longitude, sin(latitude) with
! vertices. Result in m2.
!
the same
vertices. Result in m2.
! Libraries:
! Libraries:
use
gpc_f
,
only
:
polygon
use
gpc_f
,
only
:
polygon
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
11
View file @
450afbb5
...
@@ -4,14 +4,5 @@ This code implements ideas and methods described in the following articles:
...
@@ -4,14 +4,5 @@ This code implements ideas and methods described in the following articles:
[
Pegliasco et al., 2015
](
https://doi.org/10.1002/2015jc010950
)
;
[
Pegliasco et al., 2015
](
https://doi.org/10.1002/2015jc010950
)
;
[
Laxenaire et al., 2018
](
https://doi.org/10.1029/2018JC014270
)
.
[
Laxenaire et al., 2018
](
https://doi.org/10.1029/2018JC014270
)
.
Dependencies:
Dependencies: graph-tool networkx pyshp f90nml cartopy pygifsicle
graph-tool
ipython h5py pynco pygraphviz
networkx
pyshp
f90nml
cartopy
pygifsicle
ipython
h5py
pynco
pygraphviz
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