- Sep 12, 2024
-
-
GUEZ Lionel authored
In program `test_read_eddy`.
-
- Nov 21, 2022
-
-
Lionel GUEZ authored
Add executable in the directoy containing the main program unit. This is clearer as the executable file will be created in the corresponding binary directory. Since the directory Overlap is added after `Inst_eddies`, targets defined in `Overlap/Tests` are not yet defined when processing `Inst_eddies`, so we cannot use `target_sources` for these targets in `Inst_eddies`. So we use a relative path to `Inst_eddies` from `Overlap/Tests`.
-
- Oct 18, 2022
-
-
Lionel GUEZ authored
Update `CMakeLists.txt` files for `test_get_dispatch_snap`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Update `CMakeLists.txt` files to take into account commit 3289c070.
-
- Oct 15, 2022
-
-
Lionel GUEZ authored
-
- Oct 14, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Update `CMakeLists.txt` files to take into account commit 3289c070.
-
Lionel GUEZ authored
We can build some test sequential programs under Overlap.
-
Lionel GUEZ authored
Remove unused procedure weight and corresponding unit test. weight is not used since commit edb16459, after tag v0.20.
-
- Jul 27, 2022
-
-
Lionel GUEZ authored
Move `Common/write_snapshot.f90` to `Overlap/Tests/save_snapshot.f90`.
-
- Jul 26, 2022
-
-
Lionel GUEZ authored
Because we are going to use it in `Inst_eddies` too.
-
- Jan 05, 2022
-
-
Lionel GUEZ authored
-
- Jan 04, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Since `NR_util` has been integrated into Jumble.
-
Lionel GUEZ authored
Following update of the library.
-
- Nov 12, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
- Oct 16, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
- Oct 15, 2021
-
-
Lionel GUEZ authored
-
- Jul 19, 2021
-
-
Lionel GUEZ authored
-
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 commits e1aa5bcc and 338dd393.
-
Lionel GUEZ authored
Thanks to commit 5ff9e1d2, we are reverting in part commit e1aa5bcc.
-
Lionel GUEZ authored
Than ks to commit 5ff9e1d2, we are reverting in part commits e1aa5bcc and fda1e6cd.
-
- Jul 12, 2021
-
-
Lionel GUEZ authored
Because we are going to add preprocessor directives.
-
Lionel GUEZ authored
Remove `shpc_create` from use list in main program `test_overlap`. It is no longer needed since commit 50d2f596.
-
- Jul 09, 2021
-
-
Lionel GUEZ authored
In case we are a sub-project.
-
- Jul 01, 2021
-
-
Lionel GUEZ authored
In procedure overlap, write an edge across delta days instead of delta edges across single days. So we do not need procedure `write_overlap` any longer, nor program `test_write_overlap`.
-
- Jun 22, 2021
-
-
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.
-
- Jun 17, 2021
-
-
Lionel GUEZ authored
We are reverting commits 35fad1b7 and df2b397d because we want the program `eddy_graph.sh` to read an SHPC containing a single orientation.
-
- Jun 16, 2021
-
-
Lionel GUEZ authored
Because we are going to use it in `test_nearby_extr`.
-
- Jun 15, 2021
-
-
Lionel GUEZ authored
We are in Overlap so MPI has already been found in top-level `CMakeLists.txt`.
-
Lionel GUEZ authored
`read_eddy.f90`, `read_field_indices.f90` and `shp_tr_open.f90` will become common to Overlap and `Inst_eddies` because they will be used in `Inst_eddies/Tests/test_set_max_speed.f90`. So there are now enough common files to justify a new directory.
-
- Mar 24, 2021
-
-
Lionel GUEZ authored
Following update of libraries: NetCDF-Fortran is private in NetCDF95 and MPI-Fortran is private in EZMPI.
-
- Mar 02, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move Fortran source files used in tests of both parts, `Inst_eddies` and Overlap, to directory Tests at root of repository.
-