Skip to content
Snippets Groups Projects
  1. May 25, 2021
  2. May 21, 2021
  3. May 20, 2021
  4. May 19, 2021
  5. May 17, 2021
    • Lionel GUEZ's avatar
      Use subprocess instead of pty · d5754c38
      Lionel GUEZ authored
      Much simpler and more robust. This should also ease submitting the
      script to a batch scheduler. And we can now check the return code of
      Matlab.
      d5754c38
    • Lionel GUEZ's avatar
      Use option `-batch` · 88ec00d5
      Lionel GUEZ authored
      Take advantage of version 2019 of Matlab now available on Ciclad,
      which has option `-batch`. This clears the output and opens the way to
      subprocess instead of `pty.spawn`.
      88ec00d5
  6. May 11, 2021
    • Lionel GUEZ's avatar
      Make sure sort works on older systems · 12bd4dc0
      Lionel GUEZ authored
      I have found that that, with `LC_NUMERIC=fr_FR.UTF-8`, sort on edglist
      does not work on Ciclad, which has sort version `8.4`. This would be
      because of blank as thousands separator.
      12bd4dc0
  7. Apr 30, 2021
  8. Apr 29, 2021
  9. Apr 03, 2021
    • Lionel GUEZ's avatar
      Bug fix: convert polyline to list · 6c850f50
      Lionel GUEZ authored
      Method poly of shapefile writer requires a list of lists, not a list
      of numpy arrays. This bug goes unnoticed in pyshp `2.1.0` but raises an
      exception with pyshp `2.1.3`.
      6c850f50
  10. Apr 02, 2021
    • Lionel GUEZ's avatar
      Add test for `report_graph_int.py` · f6182656
      Lionel GUEZ authored
      f6182656
    • Lionel GUEZ's avatar
      Polish · bc3e52c0
      Lionel GUEZ authored
      bc3e52c0
    • Lionel GUEZ's avatar
      Create `report_graph_int.py` · b2ee6af5
      Lionel GUEZ authored
      This is an almost-duplicate file of `report_graph.int`: the difference
      is that it processes an edgelist with nodes identified by node index,
      instead of date and eddy index. We could make `report_graph.py` more
      general instead, but that would degrade its clarity. Let us just have this
      almost duplicate file, pending a decision on the format of edgelist.
      
      Move functions `node_to_date_eddy` and `date_eddy_to_node` from
      `convert_id.py` to `report_graph_int.py`, where they are used.
      b2ee6af5
    • Lionel GUEZ's avatar
      Write fields interpolat and valid · 7405ad2e
      Lionel GUEZ authored
      Revert part of commit dfb78dbc. Motivation: being able to use
      `plot_eddy_contours.py` on results from Matlab.
      7405ad2e
  11. Mar 30, 2021
  12. Mar 24, 2021
Loading