- Feb 20, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This avoids copying `cont_list(n_cont)` to `out_cont` if it has insufficient area.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add dummy arguments `cont_list` and `n_cont` to `get_1_outerm`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because we are going to add another intent out argument.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remember that we do not write invalid eddies to shapefiles, so there are no null shapes in `outermost_contour.shp`. So, in order to predict the size of output, the interesting statistics is the number of points divided by the number of non-null outermost contours.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Keep the good contours found when looking for the outermost contour, subject to a maximum of `n_max_cont` contours. The idea is to use them later when looking for the maximum-speed contour. Inside function `get_1_outerm`, we temporarily store the good contours in a local explicit-shape array, `cont_list`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add default initialization for component area of derived type `ssh_contour`, because we are going to keep contours for which we will not compute area.
-
Lionel GUEZ authored
Because the numbering changed when we decided not to write invalid eddies.
-
- Feb 06, 2023
-
-
Lionel GUEZ authored
I do not remember why I chose to write to standard error. First it is clearer to write only error messages to standard error. Second the order of messages on standard error coming from the Fortran code and from the shapelib C library does not seem deterministic, and this is annoying to compare runs.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because the numbering changed when we decided not to write invalid eddies.
-
Lionel GUEZ authored
Because `$tests_old_dir/Extraction_eddies_region_5/SHPC` is opened with `SHPC_class` in test `Plot_eddy_contours_window`, which will create `n_slices.txt`, so there will always be this file only in `$tests_old_dir/Extraction_eddies_region_5/SHPC`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is going to be simpler. Also, we will spare main memory when we have a list of contours for each eddy, if we do not have a list for invalid eddies.
-
Lionel GUEZ authored
Use test `Region_5_15_days` instead of outside experiment `Inst_eddies_4`.
-
Lionel GUEZ authored
We import in the test infrastructure the experiment `Inst_eddies_4` because we want to no longer keep invalid contours, so we will need to update the experiment.
-
- Jan 25, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Only define and print `n_radius4` and `n_missing_speed` if `with_radius_4`.
-
Lionel GUEZ authored
We cannot test `"radius4" in shape_rec_outer.record`, as `shape_rec_outer.record` is not a dictionary. We could test `"radius4" in shape_rec_outer.record.as_dict()` but it is better to test outside of the loop in the field names of the shapefile reader object. The bug comes from commit 83a61016.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-