- Aug 23, 2024
-
-
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
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of storing it in the repository.
-
Lionel GUEZ authored
This should have been removed in commit 311c0598.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove timings from inside function `create_traj_list`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move function `create_traj_list` to a separate file.
-
Lionel GUEZ authored
Preparing for an independent script.
-
Lionel GUEZ authored
This should have been changed in commit 122b78b6.
-
Lionel GUEZ authored
Not worth it any longer. The function was introduced in commit 480800c9, when it had more to do.
-
Lionel GUEZ authored
Separate the construction of `traj_vert_ind` and the definition of `traj_prop`. 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. A side benefit is that the script `trajectories.py` becomes clearer. I have measured on the global graph for 1993-2023 that this modification does not make a significant change on the running time of the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is useful to go from vertex to trajectory. For example, Artemis wants to find the duration of the trajectory before each merging.
-
- Jul 18, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 10, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
- Jun 06, 2024
-
-
Lionel GUEZ authored
We want to be able to re-compute the cost, starting from the output of a previous run of `cost_function.py`, when we have discarded the input file of the previous run.
-
- May 29, 2024
-
-
Lionel GUEZ authored
Segments is no longer a test with only isolated segments since commit e1c18ad8.
-
Lionel GUEZ authored
Add tests `Cost_function_avg_date`, `Greece_date` and `Eurec4A_cost_date`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add option `--avg_fix` in tests to reproduce previous behaviour.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The old behaviour: averaging over a maximum number of instantaneous eddies, becomes an option. We do not use bisect because `max_delta` should be small, around 6, and most often there should be only one time step between instantaneous eddies, so the first guess at distance `max_delta` should be close to the result. Moreover, we would need to define a date function if we used bisect.
-
- May 28, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing for generalization of these functions.
-
Lionel GUEZ authored
This does not change any result, it is just an equivalent formulation. We are preparing for a generalization of the choice of `ip_beg` and `ip_end`.
-