- Jul 23, 2021
-
-
Lionel GUEZ authored
In commit d5e89eb9, the test was added with the useless key "input". Now, after commit 29c37646, the useless key is the key "required".
-
Lionel GUEZ authored
Now that `inst_eddies` reads `main_nml` only on the first date, we do not need to create a file `main_nml.txt` before running `inst_eddies.py`. `inst_eddies.py` can just read `main_nml` from standard input.
-
Lionel GUEZ authored
If we are appending to an existing SHPC then read `main_nml` from file `used_nml.txt` instead of from standard input, and do not re-create file `used_nml.txt`. It would be a mess to have an SHPC made with different run parameters for different parts of the shapefiles.
-
Lionel GUEZ authored
Preparing to add exist as an argument of config.
-
- Jul 20, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move the call to `find_package` for EZMPI to `Overlap/CMakeLists.txt`. We are reverting in part commit f04aea8b since `test_set_max_speed` no longer uses MPI.
-
- Jul 19, 2021
-
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit f04aea8b.
-
Lionel GUEZ authored
Rename component `number_vis_extr` of derived type snapshot to `number_extr`. Since there is no longer another compoment including interpolated eddies.
-
Lionel GUEZ authored
Replace `SHPC_(anti|cyclo)_all_dates` by `SHPC_(anti|cyclo)`.
-
Lionel GUEZ authored
Otherwise the Fortran executable itself appends to `ishape_last.txt`.
-
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.
-