- 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.
-
- Feb 26, 2021
-
-
Lionel GUEZ authored
Also split the tests, Fortran source files, Python files and JSon files. Keep at the top level the files used in both `Inst_eddies` and Overlap. Motivations for the split: - The top directory contained many files. - It may be useful to compile only one of the two sub-projects. For example, only `Inst_eddies` on Ciclad, where MPI 3 is not available.
-