Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
    • GUEZ Lionel's avatar
      Add argument SHPC-dir to program `inst_eddies` · 0cfe5b01
      GUEZ Lionel authored
      We want to be able to run `inst_eddies` from a directory other than
      the directory containing the SHPC to be appended to. Preparing to
      write `grid_nml.txt` and `used_config_nml.txt` in the current
      directory. To be able to do this in parallel for several slices, we
      need to be running in different directories.
      0cfe5b01
  2. Apr 26, 2024
  3. Jun 23, 2023
    • Lionel GUEZ's avatar
      Use template and dates as positional arguments · d408a231
      Lionel GUEZ authored
      We rewrite `inst_eddies_Aviso.py` so it is more convenient to use. The
      script is only useful for several input files. Otherwise we can
      directly use `inst_eddies.py`. So instead of optional arguments
      template and last date, we use positional arguments. Then there is no
      point in distinguishing dirname and basename. Also, it does not make
      sense any longer to read the date from the content of the first
      file. The script becomes more general: we do not assume that all input
      NetCDF files are in the same -directory and that the time coordinate
      is in days since 1950-1-1. The interface is also clearer.
      d408a231
  4. May 11, 2023
  5. Apr 17, 2023
  6. Apr 13, 2023
  7. Apr 12, 2023
    • 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
  8. Apr 06, 2023
  9. Mar 23, 2023
  10. Feb 20, 2023
  11. Feb 06, 2023
    • 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
      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
  12. Jul 28, 2022
    • Lionel GUEZ's avatar
      Change structure to "Slice_{slice}/{orientation}" · bd07c458
      Lionel GUEZ authored
      Changing my mind. In an SHPC, store shapefiles in
      "Slice_{slice}/{orientation}" instead of
      "{orientation}/Slice_{slice}". Two reasons: easier to store accessory
      files from running `inst_eddies`, such as `perf_report` and output
      from Torque submission script; clearer that a slice should contain the
      same dates for both orientations.
      bd07c458
  13. Jul 27, 2022
  14. Apr 29, 2022
  15. Apr 06, 2022
  16. Jan 20, 2022
  17. Jan 05, 2022
  18. Dec 06, 2021
  19. Nov 12, 2021
  20. 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
  21. Jul 20, 2021
  22. Jun 29, 2021
  23. Jun 25, 2021
  24. 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
  25. Jun 17, 2021
  26. Jun 04, 2021
  27. Jun 03, 2021
    • Lionel GUEZ's avatar
      Extract code to new module `config_m` · 6dc504df
      Lionel GUEZ authored
      Preparing for two collections of shapefiles. We create the
      procedure `write_nml` so we will be able to call it twice. But it
      needs to access the namelist. So the namelist must be at the module level.
      6dc504df
  28. Mar 02, 2021
  29. Feb 26, 2021
    • Lionel GUEZ's avatar
      Split arborescence into `Inst_eddies` and Overlap · 56150231
      Lionel GUEZ authored
      Also split the tests, Fortran source files, Python files and JSon
      files. Keep at the top level the files used in both `Inst_eddies` and
      Overlap.
      
      Motivations for the split:
      
      - The top directory contained many files.
      
      - It may be useful to compile only one of the two sub-projects. For
      example, only `Inst_eddies` on Ciclad, where MPI 3 is not available.
      56150231
Loading