Changes between Version 3 and Version 4 of U_prodRinvA
- Timestamp:
- Aug 8, 2025, 3:27:33 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_prodRinvA
v3 v4 15 15 * `rank` : `integer, intent(in)`[[BR]] Number of the columns in the matrix processes here. This is usually the ensemble size minus one (or the rank of the initial covariance matrix) 16 16 * `obs_p` : `real, intent(in), dimension(dim_obs_p)`[[BR]] Vector of observations 17 * `A_p` : `real, intent(in ), dimension(dim_obs_p, rank)`[[BR]] Input matrix provided by PDAF17 * `A_p` : `real, intent(inout), dimension(dim_obs_p, rank)`[[BR]] Input matrix provided by PDAF 18 18 * `C_p` : `real, intent(out), dimension(dim_obs_p, rank)`[[BR]] Output matrix 19 19