Changes between Version 2 and Version 3 of PDAFomi_put_state_global_nondiagR
- Timestamp:
- Mar 27, 2025, 12:24:09 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_put_state_global_nondiagR
v2 v3 29 29 * The filter EnKF uses the separate routine [wiki:PDAFomi_put_state_enkf_nondiagR PDAFomi_put_state_enkf_nondiagR]. 30 30 * The filters NETF and PF use the separate routine [wiki:PDAFomi_put_state_nonlin_nondiagR PDAFomi_put_state_nonlin_nondiagR]. 31 * It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global_nondiagR is executed. Only if its value is 0 the initialization was successful. 31 32 32 33 The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters]. 33 34 34 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global_nondiagR is executed. Only if its value is 0 the initialization was successful.35 36 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_put_state_global_nondiagR_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFomi_put_state_global_nondiagR_si`. More information on the pre-defined names is provided in the [ImplementAnalysisGlobal page on implementing the analysis step of the global filters].37