Skip to content
Snippets Groups Projects
  1. Nov 22, 2022
    • Lionel GUEZ's avatar
      Rename to `test_write_null.f90` · c7faaba2
      Lionel GUEZ authored
      Rename file `test_write_eddy.f90` to `test_write_null.f90`. The name
      was badly chosen because the program is not a unit test of procedure
      `write_eddy`. In fact, it does not even call `write_eddy`.
      c7faaba2
  2. Nov 21, 2022
  3. Oct 14, 2022
  4. Jul 26, 2022
  5. Jul 01, 2022
  6. Mar 21, 2022
  7. Jan 31, 2022
    • Lionel GUEZ's avatar
      Add RelWithDebInfo · e6bb912e
      Lionel GUEZ authored
      Useful for ARM Performance Reports and Intel Application Performance Snapshot.
      e6bb912e
  8. Jan 04, 2022
  9. Dec 15, 2021
  10. Nov 12, 2021
    • Lionel GUEZ's avatar
      Do not find GPC and NetCDF · 4718c89a
      Lionel GUEZ authored
      The programs in this project do not depend directly on them. If they
      are secondary dependencies, it is the responsibilty of the primary
      dependencies to find them.
      4718c89a
  11. Sep 27, 2021
  12. Jul 20, 2021
  13. Jul 19, 2021
    • Lionel GUEZ's avatar
      Take advantage of fortrangis installation by cmake · 90198c8d
      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.
      90198c8d
  14. Jul 12, 2021
    • Lionel GUEZ's avatar
      Use `find_package` for GPC · 80ccc06b
      Lionel GUEZ authored
      Following commit e741203 of `GPC_F`. We have to add this
      `find_package` of GPC in `Detection_eddies` because `GPC_F` now
      declares a dependency on the abstract target GPC.
      80ccc06b
  15. Jul 09, 2021
  16. Jun 25, 2021
  17. Jun 15, 2021
    • Lionel GUEZ's avatar
      Use higher level in `test_set_max_speed` · f04aea8b
      Lionel GUEZ authored
      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.
      f04aea8b
  18. Apr 29, 2021
  19. Mar 24, 2021
  20. Mar 02, 2021
  21. Feb 26, 2021
  22. Feb 16, 2021
  23. Feb 03, 2021
  24. Sep 24, 2020
  25. Sep 18, 2020
  26. Jul 21, 2020
    • Lionel GUEZ's avatar
      Bug fix: missing libraries · fb4c4d51
      Lionel GUEZ authored
      Missing libraries in `target_link_libraries`. This appears now because
      some links are now declared private in the libraries.
      fb4c4d51
  27. Jun 03, 2020
    • Lionel GUEZ's avatar
      Replace `mkdir_nproc.sh` by `eddy_graph.sh` · fe8820af
      Lionel GUEZ authored
      Replace script `mkdir_nproc.sh` by script
      `eddy_graph.sh`. `eddy_graph.sh` is a wrapper script for program
      `eddy_graph`. It includes the creation of output directories that was
      done by `mkdir_nproc.sh`. `mkdir_nproc.sh` was only used for program
      `eddy_graph`. There was the need to automate the concatenation of
      output files for a run with several MPI processes.
      
      Add a test for `eddy_graph`.
      
      Improve the handling of the NetCDF Fortran library in cmake files.
      Add the configuration of `eddy_graph_in.sh`.
      
      In main program `eddy_graph`, do not write title lines in files
      `unit_number_eddies` and `unit_edgelist` because these files are
      concatenated for all the MPI processes by `eddy_graph.sh`. So the
      title lines are added by `eddy_graph.sh`.
      fe8820af
  28. Apr 27, 2020
  29. Apr 16, 2020
Loading