Changes between Version 3 and Version 4 of PDAF_diag_histogram
- Timestamp:
- Feb 22, 2023, 2:23:02 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_histogram
v3 v4 30 30 * The array `hist` has to be allocated and initialized with zeros before the first call to `PDAF_diag_histogram` 31 31 * 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).