- Jul 06, 2024
-
-
GUEZ Lionel authored
`Region_1_20454_cyclone_3/config_nml.txt` is a symlink to `Extraction_eddies_region_1_noise/config_nml.txt`.
-
GUEZ Lionel authored
In main program units `inst_eddies`, `examine_eddy` and `test_get_1_outerm`, redefine `outside_points` as coordinates in projection space, avoiding a round trip to longitude and latitude. In `examine_eddy`, we therefore store `coord_proj` instead of coord.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
From `nearby_extr`.
-
GUEZ Lionel authored
Instead of `outside_points`.
-
GUEZ Lionel authored
Instead of `outside_points`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Avoiding conversion back and forth to real.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Instead of corner.
-
GUEZ Lionel authored
Instead of corner.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Redefine `corner_window` as coordinates in projection space, avoiding a conversion back and forth to longitude and latitude.
-
GUEZ Lionel authored
Instead of corner.
-
GUEZ Lionel authored
Using the fact that `(corner_whole - corner) / step` is mathematically an integer.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Instead of from `out_cont`.
-
GUEZ Lionel authored
After reading `cont_list_proj`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Pass `corner_proj` instead of corner to `mean_speed`, avoiding a repeated computation.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Avoiding a repeated computation.
-
GUEZ Lionel authored
Pass `extr%coord_proj` instead of `extr%coord` to `get_1_outerm`, avoiding a repeated computation of `extr%coord_proj`.
-
GUEZ Lionel authored
Rename `coord_extr` to `extr_coord` and `coord_extr_proj` to `extr_coord_proj`, to have the same names as in procedure `set_max_speed`.
-
GUEZ Lionel authored
Following update 614b427 of `Contour_531`.
-
GUEZ Lionel authored
Call `input_ssh` from main program `test_mean_speed`. This is necessary because procedure `mean_speed` uses variable corner from module `input_ssh_m`. Note that we have to call config before `input_ssh` since `input_ssh` uses a variable from module `config_m`.
-
- Jul 05, 2024
-
-
GUEZ Lionel authored
Preparing for replacement by call to `input_ssh`.
-
GUEZ Lionel authored
Preparing for replacement by call to `input_ssh`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
See commit f5e0f59e.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
In program `test_set_max_speed`, read `cont_list_proj` instead of computing it. Computing it is not possible with a non longitude-latitude grid.
-
GUEZ Lionel authored
Note that, as each shapefile should have an associated DBF file with at least one field, we choose to put the SSH field in `cont_list_proj` and the speed field in `cont_list`.
-
GUEZ Lionel authored
-