Skip to content
Snippets Groups Projects
  1. Jul 25, 2022
  2. Jul 05, 2022
    • Lionel GUEZ's avatar
      Use `e_overestim.txt` · 8e6ce479
      Lionel GUEZ authored
      Use `e_overestim.txt` instead of `node_id_param.json`. Since commit
      43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to
      write the value alone in a text file.
      8e6ce479
  3. Jan 04, 2022
  4. Jul 26, 2021
  5. Jul 19, 2021
  6. Jul 12, 2021
  7. Jul 01, 2021
    • Lionel GUEZ's avatar
      Add test on `k_test_[12]` · acdc28ae
      Lionel GUEZ authored
      acdc28ae
    • Lionel GUEZ's avatar
      Write file `node_id_param.json` · 502d4b90
      Lionel GUEZ authored
      Write file `node_id_param.json` from programs `test_overlap` and `eddy_graph`.
      502d4b90
    • Lionel GUEZ's avatar
      Write node indices · c3052a2c
      Lionel GUEZ authored
      Write node indices instead of dates and eddy indices in
      edgelist. Compute `e_overestim` from `ishape_last`. Remove header
      lines of edgelist. See commit 3370733a. Replace argument d of procedure
      overlap by arguments `e_overestim` and k.
      c3052a2c
    • Lionel GUEZ's avatar
      Polish · 757bad90
      Lionel GUEZ authored
      757bad90
    • Lionel GUEZ's avatar
      Remove component `number_eddies` of snapshot · a24e8dfd
      Lionel GUEZ authored
      Remove component `number_eddies` of derived type snapshot. It was the
      same as `number_vis_extr` since there are no interpolated eddies any longer.
      a24e8dfd
    • Lionel GUEZ's avatar
      Do not write interpolated eddies · 50d2f596
      Lionel GUEZ authored
      This is a big change, a big simplification. Creating interpolated
      eddies was the way of Alexis Chaigneau. Rémi L. thinks it is no longer
      useful.
      
      So remove procedure `init_interpolated_eddy`; do not create SHPC for
      interpolated eddies in programs `eddy_graph`, `test_overlap` and
      `test_write_overlap`; remove argument `hshp_interp` of procedure
      overlap; remove arguments `hshp_interp`, m, cyclone, `coord_extr_1`,
      `ssh_extr_1`, `coord_extr_2` and `ssh_extr_2` of procedure
      `write_overlap`.
      50d2f596
    • Lionel GUEZ's avatar
      Redefine `k_test_[12]` as date indices · 664f62bb
      Lionel GUEZ authored
      Redefine `k_test_[12]` as date indices (0-based) instead of dates.
      664f62bb
  8. Jun 29, 2021
  9. Jun 22, 2021
  10. Jun 17, 2021
  11. Jun 15, 2021
  12. Mar 30, 2021
  13. Mar 24, 2021
  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
  16. Feb 05, 2021
    • Lionel GUEZ's avatar
      Group `new_unit` and open · 268d9915
      Lionel GUEZ authored
      Group `new_unit` and open in the same procedure, that we rename from
      `set_unit_edge` to `open_edge_file`. This removes the need for a
      special version of `new_unit` and it is closer to the use of the
      `new_unit` keyword in Fortran 2008.
      268d9915
    • Lionel GUEZ's avatar
      Polish · e1743a2e
      Lionel GUEZ authored
      e1743a2e
  17. Feb 03, 2021
    • Lionel GUEZ's avatar
      Split edge-list in 2 for cyclones and anticyclones · df2b397d
      Lionel GUEZ authored
      This makes the program `eddy_graph` heavier but it makes sense because
      there can be no connection between the two graphs, and we need to make
      the graphs as small as possible for large spatio-temporal domains.
      df2b397d
    • Lionel GUEZ's avatar
      Create module `unit_edge_m` for `unit_edgelist` · 5413e683
      Lionel GUEZ authored
      `unit_edgelist` was just transmitted by procedure overlap from main
      program unit to `write_overlap`. So now overlap does not see
      `unit_edgelist`. Further motivation: we are going to split the edge
      list file into two files.
      5413e683
Loading