Changes between Version 3 and Version 4 of ImplementAnalysisLocal
- Timestamp:
- Nov 16, 2020, 3:41:11 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisLocal
v3 v4 57 57 * [#U_init_n_domainsinit_n_domains_pdaf.F90 U_init_n_domains]: The name of the routine that provides the number of local analysis domains 58 58 * [#U_init_dim_linit_dim_l_pdaf.F90 U_init_dim_l]: The name of the routine that provides the state dimension for a local analysis domain 59 * [#U_init_dim_obs_l init_dim_obs_l_pdaf.F90 U_init_dim_obs_l]: The name of the routine that initializes the size of the observation vector for a local analysis domain59 * [#U_init_dim_obs_lcallback_obs_pdafomi.F90 U_init_dim_obs_l]: The name of the routine that initializes the size of the observation vector for a local analysis domain 60 60 * [#U_g2l_stateg2l_state_pdaf.F90 U_g2l_state]: The name of the routine that initializes a local state vector from the global state vector 61 61 * [#U_l2g_statel2g_state_pdaf.F90 U_l2g_state]: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector … … 100 100 101 101 102 === `U_init_dim_obs ` (callback_obs_pdafomi.F90) ===102 === `U_init_dim_obs_pdafomi` (callback_obs_pdafomi.F90) === 103 103 104 104 The interface for this routine is: … … 119 119 The interface for this routine is: 120 120 {{{ 121 SUBROUTINE obs_op (step, dim_p, dim_obs_p, state_p, m_state_f)121 SUBROUTINE obs_op_pdafomi(step, dim_p, dim_obs_p, state_p, m_state_f) 122 122 123 123 INTEGER, INTENT(in) :: step ! Currrent time step … … 204 204 205 205 206 === `U_init_dim_obs_l` ( init_dim_obs_l_pdaf.F90) ===207 208 The interface for this routine is: 209 {{{ 210 SUBROUTINE init_dim_obs_l (domain_p, step, dim_obs_f, dim_obs_l)206 === `U_init_dim_obs_l` (callback_obs_pdafomi.F90) === 207 208 The interface for this routine is: 209 {{{ 210 SUBROUTINE init_dim_obs_l_pdafomi(domain_p, step, dim_obs_f, dim_obs_l) 211 211 212 212 INTEGER, INTENT(in) :: domain_p ! Current local analysis domain