- Mar 01, 2024
-
-
Lionel GUEZ authored
We do not want a symbolic link `$tests_old_dir/Extract_component_nx_2` to be created if directory `$tests_old_dir/Extract_component_nx_2` does not exist.
-
- Feb 21, 2024
-
-
Lionel GUEZ authored
The description was wrong since commit e35226da.
-
Lionel GUEZ authored
Do not use option `--node` in test of `plot_components.py`, since we are going to remove it.
-
Lionel GUEZ authored
The Graphviz file can be created with `edgelist_to_Graphviz.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move part of tests to new test series in sub-directory.
-
- Jul 02, 2021
-
-
Lionel GUEZ authored
There were only three files in `Overlap/Analysis`.
-
- Jul 01, 2021
-
-
Lionel GUEZ authored
Add `node_id_param.json` to requirements of `report_graph.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of filenames constructed from the orientation. So we need to create symlinks before running the script. It is clearer this way that the script processes a single orientation, and that the processing does not depend on the orientation. The script does not take a command line argument any longer.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Do not try to read attributes of interpolated eddies when reading a graph. Remove option `--interp` of scripts `report_graph.py` and `report_graph_int.py`. Remove argument `read_interp` of function `read_eddy_graph` in both scripts.
-
- Jun 22, 2021
-
-
Lionel GUEZ authored
Do not specify the orientation as a command line argument of `report_graph_int.py`. As in commit 292305e.
-
Lionel GUEZ authored
For test `Report_graph_cyclo`.
-
Lionel GUEZ authored
Do not specify the orientation as a command line argument of `report_graph.py`. We are reverting commit 0ca2da8c because now edgelists and SHPC for interpolated eddies are normally in separate directories, and edgelist is normally just `edgelist.csv`.
-
Lionel GUEZ authored
We are reverting commit b926e1b7 because now there are two SHPC input directories for visible eddies, two SHPC for interpolated eddies and edgelists in differents directories for the two orientations. Handling the command line arguments would be awkward.
-
- Jun 17, 2021
-
-
Lionel GUEZ authored
This SHPC was made with an old version of `inst_eddies`: it contains cyclones and anticyclones output together. We use `$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates` instead. See also commits 488d5c08 and 8ed324ff.
-
- Jun 15, 2021
-
-
Lionel GUEZ authored
-
- May 25, 2021
-
-
Lionel GUEZ authored
Required since commit 1eca0742.
-
- May 20, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
From directory Analysis. Extract corresponding tests from `Analysis/tests.json` into new file `Inst_eddies/Analysis/tests.json`.
-
- Apr 02, 2021
-
-
Lionel GUEZ authored
-
- Mar 13, 2021
-
-
Lionel GUEZ authored
The bug comes from commit ce139a86.
-
- Mar 11, 2021
-
-
Lionel GUEZ authored
-
- Mar 02, 2021
-
-
Lionel GUEZ authored
Move the contents of these directories up one level, renaming them.
-
Lionel GUEZ authored
Take into account new structure of repository in JSon test files.
-
- Feb 26, 2021
-
-
Lionel GUEZ authored
Also split the tests, Fortran source files, Python files and JSon files. Keep at the top level the files used in both `Inst_eddies` and Overlap. Motivations for the split: - The top directory contained many files. - It may be useful to compile only one of the two sub-projects. For example, only `Inst_eddies` on Ciclad, where MPI 3 is not available.
-