- Jul 05, 2024
-
-
-
-
-
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
-
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
-