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
Admin message
Authenticating with a password
with git over http
works again
. More information
here
.
Show more breadcrumbs
IPSL
LMD
DPAO
Detection eddies
Commits
ec27e8ac
Commit
ec27e8ac
authored
2 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
74fdc9a2
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/Analysis/plot_eddy_contours.py
+1
-1
1 addition, 1 deletion
Inst_eddies/Analysis/plot_eddy_contours.py
Inst_eddies/inst_eddies.f90
+1
-1
1 addition, 1 deletion
Inst_eddies/inst_eddies.f90
Trajectories/cost_function.py
+0
-1
0 additions, 1 deletion
Trajectories/cost_function.py
with
2 additions
and
3 deletions
Inst_eddies/Analysis/plot_eddy_contours.py
+
1
−
1
View file @
ec27e8ac
...
...
@@ -226,7 +226,7 @@ if __name__ == "__main__":
d
=
SHPC
.
d_init
[
0
]
else
:
if
args
.
date
is
None
:
print
(
"
Anticyclones:
No date option, plotting first date:
"
,
print
(
"
No date option, plotting first date:
"
,
SHPC
.
d_init
[
0
])
d
=
SHPC
.
d_init
[
0
]
else
:
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/inst_eddies.f90
+
1
−
1
View file @
ec27e8ac
...
...
@@ -89,7 +89,7 @@ program inst_eddies
call
shpc_open
(
hshpc_anti
,
shpc_dir
=
"SHPC"
,
cyclone
=
.false.
,
&
slice
=
slice
,
pszaccess
=
"rb+"
)
else
print
*
,
"inst_eddies:
Did not find slice,
will create
it
..."
print
*
,
"inst_eddies:
Opening failed so we
will create
a slice
..."
call
shpc_create
(
hshpc_cyclo
,
shpc_dir
=
"SHPC"
,
cyclone
=
.true.
,
&
slice
=
slice
)
call
shpc_create
(
hshpc_anti
,
shpc_dir
=
"SHPC"
,
cyclone
=
.false.
,
&
...
...
This diff is collapsed.
Click to expand it.
Trajectories/cost_function.py
+
0
−
1
View file @
ec27e8ac
...
...
@@ -19,7 +19,6 @@ segments_cost_functions.gt or segments_cost_functions.graphml.
import
graph_tool
import
time
import
json
import
math
import
report_graph
import
util_eddies
...
...
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