Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
  2. Nov 21, 2022
    • Lionel GUEZ's avatar
      Add executable with main program unit · 35afed2e
      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`.
      35afed2e
  3. Oct 18, 2022
  4. Oct 15, 2022
  5. Oct 14, 2022
  6. Jul 27, 2022
  7. Jul 26, 2022
  8. Jan 05, 2022
  9. Jan 04, 2022
  10. Nov 12, 2021
  11. Oct 16, 2021
  12. Oct 15, 2021
  13. Jul 19, 2021
  14. Jul 12, 2021
  15. Jul 09, 2021
  16. Jul 01, 2021
    • Lionel GUEZ's avatar
      Write an edge across delta days · c440ce20
      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`.
      c440ce20
  17. Jun 22, 2021
    • Lionel GUEZ's avatar
      Remove field cyclone from `extremum.dbf` · 776d9443
      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.
      776d9443
    • Lionel GUEZ's avatar
      Rename triplet to collection · af2f6c98
      Lionel GUEZ authored
      Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in
      comments, identifiers and file names.
  18. Jun 17, 2021
  19. Jun 16, 2021
  20. Jun 15, 2021
    • Lionel GUEZ's avatar
      Remove redundant call to `find_package` · e15d64b3
      Lionel GUEZ authored
      We are in Overlap so MPI has already been found in top-level `CMakeLists.txt`.
      e15d64b3
    • Lionel GUEZ's avatar
      Move files to new directory Common · 039f2b36
      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.
      039f2b36
  21. Mar 24, 2021
    • Lionel GUEZ's avatar
      Update dependencies · 8d2364e5
      Lionel GUEZ authored
      Following update of libraries: NetCDF-Fortran is private in NetCDF95
      and MPI-Fortran is private in EZMPI.
      8d2364e5
  22. Mar 02, 2021
Loading