Changes between Version 3 and Version 4 of prodRinvA_pdaf
- Timestamp:
- Aug 8, 2025, 3:34:08 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
prodRinvA_pdaf
v3 v4 14 14 * `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) 15 15 * `obs_p` : `real, intent(in), dimension(dim_obs_p)`[[BR]] Vector of observations 16 * `A_p` : `real, intent(in ), dimension(dim_obs_p, rank)`[[BR]] Input matrix provided by PDAF16 * `A_p` : `real, intent(inout), dimension(dim_obs_p, rank)`[[BR]] Input matrix provided by PDAF 17 17 * `C_p` : `real, intent(out), dimension(dim_obs_p, rank)`[[BR]] Output matrix 18 18