- Sep 14, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 13, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Avoid the mistake eddy_index = 0.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 09, 2022
-
-
Lionel GUEZ authored
Several scripts allow `ishape_last.txt` not to exist. For example `eddy_dump.py`.
-
Lionel GUEZ authored
The code is adapted from `filter.py`.
-
- Sep 08, 2022
-
-
Lionel GUEZ authored
For performance.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we are reverting in part commit 26624352.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Especially, we want to allow missing layer `max_speed_contour` when running script `plot_eddy_contours.py`.
-
Lionel GUEZ authored
The dates in the shapefiles should be the same for both orientations.
-
Lionel GUEZ authored
Because we want to move the logic on date out of the loop on orientation.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we are reverting in part commit d07eaadf. Because we want to move the logic on date out of the loop on orientation. If we want to allow missing `ishape_last`, we can do it in `open_shpc` or class SHPC.
-
- Sep 06, 2022
-
-
Lionel GUEZ authored
The motivation is to manage an SHPC directory without opening first all the files inside. The class allows to open files dynamically and remember already opened files.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`slice` is a built-in class of Python.
-
- Sep 01, 2022
-
-
Lionel GUEZ authored
-
- Aug 31, 2022
-
-
Lionel GUEZ authored
A little clearer, a little less repeated code.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
If `date < handler["d_init"]` then the result of the function is silently wrong.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The global variable was used in the body of the function.
-
- Aug 30, 2022
-
-
Lionel GUEZ authored
Adapt to the new definition of an SHPC.
-
Lionel GUEZ authored
-
- Aug 29, 2022
-
-
Lionel GUEZ authored
Adapt to the new definition of an SHPC.
-
Lionel GUEZ authored
-
- Jul 29, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 28, 2022
-
-
Lionel GUEZ authored
Rename `get_SHPC` to `get_slice` and `i_SHPC` to `i_slice`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move files from `Anticyclones/Slice_0` to `Slice_0/Anticyclones`.
-