- Sep 12, 2024
-
-
GUEZ Lionel authored
Invert order of dummy arguments of procedure `read_grid`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Use `uniform_lon_lat` from modules `input_ssh_m` or `read_grid_m` to compute actual argument of `shpc_create`.
-
GUEZ Lionel authored
In program `test_read_eddy`.
-
GUEZ Lionel authored
Replace dummy argument `grid_lon_lat` of procedure `shpc_create` by `with_proj`.
-
GUEZ Lionel authored
Specify whether to read shapefile `extr_proj` in procedure `shpc_open` instead of just trying to read this shapefile. Use `uniform_lon_lat` to decide whether to read the shapefile. As `shpc_open` is called in both programs `inst_eddies` and `eddy_graph`, we cannot access variable `uniform_lon_lat` of module `input_ssh_m`, which is not used in program `eddy_graph`, nor variable `uniform_lon_lat` of module `read_grid_m`, which is not used in program `inst_eddies`. So we add a dummy argument `with_proj` to procedure `shpc_open`.
-
- Jul 19, 2024
-
-
Lionel GUEZ authored
Replace argument `s` of `write_snapshot` by its component `list`.
-
- Feb 21, 2024
-
-
Lionel GUEZ authored
Move part of tests to new test series in sub-directory.
-
Lionel GUEZ authored
Rather than from current series of tests.
-
Lionel GUEZ authored
Move Python scripts to new sub-directory `Analysis`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move component extraction functionality to new script `extract_component_nx.py`. For clarity.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Feb 20, 2024
-
-
Lionel GUEZ authored
-
- Jan 03, 2024
-
-
Lionel GUEZ authored
So we can run only individual tests if we want.
-
- Jan 02, 2024
-
-
Lionel GUEZ authored
Following the move of `extract_component.py`.
-
Lionel GUEZ authored
-
- Nov 22, 2023
-
-
Lionel GUEZ authored
-
- Jul 13, 2023
-
-
Lionel GUEZ authored
-
- Jul 12, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of using old result from Matlab. And run on cyclones instead of anticyclones, why not, just one less entry in the namelist.
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
copy was undefined. The bug came from commit 7f24341b.
-
- Apr 13, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Apr 06, 2023
-
-
Lionel GUEZ authored
Dictionary instead of list, following update of `test_compare.py`.
-
Lionel GUEZ authored
There is not much point in keeping a separate experience for 2006/1/1-2006/15/1.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We also change the rule on the input value of `n_dates`. Before we could have a finite value of `n_dates` if there was a single slice. Now if we want a finite value of `n_dates` then we have to specify a slice, even if there is only one. This seems clearer.
-
Lionel GUEZ authored
There is not much point in keeping a separate experience for 2006/1/1-2006/15/1.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Feb 20, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Use out_cont%closed instead.
-
Lionel GUEZ authored
`Inst_eddies_12` uses the current revision and so does not contain invalid eddies.
-
Lionel GUEZ authored
Move test `R4_15_splitted` before the tests that use it.
-
Lionel GUEZ authored
Instead of `Inst_eddies_10_splitted`.
-