Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
  2. Oct 16, 2021
  3. Jul 20, 2021
  4. 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
  5. Jul 12, 2021
  6. Jul 09, 2021
  7. 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
  8. Jun 22, 2021
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. 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
    • 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
  12. 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
  13. 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