- Sep 19, 2022
-
-
Lionel GUEZ authored
-
- Sep 16, 2022
-
-
Lionel GUEZ authored
Note that orientation = None is passed to `get_ishape_last` where it becomes `self.def_orient`.
-
Lionel GUEZ authored
Move function `comp_ishape` to method of SHPC class.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 14, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 06, 2022
-
-
Lionel GUEZ authored
`slice` is a built-in class of Python.
-
- Aug 31, 2022
-
-
Lionel GUEZ authored
The global variable was used in the body of the function.
-
- 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
-
- Jul 27, 2022
-
-
Lionel GUEZ authored
Assume that a slice is in a directory "{shpc_dir}/{orientation}/Slice_{slice}" where shpc_dir can be any name, orientation is "Anticyclones" or "Cyclones" and slice is an integer. Do not read or create any longer a file "orientation.txt" in the slice directory. Add procedure `get_slice_dir`. Add dummy arguments cyclone and slice to procedure `shpc_open`. Add dummy argument slice to procedure `shpc_create`.
-
- Jul 05, 2022
-
-
Lionel GUEZ authored
Use `e_overestim.txt` instead of `node_id_param.json`. Since commit 43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to write the value alone in a text file.
-
Lionel GUEZ authored
-
- Jul 04, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jul 01, 2022
-
-
Lionel GUEZ authored
Add script converting Graph-tool output to edgelist. So we can use analysis scripts developed in Overlap on results of trajectory scripts.
-
Lionel GUEZ authored
Move tests on trajectories to new test file `Trajectories/tests.json`.
-
Lionel GUEZ authored
-