Changes between Version 5 and Version 6 of PDAF_eofcovar


Ignore:
Timestamp:
Nov 30, 2019, 5:22:23 PM (4 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_eofcovar

    v5 v6  
    2020 * `remove_mstate` : `integer, intent(in)`[[BR]] Set to 1 to compute mean state and subtract it from states
    2121 * `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
    2323 * `stddev` : `real, intent(out), dimension(nfields)`[[BR]] Standard deviations of field variability. Without multivariate scaling (`do_mv=0`), it is `stddev = 1.0`
    2424 * `svals` : `real, intent(out), dimension(nstates)`[[BR]] Singular values divided by sqrt(nstates-1)