Changes between Version 10 and Version 11 of DataAssimilationDiagnostics


Ignore:
Timestamp:
Apr 17, 2026, 9:10:19 AM (16 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataAssimilationDiagnostics

    v10 v11  
    6767
    6868
     69== PDAF_diag_diffstats ==
     70
     71Comparing the state vector or parts of it with independent values, e.g. independent observations provides insights into the assimilation skill. The routine `PDAF_diag_diffstats` computes 6 statistics comparing two input vectors (where one can be the state vector and the second a vector of indpendent values). The statistics are the correlation of both vectors, their centered root-mean square difference, their mean bias, their mean absolute difference, and the standard deviation, i.e. variability, of each vector. These values can be used, e.g. to plot Taylor diagrams.
     72
     73For a documention on `PDAF_diag_diffstats` see the [wiki:PDAF_diag_diffstats detail page on PDAF_diag_diffstats]. The use of the routine is shown in the tutorial and template implementations of PDAF V3.1 and later.
     74
     75
    6976== PDAF_diag_CRPS ==
    7077