Changes between Version 5 and Version 6 of PDAF_eofcovar
- Timestamp:
- Nov 30, 2019, 5:22:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_eofcovar
v5 v6 20 20 * `remove_mstate` : `integer, intent(in)`[[BR]] Set to 1 to compute mean state and subtract it from states 21 21 * `do_mv` : `integer, intent(in)`[[BR]] Set to 1 to to perform multivariate normalization. `nfields`, `dim_fields`, and `offsets` are only used if `do_mv=1`. 22 * `states` : `real, intent(inout), dimension(dim, nstates)`[[BR]] Array of state vectors or state perturbations 22 * `states` : `real, intent(inout), dimension(dim, nstates)`[[BR]] Array of state vectors or state perturbations; the contents of the array will be destroyed by the singular value decomposition computed in PDAF_eofcovar 23 23 * `stddev` : `real, intent(out), dimension(nfields)`[[BR]] Standard deviations of field variability. Without multivariate scaling (`do_mv=0`), it is `stddev = 1.0` 24 24 * `svals` : `real, intent(out), dimension(nstates)`[[BR]] Singular values divided by sqrt(nstates-1)