Changes between Version 3 and Version 4 of PDAFomi_assimilate_enkf_nondiagR


Ignore:
Timestamp:
Mar 27, 2025, 2:07:11 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_enkf_nondiagR

    v3 v4  
    2121 * `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.
    2222 * `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.
    2423 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    2524 * `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`.