Changes between Version 4 and Version 5 of PDAF_diag_histogram
- Timestamp:
- Mar 26, 2025, 2:28:52 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_histogram
v4 v5 27 27 * `status` : `integer, intent(out)`[[BR]] Status flag 28 28 29 Notes: 29 **Notes:** 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 32 * An example of using `PDAF_diag_histogram` can be found in the Lorenz-96 model example (see models/lorenz96/compute_truermse.F90). 33 * The routine does not perform any MPI operations and can also be used if PDAF was not initialized by calling `PDAF_init`.