Changes between Version 2 and Version 3 of PDAFomi_assimilate_en3dvar_lestkf_nondiagR


Ignore:
Timestamp:
Sep 9, 2024, 2:34:18 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_en3dvar_lestkf_nondiagR

    v2 v3  
    1313                                 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, U_prodRinvA_pdafomi, &
    1414                                 U_cvt_ens, U_cvt_adj_ens, U_obs_op_lin_pdafomi, U_obs_op_adj_pdafomi, &
    15                                  U_init_n_domains_p, U_init_dim_l, U_init_dim_obs_l_pdafomi, &
    16                                  U_prodRinvA_l_pdafomi, U_g2l_state, U_l2g_state, &
     15                                 U_prodRinvA_l_pdafomi, U_init_n_domains_p, U_init_dim_l, &
     16                                 U_init_dim_obs_l_pdafomi, U_g2l_state, U_l2g_state, &
    1717                                 U_prepoststep, U_next_observation, outflag)
    1818}}}
     
    2727 * `U_obs_op_lin_pdafomi`: The name of the user-supplied routine that acts as the linearized observation operator on some state vector
    2828 * `U_obs_op_adj_pdafomi`: The name of the user-supplied routine that acts as the adjoint observation operator on some state vector
     29 * `U_prodRinvA_l_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 including localization.
    2930 * `U_init_n_domains`: The name of the routine that provides the number of local analysis domains
    3031 * `U_init_dim_l`: The name of the routine that provides the state dimension for a local analysis domain
    3132 * `U_init_dim_obs_l_pdafomi`: The name of the routine that initializes the size of the observation vector for a local analysis domain
    32  * `U_prodRinvA_l_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 including localization.
    3333 * `U_g2l_state`: The name of the routine that initializes a local state vector from the global state vector
    3434 * `U_l2g_state`: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector