- Jun 23, 2023
-
-
Lionel GUEZ authored
-
- Jun 07, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We need ssh of extremum in `set_contours`, to compute `innermost_level_2`.
-
Lionel GUEZ authored
Because we are going to use it for another field.
-
Lionel GUEZ authored
Instead of standard output.
-
- Jun 02, 2023
-
-
Lionel GUEZ authored
Since it is not in the shapefiles.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove option `--dashed` of script `plot_eddy_contours.py`. This option was added in commit 5e0e0deb. The dummy argument dashed of function snapshot is useful because we can call snapshot several times on the same axes from elsewhere, but I do not see how the option `--dashed` of script `plot_eddy_contours.py` is useful, since we create a new figure when we run the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Check that `SHPC_dir` exists at initialization of instance of class SHPC. Before this commit, if `SHPC_dir` did not exist, there was an error trying to create `n_slices.txt`, which was less clear.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jun 01, 2023
-
-
Lionel GUEZ authored
Add the possibility to write `cont_list` from `set_contours`. We want to do that without impacting the main program unit `inst_eddies`. We do not want to centralize variables at hight level in `inst_eddies`. So we do not want to promote `cont_list` and `n_cont` to dummy arguments of `set_contours`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- May 27, 2023
-
-
Lionel GUEZ authored
-
- May 26, 2023
-
-
Lionel GUEZ authored
Split dummy argument `e` of `set_contours` into relevant components. Motivation: make appear clearly input and output.
-
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 25, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Replace dummy arguments `s` and `i` of procedure `set_contours` by dummy argument `e`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move the computation of the search window for the outermost contour and `outside_points` from procedure `set_contours` to main program unit. The motivation is to have a clearer interface of procedure `set_contours`, without `s` and `i`.
-
Lionel GUEZ authored
Rename module `set_all_contours_m` to `set_contours_m` and procedure `set_all_contours` `set_contours`.
-
Lionel GUEZ authored
Rename file `set_all_contours.f90` to `set_contours.f90`.
-
Lionel GUEZ authored
Move the loop on eddies out of `set_all_contours`, up into the main program unit. The motivation is to be able to easily study a particular eddy, having access to `cont_list` and corresponding speed values.
-
- May 24, 2023
-
-
Lionel GUEZ authored
Bug fix: manage absence of a good contour within the outermost contour.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Create a new figure in function `plot_distr_funct` if ax is None.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`config_nml` should be the same for `test_get_1_outerm` and `test_set_max_speed`.
-