Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Jun 22, 2021
  3. Jun 15, 2021
  4. Jun 07, 2021
    • Lionel GUEZ's avatar
      Rename k1 to `d_init`, `k_min` to `d_min` etc. · aa9a6db8
      Lionel GUEZ authored
      Rename k1 to `d_init`, `k_min` to `d_min`, `k_max` to
      `d_max`. Continuing the change in commit fdd8a7ea. k would be for date
      index rather than number of days since 1950-1-1. As a consequence, we
      also change option `-k` to `-d`, and we remove the short option for
      `--dashed`.
      aa9a6db8
  5. May 31, 2021
  6. May 21, 2021
  7. May 20, 2021
  8. Mar 24, 2021
  9. Mar 13, 2021
  10. Feb 16, 2021
  11. Feb 15, 2021
  12. Feb 12, 2021
    • Lionel GUEZ's avatar
      Add save option · 90a4d784
      Lionel GUEZ authored
      Useful for automated test. See also commit 92bc155d.
      90a4d784
    • Lionel GUEZ's avatar
      Replace variables `reader_*` by dictionary readers · 26624352
      Lionel GUEZ authored
      Replace `reader_extr`, `reader_outer`, `reader_m_s` by dictionary
      readers. Clearer and more concise.
      26624352
    • Lionel GUEZ's avatar
      Create function `open_shpt` · fb9652fb
      Lionel GUEZ authored
      Motivation: ease plotting of several snapshots coming from different
      triplets of shapefiles, on the same figure. We may want to do this if
      we have anticyclones and cyclones in separated triplets of shapefiles.
      
      In order to extract the code for this function from the main part of
      the script, we have to modify the behaviour of the script a little:
      when the file `ishape_last.txt` could not be read or there is a single
      value in it then args.k, if not None, must be equal to k1, instead of
      being ignored.
      fb9652fb
  13. Jan 06, 2021
Loading