Changes between Version 6 and Version 7 of PDAF_put_state_lenkf


Ignore:
Timestamp:
Apr 21, 2025, 2:04:43 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_lenkf

    v6 v7  
    2323 * `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.
    2424 * `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.
    2626
    2727The user-supplied call-back routines are described on the page on [ImplementAnalysislenkf implementing the analysis step of the localized EnKF].
    2828
    29 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_lenkf is executed. Only if its value is 0 the initialization was successful.
     29It 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.