- Nov 22, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Nov 18, 2021
-
-
Lionel GUEZ authored
Use separate directories for modules of each target to circumvent [Issue 22898](https://gitlab.kitware.com/cmake/cmake/-/issues/22898) of CMake.
-
- Nov 12, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Provide list of input files as arguments of `inst_eddies.py`, following commit 8e0c03e1.
-
Lionel GUEZ authored
For programs `inst_eddies` and `test_get_1_outerm`, following commits 9a59d13 and 9dc139d.
-
Lionel GUEZ authored
Following updates of the libraries.
-
Lionel GUEZ authored
Following commit b0e3ce55.
-
Lionel GUEZ authored
As for the program `inst_eddies`.
-
- Oct 16, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
- Oct 15, 2021
-
-
Lionel GUEZ authored
-
- Jul 26, 2021
-
-
Lionel GUEZ authored
Rename component `list_vis` of derived type snapshot to list. Since there are no longer invisible (interpolated) eddies.
-
- Jul 23, 2021
-
-
Lionel GUEZ authored
In commit d5e89eb9, the test was added with the useless key "input". Now, after commit 29c37646, the useless key is the key "required".
-
Lionel GUEZ authored
Now that `inst_eddies` reads `main_nml` only on the first date, we do not need to create a file `main_nml.txt` before running `inst_eddies.py`. `inst_eddies.py` can just read `main_nml` from standard input.
-
Lionel GUEZ authored
If we are appending to an existing SHPC then read `main_nml` from file `used_nml.txt` instead of from standard input, and do not re-create file `used_nml.txt`. It would be a mess to have an SHPC made with different run parameters for different parts of the shapefiles.
-
- Jul 20, 2021
-
-
Lionel GUEZ authored
-
- Jul 19, 2021
-
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit f04aea8b.
-
Lionel GUEZ authored
Rename component `number_vis_extr` of derived type snapshot to `number_extr`. Since there is no longer another compoment including interpolated eddies.
-
Lionel GUEZ authored
Replace `SHPC_(anti|cyclo)_all_dates` by `SHPC_(anti|cyclo)`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because now there is a case when we want to open in appending mode: in program `inst_eddies`.
-
Lionel GUEZ authored
Note that programs `test_max_speed_contour_ssh` and `test_weight` depend on fortranGIS through the module derived_types. Compilation worked without linking to fortranGIS because objects used by `test_max_speed_contour_ssh` and `test_weight` in derived types do not use fortranGIS.
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit 83123e30.
-
- Jul 12, 2021
-
-
Lionel GUEZ authored
Because we are going to add preprocessor directives.
-
Lionel GUEZ authored
I added assert in commit 83123e30, I do not know why, it was not used.
-
Lionel GUEZ authored
`test_nearby_extr` does not need NetCDF since commit 83123e30.
-
- Jul 09, 2021
-
-
Lionel GUEZ authored
In case we are a sub-project.
-
- Jul 06, 2021
-
-
Lionel GUEZ authored
-
- Jul 01, 2021
-
-
Lionel GUEZ authored
Thus remove too component interpolated of derived type eddy and component `extr_interp` of derived type shpc.
-
- Jun 29, 2021
-
-
Lionel GUEZ authored
Follow-up to commit 3b68dd5.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Replace positional argument template by optional argument. This argument is now needed only in case we process several dates, since the first date is now read from the NetCDF file.
-
Lionel GUEZ authored
To ease use of call with keywords.
-
Lionel GUEZ authored
-
- Jun 25, 2021
-
-
Lionel GUEZ authored
Even for a run with a single MPI process, otherwise execution will not work on some systems (jean-zay).
-
Lionel GUEZ authored
Replace `/proju/lmd-oce/data/AVISO/DT_2018/2006/01` by `$large_input_dir`.
-
- 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.
-
Lionel GUEZ authored
Since `Inst_eddies_loop` is in the same series of tests as `Nearby_extr`, take it from `$PWD` rather than `$tests_old_dir`.
-
Lionel GUEZ authored
We now impose that all eddies in an SHPC have the same orientation. Remove field `extr_cycl` from the derived type shpc and add field cyclone to shpc. When reading an eddy, give it the orientation of its SHPC. Add argument cyclone to procedure `shpc_create`. Create a file `orientation.txt` in each SHPC. When writing an eddy, check that its orientation matches that of the SHPC.
-
Lionel GUEZ authored
Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in comments, identifiers and file names.
-