Changes between Version 6 and Version 7 of DataAssimilationDiagnostics


Ignore:
Timestamp:
Mar 26, 2025, 2:47:14 PM (8 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataAssimilationDiagnostics

    v6 v7  
    3535
    3636For 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
     38With 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.
     41These routines can be used outside the PDAF environment, i.e. they don't need that `PDAF_init` was called before.