Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
    • Lionel GUEZ's avatar
      Move essentially all the content of procedure get_snapshot to main · 056a838d
      Lionel GUEZ authored
      unit test_get_snapshot. get_snapshot reads from shapefiles instead of
      netCDF files.
      
      Bug fix: programs test_get_snapshot and test_read_snapshot do not need
      dispatch_snapshot.f and send_snapshot.f.
      
      Procedures dispatch_snapshot, get_snapshot, send_snapshot and
      receive_snapshot are no longer referenced, for now. They will be
      called by the overlap program.
      056a838d
  2. Jan 25, 2019
    • Lionel GUEZ's avatar
      Starting to break everything, targetting two separate programs for · 8aaeb033
      Lionel GUEZ authored
      extraction of eddies and overlapping.
      
      Procedure dispatch_snapshot will be called by the overlap program and
      will not write eddies. So remove the calls to write_eddy from
      dispatch_snapshot and move them to test_get_snapshot and
      test_read_snapshot.
      
      Do not create files isolated_nodes_1.csv and number_eddies_1.csv in
      test_get_snapshot and test_read_snapshot, that will be done by the
      overlap program.
      8aaeb033
    • Lionel GUEZ's avatar
      Polish. · cd7598f2
      Lionel GUEZ authored
      cd7598f2
  3. Jan 24, 2019
  4. Jan 21, 2019
  5. Jan 09, 2019
  6. Jan 08, 2019
    • Lionel GUEZ's avatar
      Add default value of argument end_filename of function def read in · f88b44a4
      Lionel GUEZ authored
      script distribution_function.py. Return dictionary instead of tuple:
      easier to use.
      
      In script plot_snapshot.py, move definition of readers to the
      beginning so there is no risk of entering the window for nothing if we
      forgot the end_filename option. Also, enter the four values defining
      the window in a single input: easier to copy and paste.
      f88b44a4
  7. Jan 07, 2019
  8. Dec 21, 2018
  9. Dec 04, 2018
    • Lionel GUEZ's avatar
      For clarity, in procedure set_max_speed, do not modify speed_outerm · a6ab40be
      Lionel GUEZ authored
      after its initial computation and show more directly the consequence
      of a NaN value. The drawback is the repetition of one line of code. As
      for performance, one less test is performed in the case of a NaN
      value.
      
      In script stat.py, add stats for cases when speed is missing.
      a6ab40be
  10. Nov 12, 2018
    • Lionel GUEZ's avatar
      Split tests.json into short_tests.json and long_tests.json. With ifort · 4ecabd4d
      Lionel GUEZ authored
      and debugging options, short tests each take less than 10 s, while
      long tests each take about one mn.
      
      Bug fix in plot_snapshot.py. Slicing a multiple-dimension array with a
      scalar logical does not produce an array with the same shape.
      
      Removed computations of number of points per contour from program
      test_get_snapshot. Created instead a post-processing script, stat.py,
      computing these numbers of points and other stats.
      4ecabd4d
  11. Nov 06, 2018
  12. Oct 29, 2018
  13. Oct 22, 2018
  14. Oct 15, 2018
  15. Oct 10, 2018
  16. Oct 08, 2018
    • Lionel GUEZ's avatar
      Promote internal procedure get_var of procedure get_snapshot to module · bb70e28e
      Lionel GUEZ authored
      procedure so it can be used by program test_set_all_outerm.
      
      Move dummy argument corner of set_all_outerm to last position.
      
      Bug fix in procedure get_snapshot: urc(2) must always be lower than
      nlat, even if periodic is true. Fix the same bug in procedure
      set_all_outerm: llc(2) >= 1 and urc(2) <= nlat even if periodic is true.
      
      Bug fix in procedure set_all_outerm: the lower bound of dummy argument
      ssh is not always 1.
      
      Make script examine_ssh_values.py work for a periodic domain.
      
      Make program test_set_all_outerm work for a periodic
      domain. max_radius is now chosen at run-time (we must change it for
      a very coarse grid). Add a corresponding test.
      
      In written shapefiles, replace field "area" by field "r_eq_area",
      that is radius of disk of equal area. This is a smaller number so it
      needs fewer characters, especially for a global coarse grid.
      bb70e28e
  17. Oct 01, 2018
  18. Sep 28, 2018
  19. Sep 25, 2018
    • Lionel GUEZ's avatar
      The component extr_map of type snapshot is now defined with duplicated · 2bef32e4
      Lionel GUEZ authored
      values at longitude boundaries, in case of periodicity.
      
      Add argument "periodic" to procedures get_snapshot and
      set_all_outerm. Duplicate values at longitude boundaries in ssh, u, v
      if periodic. set_all_outerm can now call local_extrema with periodic
      true. In procedure set_all_outerm, we shift the longitudes of outside
      points if necessary.
      
      In program test_get_snapshot, define periodic from step and nlon.
      2bef32e4
  20. Sep 21, 2018
  21. Sep 13, 2018
  22. Sep 04, 2018
  23. Sep 03, 2018
    • Lionel GUEZ's avatar
      Write area in dbf files in km2 rather than m2. This allows easier · c2245c51
      Lionel GUEZ authored
      reading and spares some disk space: we can reduce the size of the
      field from 20 to 14 characters. We do not loose precision with this
      reduction because the order of magnitude of the area is 1e3 km2 or
      more so the decimal part of the field was 0. Accordingly, change the
      are for a null contour from - 1 to - 1e6 m2.
      
      Bug fix in program test_set_max_speed. No need for width 20 for field "speed".
      c2245c51
  24. Aug 31, 2018
  25. Aug 06, 2018
  26. 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
  27. Aug 01, 2018
  28. Jul 30, 2018
  29. Jul 27, 2018
  30. Jul 23, 2018
    • Lionel GUEZ's avatar
      Put small test input files under version control. Rename directory · 9c204185
      Lionel GUEZ authored
      Stdin to Input. Two input dir provided for in tests.json: $input_dir
      and $large_input_dir.
      
      Rename everywhere variable nearby_extr to outside_points to avoid
      confusion with function nearby_extr. Rename file "nearby_extr.csv" to
      "outside_points.csv".
      
      In procedure nearby_extr, include in the selection extrema with
      different sign, even if they do not have sufficient amplitude.
      
      Bug fix in read_eddy: use the value of read attribute to define
      e%interpolated.
      9c204185
Loading