1. 22 May, 2025 1 commit
  2. 27 Dec, 2023 1 commit
  3. 13 Apr, 2023 1 commit
  4. 08 Mar, 2023 6 commits
  5. 03 Feb, 2023 2 commits
  6. 04 Jan, 2023 1 commit
  7. 19 Dec, 2022 1 commit
  8. 16 Dec, 2022 2 commits
  9. 26 Oct, 2022 1 commit
  10. 15 Sep, 2022 1 commit
  11. 05 Sep, 2022 1 commit
  12. 02 Sep, 2022 1 commit
  13. 11 Aug, 2022 2 commits
    • Thibault Hallouin's avatar
    • Thibault Hallouin's avatar
      fix bug where subsets were missing in CSV file output · dba3d887
      Thibault Hallouin authored
      The algorithm was overwriting the same CSV file for each temporal subset
      in the output array, which meant that only the last subset was available
      in files. This is now fixed, but in keeping all subsets in the CSV
      files, some output arrays are 3D (that is the case for multi-component
      metrics such as BS_CRD or BS_LBD). Since CSV files are intrinsically 2D
      (i.e. lines and columns only), subsets are stacked on top of one another
      in the CSV output files, so that it remains 2D.
      dba3d887
  14. 09 Aug, 2022 1 commit
    • Thibault Hallouin's avatar
      add check on obs/prd dimensions · fed1b429
      Thibault Hallouin authored
      since the dimensions are inferred arbitrarily from the first
      prediction file, later files' data may have been larger in size, and
      silently truncated, so a check was required to may sure data was not
      ignored silently
      fed1b429
  15. 08 Aug, 2022 2 commits
  16. 04 Aug, 2022 3 commits
  17. 03 Aug, 2022 1 commit
    • Thibault Hallouin's avatar
      update to latest evalhyd version · 739239bf
      Thibault Hallouin authored
      which includes the addition of sites and leadtimes dimensions for
      evalp, the addition of the metrics RMSE/KGE/KGEPRIME for evald, and
      the addition of the transformation functionality for evald.
      739239bf