Changes between Version 5 and Version 6 of PDAF_put_state_lenkf
- Timestamp:
- Mar 27, 2025, 8:46:45 AM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lenkf
v5 v6 28 28 29 29 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_lenkf is executed. Only if its value is 0 the initialization was successful. 30 31 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine [wiki:PDAF_put_state_lenkf_si PDAF_put_state_lenkf_si]. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_put_state_lenkf_si`. More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].32 33 34 35