Changes between Version 3 and Version 4 of PDAF_diag_histogram


Ignore:
Timestamp:
Feb 22, 2023, 2:23:02 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_histogram

    v3 v4  
    3030 * The array `hist` has to be allocated and initialized with zeros before the first call to `PDAF_diag_histogram`
    3131 * The value of `delta` is >0 if the histogram is not flat. However, delta is not bounded and is hence difficult to interpret.
    32  * An example of using `PDAF_diag_histogram` can be found in the Lorenz-96 model example (see testsuite/src/lorenz96/compute_truermse.F90).
     32 * An example of using `PDAF_diag_histogram` can be found in the Lorenz-96 model example (see models/lorenz96/compute_truermse.F90).