Changes between Version 1 and Version 2 of PDAFomi_put_state_enkf_nondiagR


Ignore:
Timestamp:
Sep 8, 2024, 4:22:41 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_put_state_enkf_nondiagR

    v1 v2  
    1212The interface is:
    1313{{{
    14   SUBROUTINE PDAFomi_put_state_enkf_nondiagR(U_collect_state, U_distribute_state, &
     14  SUBROUTINE PDAFomi_put_state_enkf_nondiagR(U_collect_state, &
    1515                                 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, &
    1616                                 U_add_obs_err_pdafomi, U_init_obscovar_pdafomi, &
    17                                  U_prepoststep, U_next_observation, status)
     17                                 U_prepoststep, status)
    1818}}}
    1919with the following arguments:
    2020 * `U_collect_state`: The name of the user-supplied routine that initializes a state vector from the array holding the ensemble of model states from the model fields. This is basically the inverse operation to `U_distribute_state` used in `PDAF_get_state` as well as here.
    21  * `U_distribute_state`:  The name of a user supplied routine that initializes the model fields from the array holding the ensemble of model state vectors.
    2221 * `U_init_dim_obs_pdafomi`: The name of the user-supplied routine that initializes the observation information and provides the size of observation vector
    2322 * `U_obs_op_pdafomi`: The name of the user-supplied routine that acts as the observation operator on some state vector
     
    2625 * `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.
    2726 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    28  * `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`.
    2927 * `status`: The integer status flag. It is zero, if this routine is exited without errors.
    3028