Changes between Version 2 and Version 3 of PDAF_diag_stddev_nompi
- Timestamp:
- Mar 21, 2025, 6:26:37 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_diag_stddev_nompi
v2 v3 19 19 REAL, INTENT(in) :: ens(dim, dim_ens) !< State ensemble 20 20 REAL, INTENT(out) :: stddev !< Standard deviation of ensemble 21 INTEGER, INTENT(in) :: do_mean !< Whether to compute ensemblemean21 INTEGER, INTENT(in) :: do_mean !< 1 to also compute ensemble mean; 0 for no computation of mean 22 22 INTEGER, INTENT(out) :: status !< Status flag (0=success) 23 23 }}}