- Oct 11, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
- Apr 26, 2024
-
-
Lionel GUEZ authored
-
- Apr 26, 2023
-
-
Lionel GUEZ authored
-
- Apr 13, 2023
-
-
Lionel GUEZ authored
-
- Apr 06, 2023
-
-
Lionel GUEZ authored
Dictionary instead of list, following update of `test_compare.py`.
-
- Feb 20, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because stat is a module from Python standard library.
-
- Feb 06, 2023
-
-
Lionel GUEZ authored
Use test `Region_5_15_days` instead of outside experiment `Inst_eddies_4`.
-
- Sep 19, 2022
-
-
Lionel GUEZ authored
Rename test `Plot_eddy_contours_wind` to `Plot_eddy_contours_window`. `wind` is misleading.
-
- Jul 28, 2022
-
-
Lionel GUEZ authored
Changing my mind. In an SHPC, store shapefiles in "Slice_{slice}/{orientation}" instead of "{orientation}/Slice_{slice}". Two reasons: easier to store accessory files from running `inst_eddies`, such as `perf_report` and output from Torque submission script; clearer that a slice should contain the same dates for both orientations.
-
- 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`.
-
- Apr 29, 2022
-
-
Lionel GUEZ authored
Move tests `Plot_eddy_contours_Mat` and `Stats_Matlab` to `Convert_Matlab/Tests/long_tests.json`. Thus, we group the tests that depend on the availability of Matlab.
-
- Apr 06, 2022
-
-
Lionel GUEZ authored
Following update of `test_compare.py`.
-
- Jan 18, 2022
-
-
Lionel GUEZ authored
This `accept.py` also serves as an example for a module accept accompanying the script `filter.py`.
-
- Jan 17, 2022
-
-
Lionel GUEZ authored
-
- Nov 22, 2021
-
-
Lionel GUEZ authored
And it is then conveninent to choose it from the command line.
-
Lionel GUEZ authored
The script `plot_eddy_contours.py` was becoming too complicated.
-
- Sep 02, 2021
-
-
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
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.
-
- 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 more comfortable. Furthermore, it is going to be necessary when we extend the script to several input SHPC.
-
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
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
-
- May 20, 2021
-
-
Lionel GUEZ authored
From directory Analysis. Extract corresponding tests from `Analysis/tests.json` into new file `Inst_eddies/Analysis/tests.json`.
-