-
- Downloads
Use higher level in `test_set_max_speed`
Use higher level procedures in main program `test_set_max_speed`. Allows to read easily more information: cyclone, `ssh_extremum`, `coord_extr` from the shapefiles. So we do not ask this information to the user. The drawback is that we have to call MPI (because of `read_field_indices`) even if we do not really use it. We move the calls to `find_package` for EZMPI and `GPC_F` to the top-level `CMakeLists.txt` since these libraries are now necessary in both `Inst_eddies` and Overlap.
Showing
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- Inst_eddies/Tests/CMakeLists.txt 6 additions, 2 deletionsInst_eddies/Tests/CMakeLists.txt
- Inst_eddies/Tests/short_tests.json 6 additions, 2 deletionsInst_eddies/Tests/short_tests.json
- Inst_eddies/Tests/test_set_max_speed.f90 26 additions, 26 deletionsInst_eddies/Tests/test_set_max_speed.f90
- Overlap/CMakeLists.txt 0 additions, 3 deletionsOverlap/CMakeLists.txt
Loading