- Dec 01, 2023
-
-
Lionel GUEZ authored
Bug fix: correct sign of variation of Rossby number and radius. We have to be consistent with the computation of `delta_ro_mean` and `delta_r_mean`. `delta_ro_mean` and `delta_r_mean` were computed by subtracting origin from tail.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It does not make sense here to assume an ellipsoid: the computation of the distance with $\cos \phi \delta \lambda$ and $\delta \phi$ is a rougher approximation than treating the Earth as a sphere.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We avoid multiple conversions to rad of the same value, in the loop on edges, since a segment can be head or tail of several edges.
-
- Nov 30, 2023
-
-
Lionel GUEZ authored
-
- Nov 28, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move functions `node_to_date_eddy` and `date_eddy_to_node` from script `report_graph.py` to script `util_eddies.py`. `util_eddies.py` contains more basic functions, it only imports shapefile. `report_graph.py` imports networkx. It was not convenient nor meaningful to require networkx for scripts that use `node_to_date_eddy` or `date_eddy_to_node`.
-
- Nov 23, 2023
-
-
Lionel GUEZ authored
-
- Sep 21, 2023
-
-
Lionel GUEZ authored
-
- Sep 11, 2023
-
-
Lionel GUEZ authored
Add option `--debug` to write all properties to output files. The properties which are not always written are not needed for further processing of the graph. To implement the option, we define variables for properties, so we revert in part commit 2e3c6606.
-
- Sep 08, 2023
-
-
Lionel GUEZ authored
Instead of reading it from a separate file.
-
- Sep 07, 2023
-
-
Lionel GUEZ authored
-
- Sep 05, 2023
-
-
Lionel GUEZ authored
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
Invert order of dummy arguments orientation and layer of method `get_reader`. Take the same order than in the path. `orientation` was at the end because, at first, in commit d858fb72, it was an optional argument.
-
- May 11, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove intermediary variables `first_term`, `second_term`, `third_term`.
-
Lionel GUEZ authored
-
- Mar 21, 2023
-
-
Lionel GUEZ authored
On second thought, I find the default value confusing. We are reverting commit b328ab6f.
-
- Mar 13, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add arguments `input_segments` and `output_segments`. Because on one occasion I wanted to use and keep two versions of input and output graphs in the same directory
-
- Mar 10, 2023
-
-
Lionel GUEZ authored
-
- Nov 21, 2022
-
-
Lionel GUEZ authored
-
- Sep 30, 2022
-
-
Lionel GUEZ authored
-
- 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 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.
-
- Jul 01, 2022
-
-
Lionel GUEZ authored
-
- Jun 28, 2022
-
-
Lionel GUEZ authored
-