Changes between Version 1 and Version 2 of PDAF_prepost
- Timestamp:
- Feb 20, 2023, 7:05:56 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_prepost
v1 v2 12 12 The interface is the following: 13 13 {{{ 14 SUBROUTINE PDAF_prepost step(U_collect_state, U_distribute_state, U_prepoststep, &14 SUBROUTINE PDAF_prepost(U_collect_state, U_distribute_state, U_prepoststep, & 15 15 U_next_observation, status_pdaf) 16 16 }}} … … 31 31 It is recommended that the value of `status_pdaf` is checked in the program after `PDAF_prepoststep` is executed. Only if its value is 0 the initialization was successful. 32 32 33 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_prepost step_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_prepoststep_si`. More information on the pre-defined names is provided, e.g., in the [ImplementAnalysisestkf page on implementing the analysis step of the ESTKF algorithm].33 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_prepost_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_prepost_si`. More information on the pre-defined names is provided, e.g., in the [ImplementAnalysisestkf page on implementing the analysis step of the ESTKF algorithm].