Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
  2. Sep 12, 2024
    • GUEZ Lionel's avatar
      Read `periodic` in program `inst_eddies` · 12c21b42
      GUEZ Lionel authored
      Instead of deducing it from the longitude coordinate. The deduction
      could not be generalized to a non-uniform longitude-latitude
      grid. Also, the test on `step(1)` and nlon was not perfectly robust.
      12c21b42
    • GUEZ Lionel's avatar
      Add argument SHPC-dir to script `inst_eddies_Aviso.py` · cf970d4d
      GUEZ Lionel authored
      Add argument SHPC-dir to script `inst_eddies_Aviso.py`. We want to be
      able to run `inst_eddies_Aviso` in parallel for several slices. Since
      we write `used_config_nml.txt` to the current directory, we need to
      run the parallel instances from different directories. So the current
      directory cannot always be the directory containing the SHPC to be
      appended to.
      cf970d4d
    • GUEZ Lionel's avatar
      Add argument `SHPC_dir` to `loop_inst_eddies` · c0189703
      GUEZ Lionel authored
      Add argument `SHPC_dir` to function `loop_inst_eddies`. We want to be
      able to run `loop_inst_eddies` in parallel for several slices. Since
      we write `used_config_nml.txt` to the current directory, we need to
      run the parallel instances from different directories. So the current
      directory cannot always be the directory containing the SHPC to be
      appended to.
      c0189703
    • GUEZ Lionel's avatar
      Blacken · d8500bc7
      GUEZ Lionel authored
      d8500bc7
  3. Nov 21, 2023
  4. 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
  5. Apr 06, 2023
  6. Mar 30, 2023
  7. Mar 23, 2023
  8. Feb 20, 2023
  9. Jul 27, 2022
    • Lionel GUEZ's avatar
      Assume "{shpc_dir}/{orientation}/Slice_{slice}" · 789b6dbc
      Lionel GUEZ authored
      Assume that a slice is in a directory
      "{shpc_dir}/{orientation}/Slice_{slice}" where shpc_dir can be any
      name, orientation is "Anticyclones" or "Cyclones" and slice is an
      integer. Do not read or create any longer a file "orientation.txt" in
      the slice directory. Add procedure `get_slice_dir`. Add dummy
      arguments cyclone and slice to procedure `shpc_open`. Add dummy
      argument slice to procedure `shpc_create`.
      789b6dbc
  10. Jan 20, 2022
  11. Dec 15, 2021
  12. Dec 06, 2021
Loading