Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Nov 18, 2021
  3. Nov 12, 2021
  4. Oct 16, 2021
  5. Oct 15, 2021
  6. Jul 26, 2021
  7. Jul 23, 2021
    • Lionel GUEZ's avatar
      Bug fix: remove useless key · 3ac1a0c3
      Lionel GUEZ authored
      In commit d5e89eb9, the test was added with the useless key
      "input". Now, after commit 29c37646, the useless key is the key "required".
      3ac1a0c3
    • Lionel GUEZ's avatar
      Do not redirect stdin in subprocess · 29c37646
      Lionel GUEZ authored
      Now that `inst_eddies` reads `main_nml` only on the first date, we do
      not need to create a file `main_nml.txt` before running
      `inst_eddies.py`. `inst_eddies.py` can just read `main_nml` from
      standard input.
      29c37646
    • Lionel GUEZ's avatar
      Use pre-existing `main_nml` if we are appending · d9a67386
      Lionel GUEZ authored
      If we are appending to an existing SHPC then read `main_nml` from file
      `used_nml.txt` instead of from standard input, and do not re-create
      file `used_nml.txt`. It would be a mess to have an SHPC made with
      different run parameters for different parts of the shapefiles.
      d9a67386
  8. Jul 20, 2021
  9. Jul 19, 2021
  10. Jul 12, 2021
  11. Jul 09, 2021
  12. Jul 06, 2021
  13. Jul 01, 2021
  14. Jun 29, 2021
  15. Jun 25, 2021
  16. Jun 22, 2021
    • Lionel GUEZ's avatar
      Remove `Region_6_SHPC` · 7ed9c874
      Lionel GUEZ authored
      This SHPC was made with an old version of `inst_eddies`: it contained
      cyclones and anticyclones output together. We create a test `Region_6`
      instead.
      7ed9c874
    • Lionel GUEZ's avatar
      Use `Inst_eddies_loop` from `$PWD` · f994b9e9
      Lionel GUEZ authored
      Since `Inst_eddies_loop` is in the same series of tests as
      `Nearby_extr`, take it from `$PWD` rather than `$tests_old_dir`.
      f994b9e9
    • Lionel GUEZ's avatar
      Remove field cyclone from `extremum.dbf` · 776d9443
      Lionel GUEZ authored
      We now impose that all eddies in an SHPC have the same
      orientation. Remove field `extr_cycl` from the derived type shpc and
      add field cyclone to shpc. When reading an eddy, give it the
      orientation of its SHPC. Add argument cyclone to procedure
      `shpc_create`. Create a file `orientation.txt` in each SHPC. When
      writing an eddy, check that its orientation matches that of the SHPC.
      776d9443
    • Lionel GUEZ's avatar
      Rename triplet to collection · af2f6c98
      Lionel GUEZ authored
      Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in
      comments, identifiers and file names.
Loading