- Jul 19, 2021
-
-
Lionel GUEZ authored
Read `days_1950` and `eddy_index` from outermost and max-speed shapefiles. When we only opened shapefiles in reading mode, we never needed these fields. It was enough to read the date and eddy index from the extremum shapefile. But when we open in appending mode, we need all the fields.
-
Lionel GUEZ authored
Because now there is a case when we want to open in appending mode: in program `inst_eddies`.
-
Lionel GUEZ authored
Note that programs `test_max_speed_contour_ssh` and `test_weight` depend on fortranGIS through the module derived_types. Compilation worked without linking to fortranGIS because objects used by `test_max_speed_contour_ssh` and `test_weight` in derived types do not use fortranGIS.
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit 83123e30.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commits e1aa5bcc and 338dd393.
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit e1aa5bcc.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Than ks to commit 5ff9e1d2, we are reverting in part commits e1aa5bcc and fda1e6cd.
-
Lionel GUEZ authored
Better to see a single label than several labels at the same position.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of creating them. Motivation: avoid time spent concatenating shapefiles in `inst_eddies.py`. This concatenation time, on Ciclad, is of the same order of magnitude as the time spent by the Fortran executable.
-
- 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`.
-