Skip to content
Snippets Groups Projects
  1. Aug 06, 2018
  2. Aug 03, 2018
    • Lionel GUEZ's avatar
      Performance improvement: start looking for outermost contour at · acc96ac1
      Lionel GUEZ authored
      amplitude min_amp if the difference between innermost level from
      local_extrema and ssh extremum is smaller. This is not only a
      performance improvement but also an improvement of results: the
      algorithm sometimes finds a contour at just min_amp when before it did
      not find any: the bisection algorithm converged just below
      min_amp. Also, as a result, if an outermost contour is found, it is
      now necessarily of sufficient amplitude.
      acc96ac1
  3. Aug 01, 2018
  4. Jul 30, 2018
  5. Jul 27, 2018
  6. Jul 23, 2018
  7. Jul 19, 2018
  8. Jul 17, 2018
  9. Jul 13, 2018
    • Lionel GUEZ's avatar
      Move the computation of nearby_extr out of procedure set_max_speed to · 1d80ce50
      Lionel GUEZ authored
      procedure get_snapshot. The idea is that, in this branch, nearby_extr
      will eventually include extrema depending not only on them having
      sufficient amplitude but also on their cyclonicity. Both pieces of
      information cannot be simply encoded in extr_map. The downside is that
      we compute needlessly nearby_extr if e%radius4 == 1 in set_max_speed.
      1d80ce50
    • Lionel GUEZ's avatar
      Preparing to move the computation of nearby_extr out of procedure · 5c025222
      Lionel GUEZ authored
      set_max_speed. Abandon the computation with pack_indices, this was
      supposed to give the same result than the computation with argwhere
      but be faster if not any(extr_map) < 0. I was not sure of that. I
      abandon that because I want to eventually remove the coding of
      sufficient amplitude in extr_map.
      5c025222
    • Lionel GUEZ's avatar
      Polish. · 37524353
      Lionel GUEZ authored
      37524353
    • Lionel GUEZ's avatar
      Polish. · 3a157d6c
      Lionel GUEZ authored
      3a157d6c
    • Lionel GUEZ's avatar
      Move the computation of nearby_extr out of procedure get_1_outerm, to · d5df9cae
      Lionel GUEZ authored
      procedure set_all_outerm. The idea is that, in this branch,
      nearby_extr will eventually include extrema depending not only on them
      having sufficient amplitude but also on their cyclonicity. Both pieces
      of information cannot be simply encoded in extr_map.
      d5df9cae
  10. Jul 02, 2018
  11. Jun 27, 2018
  12. Jun 22, 2018
  13. Jun 20, 2018
  14. May 22, 2018
  15. May 17, 2018
  16. May 03, 2018
    • Lionel GUEZ's avatar
      Add arguments corner, nlon and nlat to procedure read_snapshot. In · 9af41fab
      Lionel GUEZ authored
      read_snapshot, assert that there is no duplicate tuple in
      s%ind_extr. Since we are not sure of that, we must use a do construct
      and not a forall in order to define s%extr_map.
      
      Bug fix in program test_local_extrema: support missing values. Add
      corresponding test.
      
      Output s%ind_extr in program test_read_snapshot.
      9af41fab
  17. May 02, 2018
  18. Apr 19, 2018
  19. Apr 16, 2018
  20. Apr 12, 2018
  21. Apr 06, 2018
Loading