Skip to content
Snippets Groups Projects
  1. Dec 18, 2017
  2. Oct 13, 2017
  3. Oct 10, 2017
    • Lionel GUEZ's avatar
      Create procedure set_max_speed (with a large part coming from removed · 5a1854e6
      Lionel GUEZ authored
      procedure get_eddy), with corresponding test.
      
      Take into account the fact that derived type polygon became polyline
      in library Contour_531.
      
      Use new procedure null_polyline from library Contour_531.
      
      Correct a sneaky bug in mean_speed: the last point in the polygon
      array is a duplicate of the first point, do not take the last point
      into account when averaging (and interpolating). Discovered this bug
      because the mean speed was not exactly the same for equivalent
      polygons with circular permutation.
      
      Change philosophy for the tests: read whole NetCDF variables, prepare
      different NetCDF files for different geographical regions if needed;
      read all data from file or namelist; read names of files on command
      line.
      
      Use generic test_program.sh (which is out of this project) instead of
      the specific tests_detection_eddies.sh.
      5a1854e6
  4. Sep 26, 2017
  5. Sep 12, 2017
    • Lionel GUEZ's avatar
      Preparation for low-amplitude threshod: add output argument cyclone to · 1ee17f6d
      Lionel GUEZ authored
      local_extrema instead of coding sense of rotation with the sign of
      extr_map.
      
      In makefile, we want tags to include sources for test_good_contour,
      etc. External file list becomes easier.
      
      Moved test_bilinear_interp.f and test_bilinear_interp.py out of the
      project. These are rather tests on Numer_Rec_95.
      
      In test_local_extrema, write to CSV file instead of stdout.
      1ee17f6d
  6. Sep 06, 2017
Loading