Changes between Version 3 and Version 4 of ImplementAnalysisLocal


Ignore:
Timestamp:
Nov 16, 2020, 3:41:11 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisLocal

    v3 v4  
    5757 * [#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
    5858 * [#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_linit_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 domain
     59 * [#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
    6060 * [#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
    6161 * [#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
     
    100100
    101101
    102 === `U_init_dim_obs` (callback_obs_pdafomi.F90) ===
     102=== `U_init_dim_obs_pdafomi` (callback_obs_pdafomi.F90) ===
    103103
    104104The interface for this routine is:
     
    119119The interface for this routine is:
    120120{{{
    121 SUBROUTINE obs_op(step, dim_p, dim_obs_p, state_p, m_state_f)
     121SUBROUTINE obs_op_pdafomi(step, dim_p, dim_obs_p, state_p, m_state_f)
    122122
    123123  INTEGER, INTENT(in) :: step               ! Currrent time step
     
    204204
    205205
    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
     208The interface for this routine is:
     209{{{
     210SUBROUTINE init_dim_obs_l_pdafomi(domain_p, step, dim_obs_f, dim_obs_l)
    211211
    212212  INTEGER, INTENT(in)  :: domain_p   ! Current local analysis domain