Skip to content
Snippets Groups Projects
  1. 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
    • Lionel GUEZ's avatar
      c6f9247d
    • Lionel GUEZ's avatar
      Add test `Examine_eddy` · c98ba595
      Lionel GUEZ authored
      c98ba595
  2. Jun 07, 2023
  3. Jun 02, 2023
  4. Jun 01, 2023
    • Lionel GUEZ's avatar
      Add the possibility to write `cont_list` · d89f8f2d
      Lionel GUEZ authored
      Add the possibility to write `cont_list` from `set_contours`. We want
      to do that without impacting the main program unit `inst_eddies`. We
      do not want to centralize variables at hight level in
      `inst_eddies`. So we do not want to promote `cont_list` and `n_cont`
      to dummy arguments of `set_contours`.
      d89f8f2d
    • Lionel GUEZ's avatar
      Polish · 85d2c591
      Lionel GUEZ authored
      85d2c591
    • Lionel GUEZ's avatar
      Remove useless use · c4536f50
      Lionel GUEZ authored
      c4536f50
  5. May 27, 2023
  6. May 26, 2023
  7. May 25, 2023
  8. May 24, 2023
Loading