- Sep 15, 2023
-
-
Lionel GUEZ authored
Do not modify dummy argument x of `plot_distr_funct`.
-
- Sep 05, 2023
-
-
Lionel GUEZ authored
-
- Jul 13, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We now want the default behaviour to be renumber. `SHPC_class` expects sequential eddy indices from 1.
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The corresponding modules are not used in the functions.
-
Lionel GUEZ authored
Invert order of dummy arguments orientation and layer of method `get_reader`. Take the same order than in the path. `orientation` was at the end because, at first, in commit d858fb72, it was an optional argument.
-
Lionel GUEZ authored
Create function `plot_grid_points` from code which was in the "script portion" of the module. This new function could be useful when importing the module for interactive work. Also, creating this function clarifies the module.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is the same as the number of extrema, since commit f7c5ec74.
-
Lionel GUEZ authored
-
- Jun 02, 2023
-
-
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
-
- May 24, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Create a new figure in function `plot_distr_funct` if ax is None.
-
- May 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Apr 26, 2023
-
-
Lionel GUEZ authored
-
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
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because there is no time dimension in `Inst_eddies/Tests/Input/uv_outermost.nc`, for example.
-
Lionel GUEZ authored
-
- Apr 13, 2023
-
-
Lionel GUEZ authored
-
- Apr 11, 2023
-
-
Lionel GUEZ authored
Write files `grid_nml.txt`, `used_config_nml.txt` and `n_slices.txt`.
-
Lionel GUEZ authored
This will be useful to create `n_dates_1` and `n_dates_14`. It should be faster for this purpose than using the more general script `filter.py`.
-
Lionel GUEZ authored
-
- Apr 08, 2023
-
-
Lionel GUEZ authored
Not used since commit cd8df9d2.
-
Lionel GUEZ authored
-
- Apr 07, 2023
-
-
Lionel GUEZ authored
Use method `ishape_range` in function `select_ishapes`.
-