Changes between Version 1 and Version 2 of PDAF_prepost


Ignore:
Timestamp:
Feb 20, 2023, 7:05:56 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_prepost

    v1 v2  
    1212The interface  is the following:
    1313{{{
    14   SUBROUTINE PDAF_prepoststep(U_collect_state, U_distribute_state, U_prepoststep, &
     14  SUBROUTINE PDAF_prepost(U_collect_state, U_distribute_state, U_prepoststep, &
    1515                                 U_next_observation, status_pdaf)
    1616}}}
     
    3131It 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.
    3232
    33 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_prepoststep_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].
     33PDAF 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].