Changes between Version 1 and Version 2 of PDAF_put_state_lseik


Ignore:
Timestamp:
Jan 16, 2015, 9:57:51 AM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_lseik

    v1 v2  
    1010The interface when using the LSEIK filter is the following:
    1111{{{
    12   SUBROUTINE PDAF_assimilate_lseik(U_collect_state, U_distribute_state, U_init_dim_obs_f, U_obs_op_f, &
    13                                   U_init_obs_f, U_init_obs_l, U_prepoststep, U_prodRinvA_l, &
    14                                   U_init_n_domains, U_init_dim_l, U_init_dim_obs_l, &
     12  SUBROUTINE PDAF_put_state_lseik(U_collect_state, U_init_dim_obs_f, U_obs_op_f, U_init_obs_f, &
     13                                  U_init_obs_l, U_prepoststep, U_prodRinvA_l, U_init_n_domains, &
     14                                  U_init_dim_l, U_init_dim_obs_l, &
    1515                                  U_g2l_state, U_l2g_state, U_g2l_obs, &
    16                                   U_init_obsvar, U_init_obsvar_l, U_next_observation, status_pdaf)
     16                                  U_init_obsvar, U_init_obsvar_l, status_pdaf)
    1717}}}
    1818with the following arguments:
     
    3232 * `U_init_obsvar`: The name of the user-supplied routine that provides a global mean observation error variance (This routine will only be executed, if an adaptive forgetting factor is used)
    3333 * `U_init_obsvar_l`: The name of the user-supplied routine that provides a mean observation error variance for the local analysis domain (This routine will only be executed, if a local adaptive forgetting factor is used)
    34  * `status_pdaf`: The integer status flag. It is zero, if `PDAF_assimilate_lseik` is exited without errors.
     34 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_lseik` is exited without errors.
    3535
    3636