Changes between Version 1 and Version 2 of PDAFomi_assimilate_lenkf
- Timestamp:
- Dec 8, 2021, 5:15:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_lenkf
v1 v2 22 22 * `U_obs_op_pdafomi`: The name of the user-supplied routine that acts as the observation operator on some state vector 23 23 * `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^ 25 25 * `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`. 26 26 * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_lenkf` is exited without errors.