Changes between Version 4 and Version 5 of PDAF_eofcovar
- Timestamp:
- Dec 20, 2017, 5:52:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_eofcovar
v4 v5 10 10 {{{ 11 11 SUBROUTINE PDAF_eofcovar(dim, nstates, nfields, dim_fields, offsets, & 12 remove_mstate, do_mv, states, stddev, svals, svec, meanstate, status)12 remove_mstate, do_mv, states, stddev, svals, svec, meanstate, [verbose], status) 13 13 }}} 14 14 with the following arguments: … … 25 25 * `svec` : `real, inent(out), dimension(dim, nstates)`[[BR]] Singular vectors 26 26 * `meanstate` : `real, intent(inout), dimension(dim)`[[BR]] Mean state (only used if remove_mstate=1) 27 * [`verbose: `integer, intent(in)`[[BR]] verbosity flag; >0 for screen output (This argument was added with PDAF V1.13)] 27 28 * `status` : `integer, intent(out)`[[BR]] Status flag 28 29