Changes between Version 2 and Version 3 of PDAFomi_assimilate_en3dvar_lestkf_nondiagR
- Timestamp:
- Sep 9, 2024, 2:34:18 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_en3dvar_lestkf_nondiagR
v2 v3 13 13 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, U_prodRinvA_pdafomi, & 14 14 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, & 17 17 U_prepoststep, U_next_observation, outflag) 18 18 }}} … … 27 27 * `U_obs_op_lin_pdafomi`: The name of the user-supplied routine that acts as the linearized observation operator on some state vector 28 28 * `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. 29 30 * `U_init_n_domains`: The name of the routine that provides the number of local analysis domains 30 31 * `U_init_dim_l`: The name of the routine that provides the state dimension for a local analysis domain 31 32 * `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.33 33 * `U_g2l_state`: The name of the routine that initializes a local state vector from the global state vector 34 34 * `U_l2g_state`: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector