Skip to content
Snippets Groups Projects
  1. Feb 27, 2024
  2. Feb 26, 2024
  3. Feb 20, 2023
  4. Jan 25, 2023
  5. Oct 20, 2022
  6. Oct 14, 2022
  7. Oct 10, 2022
  8. Sep 30, 2022
  9. Jul 25, 2022
  10. Apr 22, 2022
  11. Jan 04, 2022
    • Lionel GUEZ's avatar
      Replace references to `NR_util` by Jumble · 58f7355f
      Lionel GUEZ authored
      Since `NR_util` has been integrated into Jumble.
      58f7355f
    • Lionel GUEZ's avatar
      Polish · e2d7361c
      Lionel GUEZ authored
      e2d7361c
    • Lionel GUEZ's avatar
      Do not use a second, 0-based, date index · 43d2eff6
      Lionel GUEZ authored
      We are reverting commit e48b7f7e. I think I did not really appreciate
      then that the number of days since 1950-1-1 is another date index. It
      is clearer to use just one date index, which is in the dbf files. So,
      in effect, we replace everywhere the old 0-based date index k by `k -
      d_init`. Note that we no longer need argument `d_init` for procedure
      `dispatch_snapshot` and we no longer need to write `d_init` to file
      `node_id_param.json`. Note also that the value of every node index
      changes by the amount `d_init * e_overestim`.
      43d2eff6
  12. Jul 26, 2021
  13. Jul 23, 2021
  14. Jul 19, 2021
  15. Jul 06, 2021
  16. Jul 01, 2021
    • 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 · 0693c844
      Lionel GUEZ authored
      0693c844
    • 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
      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
    • Lionel GUEZ's avatar
      Remove intermediary variable m · ae7c1ccf
      Lionel GUEZ authored
      ae7c1ccf
    • 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
  17. Jun 29, 2021
  18. Jun 22, 2021
  19. 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
  20. Feb 03, 2021
  21. Dec 23, 2020
  22. Apr 27, 2020
  23. Apr 16, 2020
  24. Apr 15, 2020
    • GUEZ Lionel's avatar
      Create derived type `shp_triplet` · df32aa8f
      GUEZ Lionel authored
      Create derived type `shp_triplet`. Motivation: we need to manipulate
      two triplets of shapefiles in program `eddy_graph`. Use everywhere a
      variable of type `shp_triplet` instead of the three variables
      `hshp_extremum`, `hshp_outermost`, `hshp_max_speed` when all three of
      them appear. Rename character variable `shp_triplet` to
      `shp_triplet_dir`.
      df32aa8f
  25. Nov 20, 2019
  26. Oct 28, 2019
  27. Sep 27, 2019
  28. Sep 24, 2019
Loading