- Feb 06, 2023
-
-
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
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add default initialization of component `coord_proj` of type extremum. As the type of `coord_proj` is integer, there may not be a compiler option to initialize it. We want to detect when it has not been defined.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
As `grid_lon_lat` may be false, we define `e%extr%coord_proj`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
I do not see why this was not done in commit 24b5b079.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This shortens the file `test_get_1_outerm.f90`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We will need this new shapefile in program `eddy_graph` only for a non longitude-latitude grid. We add a new dummy argument `grid_lon_lat` to procedure `shpc_create` to decide whether we create the shapefile `extr_proj`.
-
Lionel GUEZ authored
Because we are going to use it also for another shapefile than extremum.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It seems simpler than putting it in `$large_input_dir`. I do not see a drawback.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Use component with type extremum in derived type eddy, instead of components `coord_extr` and `ssh_extr`. Component `coord_proj` of derived type extremum also replaces component `ind_extr` of derived type snapshot.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
For easier comparison of runs.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add component `innermost_level` to derived type eddy. So `innermost_level` does not transit as an argument through main program unit `inst_eddies` any longer.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Extract definition of extrema from procedure `set_all_outerm` into new procedure `set_all_extr`. So we are reverting part of commit f5f4298d. The drawback, for now, is that `innermost_level` has to transit in the main program unit from `set_all_extr` to `set_all_outerm`.
-
- Dec 06, 2022
-
-
Lionel GUEZ authored
Rename dummy argument `innermost_level` to `innermost_level_2`.
-
Lionel GUEZ authored
Because we want to split `set_all_outerm` into `set_all_extr` and `set_all_contours`. `innermost_level` will become an `intent(in)` argument of `set_all_contours`.
-
- Nov 24, 2022
-
-
Lionel GUEZ authored
-
- Nov 22, 2022
-
-
Lionel GUEZ authored
-