- Nov 12, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
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.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Oct 22, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Oct 19, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Necessary since commit 6e52178b.
-
Lionel GUEZ authored
Necessary since commit 6e52178b.
-
Lionel GUEZ authored
Necessary since commit d385d60c.
-
Lionel GUEZ authored
Rename variable id_child to part_id_child inside the mat files. This is necessary since commit 6e52178b.
-
- Oct 18, 2021
-
-
Lionel GUEZ authored
-
- Oct 16, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
Lionel GUEZ authored
-
- Oct 15, 2021
-
-
Lionel GUEZ authored
-
- Oct 12, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Before input of `id_child` because reading `N_eddies` and `date_num` is very quick, while reading `id_child` is long. So we do not waste time if `N_eddies.mat` or `date_num.mat` are missing.
-
Lionel GUEZ authored
The name of the script cannot be the same as the name of a variable in the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The name of the script cannot be the same as the name of a variable in the script.
-
- Oct 05, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is now a small part of the conversion to v6 for `overlap_v6.py`, the other part being in `id_child.m`.
-
Lionel GUEZ authored
-
- Sep 27, 2021
-
-
Lionel GUEZ authored
Only three files were left in cmake, not enough to justify a directory.
-
Lionel GUEZ authored
Change of philosophy. We do not force the choice of compiler options from the project, we leave them to the user at configuration. We just need to display a warning for the option `-ffpe-trap=invalid`.
-
- Sep 16, 2021
-
-
Lionel GUEZ authored
This is nicer for the user than waiting for the error because `my_date` is undefined .
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 02, 2021
-
-
Lionel GUEZ authored
Because the node indices do not start at 1 for the second date.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing the addition of an additional test file, which justifies a new directory.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Variables `id_anti_cell` and `id_cyclo_cell` contain node indices, not eddy indices. So we check that the first value is consistent with d, `d_init` and `e_overestim`. To decide whether we need to read `node_id_param.json` and filter ghost eddies, we need to look into the first Matlab file whether there is a variable `id_cyclo_cell`. So we modify the structure of the script a little: we process the first Matlab file before the time loop.
-
Lionel GUEZ authored
Clearer, instead of accessing global variable d.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we can use the script on an SHPC converted from Matlab.
-
Lionel GUEZ authored
An SHPC now contains a single orientation (since after v0.12).
-
Lionel GUEZ authored
-