Changes between Version 5 and Version 6 of PDAFomi_assimilate_local_nondiagR
- Timestamp:
- Sep 8, 2024, 1:39:18 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_local_nondiagR
v5 v6 15 15 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, & 16 16 U_prepoststep, U_init_n_domains, U_init_dim_l, & 17 U_init_dim_obs_l_pdafomi, U_prodRinvA_l , &17 U_init_dim_obs_l_pdafomi, U_prodRinvA_l_pdafomi, & 18 18 U_g2l_state, U_l2g_state, & 19 19 U_next_observation, status) … … 28 28 * `U_init_dim_l`: The name of the routine that provides the state dimension for a local analysis domain 29 29 * `U_init_dim_obs_l_pdafomi`: The name of the routine that initializes the size of the observation vector for a local analysis domain 30 * `U_prodRinvA_l `: 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.30 * `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. 31 31 * `U_g2l_state`: The name of the routine that initializes a local state vector from the global state vector 32 32 * `U_l2g_state`: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector … … 36 36 Notes: 37 37 * The order of the routine names does not show the order in which these routines are executed. See the [ImplementAnalysisLocal#Executionorderofuser-suppliedroutines section on the order of the execution] on the page on implementing the analysis step of the local filter algorithms. 38 * The difference to the routine `PDAFomi_assimilate_local` used for diagdonal R-matrices is only in the additonal argument `U_prodRinvA_l `.38 * The difference to the routine `PDAFomi_assimilate_local` used for diagdonal R-matrices is only in the additonal argument `U_prodRinvA_l_pdafomi`. 39 39 * The filter LNETF uses the separate routine [wiki:PDAFomi_assimilate_lnetf_nondiagR PDAFomi_assimilate_lnetf_nondiagR]. 40 40 * he filter LKNETF uses the separate routine [wiki:PDAFomi_assimilate_llnetf_nondiagR PDAFomi_assimilate_lknetf_nondiagR]