- Nov 22, 2021
-
-
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.
-
- Nov 18, 2021
-
-
Lionel GUEZ authored
-
- Sep 02, 2021
-
-
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
There may be four shapefiles with the centroid layer.
-
Lionel GUEZ authored
-
- Jul 19, 2021
-
-
Lionel GUEZ authored
Replace `SHPC_(anti|cyclo)_all_dates` by `SHPC_(anti|cyclo)`.
-
- Jun 22, 2021
-
-
Lionel GUEZ authored
Move the definition of colors out of the loop on shapes, since the orientation is now the same for all shapes.
-
Lionel GUEZ authored
This SHPC was made with an old version of `inst_eddies`: it contained cyclones and anticyclones output together. We create a test `Region_6` instead.
-
Lionel GUEZ authored
The orientation is no longer a DBF field.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of `d_init`, `ishape_last` and `reader_extr`.
-
Lionel GUEZ authored
Instead of readers. Preparing for extension to receive orientation.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of `readers_all`.
-
Lionel GUEZ authored
Instead of several pieces of it. Clearer and more concise.
-
Lionel GUEZ authored
Instead of several values of the handler dictionary. Clearer and more concise.
-
Lionel GUEZ authored
Instead of tuple. Preparing for extensions to return orientation and to deal with several SHPC.
-
Lionel GUEZ authored
Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in comments, identifiers and file names.
-
- Jun 17, 2021
-
-
Lionel GUEZ authored
Since it is now possible to have one or more SHPC as arguments.
-
- Jun 16, 2021
-
-
Lionel GUEZ authored
This SHPC was made with an old version of `inst_eddies`: it contains cyclones and anticyclones output together. We use `$tests_old_dir/Inst_eddies_loop` instead. See also commit 8ed324ff.
-
- Jun 15, 2021
-
-
Lionel GUEZ authored
This is necessary since we now output separately cyclones and anticyclones from `inst_eddies.`
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is more comfortable. Furthermore, it is going to be necessary when we extend the script to several input SHPC.
-
Lionel GUEZ authored
For an animation, we want several dates so we need `ishape_last.txt`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`make_animation` seems too general, the reader may think it is an object of Matplotlib.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Run it with two dates and the new input NetCDF files. Two dates so it can replace the SHPC that was in `$src_dir/Tests/Eddies_region_4`.
-
Lionel GUEZ authored
Instead of `$src_dir/Tests/Eddies_region_4`. Because `$src_dir/Tests/Eddies_region_4` was made with an old version of `inst_eddies`: cyclones and anticyclones output together.
-
Lionel GUEZ authored
Since it is a test on script which is in Analysis.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To regroup statements which depend on the shapefiles.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move `Overlap/Tests/Input/Region_4/Eddies_region_4` to Tests. Now used both in `Inst_eddies` and `Overlap`.
-