- Oct 16, 2024
-
-
GUEZ Lionel authored
Avoiding multiplication by 1000 for each instantaneous eddy.
-
GUEZ Lionel authored
Preparing to keep the radius in km and integrate a factor 1000 in `FACTOR`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
To avoid repeated computation.
-
- Oct 09, 2024
-
-
GUEZ Lionel authored
Rename function `calculate_radii_rossby` to `avg_radii_rossby`.
-
GUEZ Lionel authored
Take three lists as arguments of function `calculate_radii_rossby` instead of a list of dictionaries, since this is what we have on the calling side as vertex properties. Note that we no longer have to distinguish the case where `ip_beg <= ip_end` in the main part of the script.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Return a tuple of lists from function `node_to_prop`, instead of a list of dictionaries, since this is what we need to store as properties of a vertex.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing to move long tests to a separate file.
-
- Oct 08, 2024
-
-
Lionel GUEZ authored
Use vertex properties.
-
Lionel GUEZ authored
Preparing to compute statistics on the variation of these properties.
-
- Oct 03, 2024
-
-
GUEZ Lionel authored
Instead of `in_edges` followed by `source`. `in_neighbors` is equivalent but more direct.
-
GUEZ Lionel authored
-
- Sep 26, 2024
-
-
GUEZ Lionel authored
In method `__init__` of class `SHPC_class`. As a consequence, we remove the dummy argument `def_orient` of `__init__`.
-
- Sep 24, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 02, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Aug 23, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It is now the same as test `Draw_component`.
-
Lionel GUEZ authored
Advantages: no need to provide the JSON file on the command line; single loop on nodes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Keep trajectory lists inside dictionaries, indexed by trajectory number, instead of lists. This way, we can keep the trajectory numbers when we work on part of the graph, for example in a component.
-
Lionel GUEZ authored
Useless since commit d95e4619.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The motivation is to be able to create the files `*traj*.json` for only a component of the graph, so that `plot_traj.py` can plot the trajectories in a single component, with different colors for different trajectories.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
Lionel GUEZ authored
-