Changes between Version 4 and Version 5 of PDAF_put_state_lnetf
- Timestamp:
- May 29, 2025, 7:58:37 AM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lnetf
v4 v5 8 8 The general aspects of the filter specific routines `PDAFlocal_put_state_*` are described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step]. For the 'fully parallel' implementation variant the alternative routines `PDAF_assimilate_*` are used. 9 9 10 The interface when using the LNETF algorithm is the following: 10 Starting with PDAF V3.0, the interface is: 11 {{{ 12 SUBROUTINE PDAF_put_state_lnetf(U_collect_state, U_init_dim_obs_f, U_obs_op_f, & 13 U_init_obs_f, U_init_obs_l, U_prepoststep, U_likelihood_l, & 14 U_init_n_domains, U_init_dim_l, U_init_dim_obs_l, & 15 U_g2l_state, U_l2g_state, U_g2l_obs, & 16 U_init_obsvar, U_init_obsvar_l, status_pdaf) 17 }}} 18 19 In PDAF 2, the interface is: 11 20 {{{ 12 21 SUBROUTINE PDAF_put_state_lnetf(U_collect_state, U_init_dim_obs_f, U_obs_op_f, &