- Sep 12, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Rename variable `corner` of module `input_ssh_m` to `corner_whole`.
-
GUEZ Lionel authored
I did not like the difference of treatment between corner and step.
-
- Jul 15, 2024
-
-
Lionel GUEZ authored
We are circumventing a bug of the Intel Fortran compiler. This was tested with both ifx `2023.1.0` and ifort `2021.9.0`. The bug occurs on return from procedure `set_max_speed`: `free(): double free detected in tcache 2` and crashes execution. The bug is revealed in commit cc13fd5b. The GNU compiler does not have this bug. To circumvent the Intel compiler bug, instead of an ssh component of `cont_list_proj`, we have to use a separate array: `cont_list_ssh`. This is maybe for the best because the component `area` of `cont_list_proj` was not defined.
-
- Jul 06, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Instead of corner.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Pass `corner_proj` instead of corner to `mean_speed`, avoiding a repeated computation.
-
GUEZ Lionel authored
Avoiding a repeated computation.
-
- Jul 05, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Note that, as each shapefile should have an associated DBF file with at least one field, we choose to put the SSH field in `cont_list_proj` and the speed field in `cont_list`.
-
GUEZ Lionel authored
Make `cont_list` a polyline and `cont_list_proj` an SSH contour, instead of vice-versa. The motivation is clarity in `get_1_outerm`: we only define `cont_list` at the end.
-
GUEZ Lionel authored
Transmit projection coordinates of contour to `mean_speed`.
-
Transmit `cont_list_proj` from `get_1_outerm` to `set_max_speed`.
-
-
-
-
-
Procedure `good_contour` now takes input in projection coordinates and returns a contour in projection coordinates. The dummy argument step of `good_contour` is thus removed.
-
- Jun 12, 2024
-
-
Lionel GUEZ authored
-
- Dec 26, 2023
-
-
Lionel GUEZ authored
Downgrade `sort_ssh` from argument of procedure `complete_ssh` to local variable. `sort_ssh` is not used any longer in procedure `set_max_speed` since commit 4a64f87d.
-
- 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
-