- Dec 15, 2021
-
-
Lionel GUEZ authored
Update dbf files with field date instead of `days_1950`.
-
Lionel GUEZ authored
We need this since `inst_eddies_Aviso.py` imports `inst_eddies` which is in the binary directory.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of copying files from the cmake repositoty.
-
Lionel GUEZ authored
When reading an eddy.
-
Lionel GUEZ authored
Rather than with Unix-specific chmod command. This requires CMake `3.20`.
-
Lionel GUEZ authored
Following convention for the source of `configure_file`. See Scott 2021 k1077, § 19.7.
-
Lionel GUEZ authored
Use a symbolic link instead of appending to `sys.path`. THe motivation is that in the Python interpreter, the following statements failed before the present commit: ```python import sys sys.path.append("/path/to/Detection_eddies/Inst_eddies/Analysis") import plot_eddy_contours ``` `sys.path[0]` then does not contain `/path/to/Detection_eddies/Inst_eddies/Analysis` so `plot_eddy_contours` could not find `util_eddies`.
-
- Dec 14, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Dec 06, 2021
-
-
Lionel GUEZ authored
When there are more than 3 input files. We recover the convenience of commit b34b85a8, with the underlying generality of commit d365e754.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we get the function without executing the rest.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we can call it from another script with a generated list of files.
-
Lionel GUEZ authored
Because we are going to extract the rest of the script below into a function.
-
- Nov 22, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Check we find a max-speed contour when `e%radius4 >= 2` and `e%speed_cont%ssh /= missing_ssh`. See test `Set_max_speed_degenerate` for a case when we do not find one.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
And it is then conveninent to choose it from the command line.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So read `grid_ml.txt` at the beginning of the script and not in function `plot_grid_bb`, and pass `grid_nml` instead of `shpc_dir` to function `plot_grid_bb`.
-
Lionel GUEZ authored
The script `plot_eddy_contours.py` was becoming too complicated.
-
Lionel GUEZ authored
-
- Nov 18, 2021
-
-
Lionel GUEZ authored
If `n_dates` has been defined in the namelist then it is used by `read_column` and, after the call to `read_column`, it is already the size of `ishape_last`. It is clearer not to redefine it.
-
Lionel GUEZ authored
Use separate directories for modules of each target to circumvent [Issue 22898](https://gitlab.kitware.com/cmake/cmake/-/issues/22898) of CMake.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Nov 12, 2021
-
-
Lionel GUEZ authored
Write input in json file instead of preparing a separate input file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Provide list of input files as arguments of `inst_eddies.py`, following commit 8e0c03e1.
-
Lionel GUEZ authored
For programs `inst_eddies` and `test_get_1_outerm`, following commits 9a59d13 and 9dc139d.
-
Lionel GUEZ authored
Following updates of the libraries.
-
Lionel GUEZ authored
Following commit b0e3ce55.
-
Lionel GUEZ authored
The programs in this project do not depend directly on them. If they are secondary dependencies, it is the responsibilty of the primary dependencies to find them.
-