Changes between Version 5 and Version 6 of PDAF_put_state_lnetf
- Timestamp:
- Jun 10, 2025, 7:10:15 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lnetf
v5 v6 6 6 7 7 The routines `PDAF_put_state_*` are used with the 'flexible' implementation variant of PDAF. 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 [InsertAnalysisStepinserting the analysis step]. For the 'fully parallel' implementation variant the alternative routines `PDAF_assimilate_*` are used.8 The general aspects of the filter specific routines `PDAFlocal_put_state_*` are described on the page [wiki:ModifyModelforEnsembleIntegration_PDAF23 Modification of the model code for the ensemble integration] and its sub-page on [wiki:InsertAnalysisStep_PDAF23 inserting the analysis step]. For the 'fully parallel' implementation variant the alternative routines `PDAF_assimilate_*` are used. 9 9 10 10 Starting with PDAF V3.0, the interface is: … … 17 17 }}} 18 18 19 In PDAF 2, the interface is:19 In PDAF 2, the argument `U_init_obs_f` is not present: 20 20 {{{ 21 21 SUBROUTINE PDAF_put_state_lnetf(U_collect_state, U_init_dim_obs_f, U_obs_op_f, &