Changes between Version 1 and Version 2 of init_obscovar_pdaf
- Timestamp:
- Nov 18, 2022, 12:59:52 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
init_obscovar_pdaf
v1 v2 15 15 * `dim_obs` : `integer, intent(in)`[[BR]] Global size of observation vector 16 16 * `dim_obs_p` : `integer, intent(in)`[[BR]] Size of process-local observation vector 17 * `covar` : `real, intent(out) `[[BR]] Observation error covariance matrix17 * `covar` : `real, intent(out), dimension(dim_obs_p,dim_obs_p)`[[BR]] Observation error covariance matrix 18 18 * `obs_p` : `real, intent(in), dimension(dim_obs_p)`[[BR]] Process-local vector of observations 19 19 * `isdiag` : `logical, intent(out)`[[BR]] Flag whether the observation error covar. matrix is diagonal