- Jul 27, 2022
-
-
Lionel GUEZ authored
Extract code from program `inst_eddies` into new procedure `input_ssh`.
-
- Jul 26, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Split derived type `shpc_slice_handler` into `shpc_slice_handler` and `shpc_slice_meta out`. Do not mix what is necessary to open, create and close, analogous to a logical unit, with what comes from reading the files.
-
Lionel GUEZ authored
Because we are going to use it in `Inst_eddies` too.
-
Lionel GUEZ authored
Create component `unit` for `ishape_last.txt` in derived type `shpc_slice_handler`. Open, create and close `ishape_last.txt` at the same time we open, create and close the shapefiles. So we use `read_opcol` instead of `read_column` when we need to read `ishape_last.txt`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 25, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We are more clearly separating opening files and reading from them.
-
- Jul 06, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is no longer needed since commit d16d3f1c.
-
- Jul 05, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Use `e_overestim.txt` instead of `node_id_param.json`. Since commit 43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to write the value alone in a text file.
-
Lionel GUEZ authored
Option should have been updated in commit e35226da.
-
Lionel GUEZ authored
Bad names from commit c45cd728.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 04, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Following renaming of script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 01, 2022
-
-
Lionel GUEZ authored
Add script converting Graph-tool output to edgelist. So we can use analysis scripts developed in Overlap on results of trajectory scripts.
-
Lionel GUEZ authored
Move tests on trajectories to new test file `Trajectories/tests.json`.
-
Lionel GUEZ authored
Directory Tests was created in commit 40a1c5aa.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jun 29, 2022
-
-
Lionel GUEZ authored
Rewrite following an idea of R\'emi Laxenaire: loop on edges in order of ascending cost function.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Rename trajectories to `traj_segm` and `expanded_trajectories` to `expanded_traj`.
-
Lionel GUEZ authored
-
- Jun 28, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
No need for this property to be internal.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jun 27, 2022
-
-
Lionel GUEZ authored
-
- May 18, 2022
-
-
Lionel GUEZ authored
Instead of a global variable with hidden modification in a method of Visitor.
-