Skip to content
Snippets Groups Projects
  1. May 06, 2019
  2. Apr 30, 2019
  3. Apr 18, 2019
  4. Apr 03, 2019
  5. Apr 02, 2019
    • Lionel GUEZ's avatar
      These files are not only for test programs. · 3c3e2d67
      Lionel GUEZ authored
      3c3e2d67
    • Lionel GUEZ's avatar
      Remove "outermost_possible_level.f", not used since commit · 569f9e57
      Lionel GUEZ authored
      0ce6b1b4.
      
      Write extr_map in test_read_snapshot since extr_map has been
      defined. So create a procedure write_extr_map because now we want to
      write extr_map both in test_local_extrema and in test_read_snapshot.
      
      Preparing to take into account periodicity in successive_overlap: add
      argument periodic to read_snapshot and extend s%extr_map in longitude
      if periodic.
      
      In program extraction_eddies, constraint on max_radius(1) is necessary
      only if periodic.
      
      Make read_snapshot more general: add argument step.
      
      In procedure get_snapshot, remove definition of s%number_eddies
      because this is already done in read_snapshot.
      
      Promote dist_lim from local constant of successive_overlap to constant
      of module successive_overlap_m because we need it in read_snapshot
      (and test_successive_overlap and test_read_snapshot).
      569f9e57
  6. Mar 14, 2019
    • Lionel GUEZ's avatar
      Write number of days since 1950-1-1 as date_index in shapefiles · 2b64791c
      Lionel GUEZ authored
      (instead of date_index = 1). This is the value read from the NetCDF
      files. We have to increase the width of field date_index to 5 digits
      (4 digits would only allow approximately 30 years since 1950).
      
      In procedure read_snapshot, check that all input eddies have the same
      date index, and return it as an additional argument.
      
      Assume that the input NetCDF files contain a single date.
      
      In program test_set_all_outerm, do not write file
      "isolated_nodes_1.csv". Since s is defined by set_all_outerm only, all
      the eddies are necessarily isolated.
      2b64791c
  7. Jan 25, 2019
  8. Nov 06, 2018
  9. Jul 30, 2018
  10. Jul 27, 2018
  11. May 17, 2018
  12. 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
  13. May 02, 2018
Loading