- Jun 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
No more preprocessor directive in the file.
-
Lionel GUEZ authored
This is not very useful, now that there is the test on `write_cont_list`. The test on `write_cont_list` should not be a performance penalty.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Since we now have speed in the shapefile `cont_list`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move output of `cont_list` from `set_contours` to `set_max_speed`. The advantage is that we will be able to add the speed to the shapefile.
-
Lionel GUEZ authored
-
- May 26, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Split dummy argument `e` of `set_max_speed` into relevant components. Motivation: make appear clearly input and output.
-
- May 24, 2023
-
-
Lionel GUEZ authored
Bug fix: manage absence of a good contour within the outermost contour.
-
- May 23, 2023
-
-
Lionel GUEZ authored
Move assignment to `e%max_speed` out of the alternative, to make it just a little clearer.
-
Lionel GUEZ authored
Only for program `test_set_max_speed`.
-
Lionel GUEZ authored
Because we are going to add a preprocessor directive.
-
- May 22, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Complete the SSH sampling between `innermost_level_2` and `outermost_contour`, and find associated contours in `set_max_speed`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
From `set_all_contours`, pass `n_cont` and the whole array `cont_list` to `set_max_speed`, because we are going to define new elements into this array in `set_max_speed`. `cont_list` in `set_max_speed` becomes `intent(inout)`.
-
- May 17, 2023
-
-
Lionel GUEZ authored
Because `cont_list` is going to become `intent(inout)`.
-
- May 11, 2023
-
-
Lionel GUEZ authored
-
- Apr 26, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We keep ssh because we will need it if we call `good_contour`.
-
Lionel GUEZ authored
Remove dummy argument `ind_targ_extr` of procedure `set_max_speed`, not used any longer.
-
Lionel GUEZ authored
Remove component radius4 of derived type eddy and field radius4 of `outermost_contour.dbf`. They are not used any longer.
-
Lionel GUEZ authored
Abandon the radius4 approach, because the resulting max-speed contours had speeds significantly lower than those from Matlab and because the approach with radius4 is difficult to extend to a non longitude-latitude grid.
-
- Apr 18, 2023
-
-
Lionel GUEZ authored
-
- Apr 17, 2023
-
-
Lionel GUEZ authored
-
- Apr 13, 2023
-
-
Lionel GUEZ authored
Remove argument `outside_points` of `set_max_speed`.
-
Lionel GUEZ authored
-
- Jan 25, 2023
-
-
Lionel GUEZ authored
-
- Dec 06, 2022
-
- Nov 21, 2022
-
-
Lionel GUEZ authored
-
- Jul 25, 2022
-
- Nov 22, 2021
-
-
Lionel GUEZ authored
Check we find a max-speed contour when `e%radius4 >= 2` and `e%speed_cont%ssh /= missing_ssh`. See test `Set_max_speed_degenerate` for a case when we do not find one.
-
Lionel GUEZ authored
-
- Oct 18, 2021
-
-
Lionel GUEZ authored
-
- Oct 16, 2021
-
-
Lionel GUEZ authored
-
- 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.
-