Changes between Version 4 and Version 5 of PDAF_diag_crps
- Timestamp:
- Mar 26, 2025, 3:01:13 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PDAF_diag_crps
v4 v5 32 32 * A perfectly reliable system gives `reli=0`. An informative system gives `resol << uncert`. 33 33 * Compared to Hersbach (2000), `resol` here is equivalent to `CPRS_pot`. 34 * The routine is parallelized. For `element=0` it computes the CRPS, reli, and resol for the global state vector. It uses the PDAF-internal parallelization information is has to be called on all filter processes34 * The routine is parallelized. For `element=0` it computes the CRPS, reli, and resol for the global state vector. It uses the PDAF-internal parallelization information and hence requires that PDAF was initialized with a call to `PDAF_init` before. The routine has to be called on all filter processes. 35 35 * The routine uses a rather simple sorting algorithm. Accordingly, the performance is likely suboptimal for high-dimensional cases. 36 36