Changes between Version 6 and Version 7 of DataAssimilationDiagnostics
- Timestamp:
- Mar 26, 2025, 2:47:14 PM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataAssimilationDiagnostics
v6 v7 35 35 36 36 For a documention on `PDAF_diag_CRPS` see the [wiki:PDAF_diag_crps detail page on PDAF_diag_CRPS]. The routine is used in the Lorenz-63 model example in `models/lorenz63/compute_truerms.F90`. 37 38 With PDAF V2.2.1 we added two further CRPS routines: 39 * [wiki:PDAF_diag_CRPS_nompi]: This routine computes CRPS and related quantities without parallelization 40 * [wiki:PDAF_diag_CRPS_mpi]: This routine computes CRPS and related quantities utilizing parallelization to obtain global scores for parallized models. 41 These routines can be used outside the PDAF environment, i.e. they don't need that `PDAF_init` was called before.