- Jul 12, 2021
-
-
Lionel GUEZ authored
Motivation: we want to call `open_shpc` and `read_field_indices` from program `inst_eddies` without making it an MPI program for one process only.
-
Lionel GUEZ authored
Because we are going to add preprocessor directives.
-
Lionel GUEZ authored
Change path from `Overlap/Analysis` to Analysis, following commit 3e41a613.
-
Lionel GUEZ authored
The program `test_write_overlap` was removed in commit c440ce20.
-
Lionel GUEZ authored
I added assert in commit 83123e30, I do not know why, it was not used.
-
Lionel GUEZ authored
`test_nearby_extr` does not need NetCDF since commit 83123e30.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Following commit e741203 of `GPC_F`. We have to add this `find_package` of GPC in `Detection_eddies` because `GPC_F` now declares a dependency on the abstract target GPC.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove `shpc_create` from use list in main program `test_overlap`. It is no longer needed since commit 50d2f596.
-
Lionel GUEZ authored
Remove `shpc_create.f90` from source files of target `eddy_graph`. It is no longer needed since commit 50d2f596.
-
- Jul 10, 2021
-
-
Lionel GUEZ authored
Update to commit cb25161 from cmake repository.
-
- Jul 09, 2021
-
-
Lionel GUEZ authored
Add test for existence of target `NetCDF_Fortran::NetCDF_Fortran`. If the target already exists, because `find_package(NetCDF_Fortran)` has already been called then we cannot create again the target. This happens if we are a sub-project of a project that first creates the librairies.
-
Lionel GUEZ authored
In case we are a sub-project.
-
Lionel GUEZ authored
Assuming the englobing project builds the corresponding librairies.
-
Lionel GUEZ authored
-
- Jul 06, 2021
-
-
Lionel GUEZ authored
The procedure does not exist any longer.
-
Lionel GUEZ authored
-
- Jul 02, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
A node is no longer identified by date and eddy index.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
One can manually add the key cyclones to the returned dictionary.
-
Lionel GUEZ authored
Replace `tests_old_dir` by PWD for tests in the same series.
-
Lionel GUEZ authored
Move content of `tests.json` to the end `Tests/short_tests.json`.
-
Lionel GUEZ authored
There were only three files in `Overlap/Analysis`.
-
- Jul 01, 2021
-
-
Lionel GUEZ authored
There are other files in `Overlap/Tests/Input` with the same content as removed files. The redundancy came from commit c58c21b7.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add `node_id_param.json` to requirements of `report_graph.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Since we now produce from Fortran edgelists with node indices, we use `report_graph_int.py`.
-
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
Rename variable `N(anti|cyclo)` to `N_eddies` in file `N(anti|cyclo).mat`. Motivation: allow more transparent processing in `overlap_v6.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Rename `edgelist_no_header.csv` to `edgelist_unsorted.csv`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-