- 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
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
Instead of creating them. Motivation: avoid time spent concatenating shapefiles in `inst_eddies.py`. This concatenation time, on Ciclad, is of the same order of magnitude as the time spent by the Fortran executable.
-
- Jul 12, 2021
-
-
Lionel GUEZ authored
-
- Jul 09, 2021
-
-
Lionel GUEZ authored
In case we are a sub-project.
-
- Jun 22, 2021
-
-
Lionel GUEZ authored
Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in comments, identifiers and file names.
-
- Jun 15, 2021
-
-
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.
-
- Jun 03, 2021
-
-
Lionel GUEZ authored
Preparing for two collections of shapefiles. We create the procedure `write_nml` so we will be able to call it twice. But it needs to access the namelist. So the namelist must be at the module level.
-
Lionel GUEZ authored
Extract writing of `ishape_last.txt` and `grid_nml.txt` to new procedure `write_aux`. Preparing for two collections of shapefiles.
-
- May 19, 2021
-
-
Lionel GUEZ authored
Preparing for configuration of location of binary executable.
-
- 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
-
- 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.
-