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
9d6077d0
Commit
9d6077d0
authored
1 year ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
22070db7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Overlap/Analysis/plot_components.py
+6
-0
6 additions, 0 deletions
Overlap/Analysis/plot_components.py
Overlap/Analysis/report_graph.py
+5
-5
5 additions, 5 deletions
Overlap/Analysis/report_graph.py
with
11 additions
and
5 deletions
Overlap/Analysis/plot_components.py
+
6
−
0
View file @
9d6077d0
#!/usr/bin/env python3
"""
This script plots markers on a map for the position of extrema and
arrows between markers for edges in the graph. The color changes with
the component of the graph.
"""
import
itertools
import
sys
...
...
This diff is collapsed.
Click to expand it.
Overlap/Analysis/report_graph.py
+
5
−
5
View file @
9d6077d0
#!/usr/bin/env python3
"""
This script reads an edgelist
. Note that the script loads the whol
e
graph into memory, with networkx. For the global graph on 30 years,
this requires about 13 GiB of main memory. The file e_overestim.txt
has to be in the same directory as the edgelist file given as argument
of the script.
"""
This script reads an edgelist
and prints some information about th
e
corresponding graph. Note that the script loads the whole graph into
memory, with networkx. For the global graph on 30 years, this requires
about 13 GiB of main memory. The file e_overestim.txt has to be in the
same directory as the edgelist file given as argument
of the script.
"""
...
...
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