Changes between Version 2 and Version 3 of PDAF_assimilate_lestkf
- Timestamp:
- Sep 9, 2024, 4:43:34 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assimilate_lestkf
v2 v3 42 42 The user-supplied call-back routines are described on the page on [ImplementAnalysislestkf implementing the analysis step of the LESTKF]. 43 43 44 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_lestkfis executed. Only if its value is 0 the initialization was successful.44 It is recommended that the value of `status_pdaf` is checked in the program after this routine is executed. Only if its value is 0 the initialization was successful. 45 45 46 46 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_assimilate_lestkf_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_assimilate_lestkf_si`. More information on the pre-defined names is provided in the [ImplementAnalysislestkf page on implementing the analysis step of the LESTKF algorithm].