Changes between Version 4 and Version 5 of PDAF_diag_histogram


Ignore:
Timestamp:
Mar 26, 2025, 2:28:52 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_diag_histogram

    v4 v5  
    2727 * `status` : `integer, intent(out)`[[BR]] Status flag
    2828
    29 Notes:
     29**Notes:**
    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.
    3232 * 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`.