Changes between Version 1 and Version 2 of PDAF_put_state_lseik
- Timestamp:
- Jan 16, 2015, 9:57:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lseik
v1 v2 10 10 The interface when using the LSEIK filter is the following: 11 11 {{{ 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, & 15 15 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) 17 17 }}} 18 18 with the following arguments: … … 32 32 * `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) 33 33 * `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. 35 35 36 36