Changes between Version 6 and Version 7 of PDAF_put_state_lenkf
- Timestamp:
- Apr 21, 2025, 2:04:43 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lenkf
v6 v7 23 23 * `U_add_obs_err`: The name of the user-supplied routine that adds the observation error covariance matrix to the ensemble covariance matrix projected onto the observation space. 24 24 * `U_init_obscovar`: The name of the user-supplied routine that initializes the observation error covariance matrix. 25 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_lenkf`is exited without errors.25 * `status_pdaf`: The integer status flag. It is zero, if the routine is exited without errors. 26 26 27 27 The user-supplied call-back routines are described on the page on [ImplementAnalysislenkf implementing the analysis step of the localized EnKF]. 28 28 29 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_lenkfis executed. Only if its value is 0 the initialization was successful.29 It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful.