Changes between Version 3 and Version 4 of PDAFomi_assimilate_enkf_nondiagR
- Timestamp:
- Mar 27, 2025, 2:07:11 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_enkf_nondiagR
v3 v4 21 21 * `U_add_obs_err_pdafomi`: The name of the user-supplied routine that adds the observation error covariance matrix to the ensemble covariance matrix projected onto the observation space. 22 22 * `U_init_obscovar_pdafomi`: The name of the user-supplied routine that initializes the observation error covariance matrix. 23 * `U_add_obs_error_pdafomi`: The name of the user-supplied routine that computes the product of the inverse of the observation error covariance matrix with some matrix provided to the routine by PDAF.24 23 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state` 25 24 * `U_next_observation`: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.