- Jan 04, 2022
-
-
Lionel GUEZ authored
It was confusing to mix opening an SHPC with broadcasting some part of the resulting shpc variable.
-
Lionel GUEZ authored
Rather than with Unix-specific chmod command.
-
Lionel GUEZ authored
Following convention for the source of `configure_file`. See Scott 2021 k1077, § 19.7.
-
Lionel GUEZ authored
Corresponding to the Fortran node index.
-
Lionel GUEZ authored
In procedure `get_snapshot`.
-
Lionel GUEZ authored
Note that we then have to declare `d_init` before `ishape_last` in procedure `get_snapshot`.
-
Lionel GUEZ authored
Before reading `ishape_last`, because we are going to use `d_init` as lower bound of `ishape_last`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The correct syntax to sort on field 1 is `--key=1,1`. `--key=1` used as key from field 1 to the end of the line. So the key was non-numeric.
-
Lionel GUEZ authored
By explicit formatting.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We are reverting commit e48b7f7e. I think I did not really appreciate then that the number of days since 1950-1-1 is another date index. It is clearer to use just one date index, which is in the dbf files. So, in effect, we replace everywhere the old 0-based date index k by `k - d_init`. Note that we no longer need argument `d_init` for procedure `dispatch_snapshot` and we no longer need to write `d_init` to file `node_id_param.json`. Note also that the value of every node index changes by the amount `d_init * e_overestim`.
-
- Dec 21, 2021
-
-
Lionel GUEZ authored
-
- Dec 20, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To search those names more easily.
-
- Dec 15, 2021
-
-
Lionel GUEZ authored
Instead of referring to an external file.
-
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
-