Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
  2. Oct 16, 2021
  3. Oct 15, 2021
  4. Jul 19, 2021
  5. Jul 12, 2021
  6. Jul 09, 2021
  7. Jun 22, 2021
  8. Jun 17, 2021
    • Lionel GUEZ's avatar
      Use `read_snapshot` in program `test_nearby_extr` · 83123e30
      Lionel GUEZ authored
      Instead of reading `extr_map.nc`, `ishape_last.txt` and shapefile
      extremum. The problem was the consistency between `extr_map.nc` and
      the two other files. `extr_map.nc` contains eddies with the two
      orientations while extremum now contains a single orientation, with
      eddies renumbered.
      83123e30
  9. Jun 15, 2021
    • Lionel GUEZ's avatar
      5b2851a5
    • Lionel GUEZ's avatar
      a133cbeb
    • Lionel GUEZ's avatar
      Use higher level in `test_set_max_speed` · c35ab1de
      Lionel GUEZ authored
      Use higher level procedures in main program
      `test_set_max_speed`. Allows to output easily more information. Then,
      for example in `test_mean_speed.py`, we will be able to read extremum
      position from the shapefiles instead of asking the user to define it.
      c35ab1de
    • 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
    • Lionel GUEZ's avatar
      Use higher level procedures in `test_get_1_outerm` · c2b2d8de
      Lionel GUEZ authored
      Use higher level procedures in main program
      `test_get_1_outerm`. Allows to output easily more information. Then in
      program `test_set_max_speed` for example, we will be able to read information
      about the extremum from the shapefiles instead of asking it to the
      user.
      c2b2d8de
  10. Jun 03, 2021
    • Lionel GUEZ's avatar
      Use higher level procedures · 6238eed1
      Lionel GUEZ authored
      Use higher level procedures in main program unit `test_set_all_outerm`.
      6238eed1
    • Lionel GUEZ's avatar
      Extract code to new module `config_m` · 6dc504df
      Lionel GUEZ authored
      Preparing for two collections of shapefiles. We create the
      procedure `write_nml` so we will be able to call it twice. But it
      needs to access the namelist. So the namelist must be at the module level.
      6dc504df
  11. 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
  12. Mar 02, 2021
  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