Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
  2. Nov 12, 2021
  3. Oct 16, 2021
  4. Oct 15, 2021
  5. Jul 19, 2021
  6. Jul 12, 2021
  7. Jul 09, 2021
  8. 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
  9. 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.
  10. Jun 17, 2021
  11. Jun 16, 2021
  12. 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
  13. 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
  14. Mar 02, 2021
  15. Feb 26, 2021
    • Lionel GUEZ's avatar
      Split arborescence into `Inst_eddies` and Overlap · 56150231
      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.
      56150231
Loading