Skip to content
Snippets Groups Projects
  1. Apr 17, 2023
    • Lionel GUEZ's avatar
      Remove program `test_set_all_outerm` · a07ffd55
      Lionel GUEZ authored
      Because `test_set_all_outerm` is now essentially the same as
      `inst_eddies`. Replace `test_set_all_outerm` by `inst_eddies` in
      tests.
      a07ffd55
    • Lionel GUEZ's avatar
      Do not reset speed components · d3e28cbd
      Lionel GUEZ authored
      Speed components are now defined in `set_all_outerm`.
      d3e28cbd
    • Lionel GUEZ's avatar
      Move computation of max-speed contours · 03033711
      Lionel GUEZ authored
      Move computation of max-speed contours to `set_all_outerm`. This
      requires adding dummy arguments u and v to `set_all_outerm`. The
      motivation is to compute the max-speed contour for each eddy
      immediately after computing its outermost contour.
      03033711
  2. Apr 13, 2023
  3. Apr 12, 2023
    • Lionel GUEZ's avatar
      Polish · 59e9afcd
      Lionel GUEZ authored
      59e9afcd
    • Lionel GUEZ's avatar
      Introduce more input directories · dafee926
      Lionel GUEZ authored
      Introduce two variables `Aviso_DT_dir` and `Eurec4A_NRT_dir` to
      replace the single variable `large_input_dir`. This should remove the
      need to create symbolic links to the files in these directories.
      dafee926
  4. Apr 11, 2023
  5. Apr 06, 2023
  6. Mar 23, 2023
  7. Feb 20, 2023
  8. Feb 06, 2023
    • Lionel GUEZ's avatar
      Write to standard output instead of standard error · f5e0f59e
      Lionel GUEZ authored
      I do not remember why I chose to write to standard error. First it is
      clearer to write only error messages to standard error. Second the
      order of messages on standard error coming from the Fortran code and
      from the shapelib C library does not seem deterministic, and this is
      annoying to compare runs.
      f5e0f59e
    • Lionel GUEZ's avatar
      Change default value of eddy index · 75acb93e
      Lionel GUEZ authored
      Because the numbering changed when we decided not to write invalid eddies.
      75acb93e
    • Lionel GUEZ's avatar
      Exclude `n_slices.txt` from comparison · 7bf3959b
      Lionel GUEZ authored
      Because `$tests_old_dir/Extraction_eddies_region_5/SHPC` is opened
      with `SHPC_class` in test `Plot_eddy_contours_window`, which will
      create `n_slices.txt`, so there will always be this file only in
      `$tests_old_dir/Extraction_eddies_region_5/SHPC`.
      7bf3959b
    • Lionel GUEZ's avatar
      Polish · 77c8d196
      Lionel GUEZ authored
      77c8d196
    • Lionel GUEZ's avatar
      Read index of target eddy · 86cb3751
      Lionel GUEZ authored
      86cb3751
    • Lionel GUEZ's avatar
      Add test `Region_5_15_days` · da706403
      Lionel GUEZ authored
      We import in the test infrastructure the experiment `Inst_eddies_4`
      because we want to no longer keep invalid contours, so we will need to
      update the experiment.
      da706403
  9. Jan 25, 2023
Loading