Changes between Version 1 and Version 2 of PDAFomi_assimilate_lenkf


Ignore:
Timestamp:
Dec 8, 2021, 5:15:04 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_lenkf

    v1 v2  
    2222 * `U_obs_op_pdafomi`: The name of the user-supplied routine that acts as the observation operator on some state vector
    2323 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    24  * `U_localize_covar`: Apply covariance localization to the matrices HP and HPH^T^
     24 * `U_localize_covar_pdafomi`: Apply covariance localization to the matrices HP and HPH^T^
    2525 * `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`.
    2626 * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_lenkf` is exited without errors.