- Jul 19, 2021
-
-
Lionel GUEZ authored
(Writing times when the Fortran executable did not run was justified by the existence of `elapsed_cat`.)
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Create `SHPC_{orient}` before the loop on dates.
-
Lionel GUEZ authored
Since the program `inst_eddies` now directly appends to shapefiles.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So pass argument hshpc instead of `n_shapes`. Preparing to append to `ishape_last.txt` instead of just creating `ishape_last.txt` with a single line.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing for using hshpc as argument of `write_aux`.
-
Lionel GUEZ authored
hshp would be the handle for a shapefile.
-
Lionel GUEZ authored
-
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.
-