- 22 May, 2025 1 commit
-
-
François Bourgin authored
-
- 27 Dec, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 13 Apr, 2023 1 commit
-
-
Thibault Hallouin authored
also rename CRPS to CRPS_FROM_QS, and modify the algorithm for outputs to CSV to deal with multisite case required to support metric ES
-
- 08 Mar, 2023 6 commits
-
-
Thibault Hallouin authored
the outputting functionality was not looping through the diagnostics
-
Thibault Hallouin authored
-
Thibault Hallouin authored
giving access to "completeness" information
-
Thibault Hallouin authored
-
Thibault Hallouin authored
needed for REL_DIAG
-
Thibault Hallouin authored
-
- 03 Feb, 2023 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 04 Jan, 2023 1 commit
-
-
Thibault Hallouin authored
-
- 19 Dec, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 16 Dec, 2022 2 commits
-
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 26 Oct, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 15 Sep, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 05 Sep, 2022 1 commit
-
-
Thibault Hallouin authored
-
- 02 Sep, 2022 1 commit
-
-
Thibault Hallouin authored
`evalhyd` recently inherited the mask generating functionality from user-provided masking conditions, so the internal functionality is removed. This functionality was only accessible to `evalp`, this is now accessible to both `evalp` and `evald`.
-
- 11 Aug, 2022 2 commits
-
-
Thibault Hallouin authored
-
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.
-
- 09 Aug, 2022 1 commit
-
-
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
-
- 08 Aug, 2022 2 commits
-
-
Thibault Hallouin authored
which includes the addition of a "sites" axis in the dimensions of streamflow thresholds and temporal subsets (i.e. masks)
-
Thibault Hallouin authored
New parameter "gen_mask" expects a string specifying conditions to generate masks used to perform the temporal subsets. Conditions can be based on streamflow (e.g. q{>9} {q<=10} q{<9,>=10} etc.) or on time indices (e.g. t{4,5,6} t{10:30} t(11,12,13,20:50,88} etc.).
-
- 04 Aug, 2022 3 commits
-
-
Thibault Hallouin authored
For now, the user is expected to produce a CSV file of ones/zeros to specify the masks to use for temporal subsetting.
-
Thibault Hallouin authored
-
Thibault Hallouin authored
-
- 03 Aug, 2022 1 commit
-
-
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.
-