- Jun 15, 2021
-
-
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
-
Lionel GUEZ authored
Write `SHPC*` instead of `SHP_triplet_*` directories.
-
Lionel GUEZ authored
Required since commit f9f99c4.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Since commit 8842ed2, the tests use `$tests_old_dir/Extraction_eddies_region_4`, which contains two SHPC. Just use one of them.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Rename `Region_1_SHP_triplet_noise` to `Region_1_SHPC_noise`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Bug was introduced in commit 8c91ffe5.
-
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`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move the creation of animation to new script `anim_eddy_contours.py`. `plot_eddy_contours.py` was becoming too complex. Some of the options of `plot_eddy_contours.py` did not apply to the animation. Plus we now want to iterate in `plot_eddy_contours.py` on cyclones and anticyclones so we are going to have to add complexity in `plot_eddy_contours.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Using `ishape_last`, instead of iterating through the shapefile.
-
Lionel GUEZ authored
It does not read, it computes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Return None from `open_shpc` when `ishape_last.txt` is not found, instead of `[len(readers["extremum"]) - 1]`, as needed by `plot_eddy_contours.py`. So that we can take another action in another script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So that it is in the grid.
-