Changes between Version 1 and Version 2 of PDAFlocal_assimilate_lestkf
- Timestamp:
- Sep 9, 2024, 4:43:50 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFlocal_assimilate_lestkf
v1 v2 40 40 The user-supplied call-back routines are described on the page on [ImplementAnalysislestkf implementing the analysis step of the LESTKF]. 41 41 42 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.42 It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful. 43 43 44 44 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocal_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 `PDAFlocal_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].