Changes between Version 2 and Version 3 of U_prodRinvA_l
- Timestamp:
- Aug 8, 2025, 3:28:06 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_prodRinvA_l
v2 v3 18 18 * `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) 19 19 * `obs_l` : `real, intent(in), dimension(dim_obs_l)`[[BR]] Local vector of observations 20 * `A_l` : `real, intent(in ), dimension(dim_obs_l, rank)`[[BR]] Input matrix provided by PDAF20 * `A_l` : `real, intent(inout), dimension(dim_obs_l, rank)`[[BR]] Input matrix provided by PDAF 21 21 * `C_l` : `real, intent(out), dimension(dim_obs_l, rank)`[[BR]] Output matrix 22 22