Changes between Version 1 and Version 2 of PDAF_put_state_lenkf
- Timestamp:
- Dec 8, 2021, 4:13:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lenkf
v1 v2 27 27 The user-supplied call-back routines are described on the page on [ImplementAnalysislenkf implementing the analysis step of the localized EnKF]. 28 28 29 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_ enkf is executed. Only if its value is 0 the initialization was successful.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 30 31 31 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `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 [ImplementAnalysislenkf page on implementing the analysis step of the localized EnKF]. … … 33 33 34 34 35 36 37 The user-supplied call-back routines are described on the page on [ImplementAnalysisenkf implementing the analysis step of the EnKF algorithm].38 39 It is recommended that the value of `status_pdaf` is checked in the program after `PDAF_put_state_enkf` is executed. Only if its value is 0 the initialization was successful.40 41 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_put_state_enkf_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_enkf_si`. More information on the pre-defined names is provided in the [ImplementAnalysisenkf page on implementing the analysis step of the EnKF algorithm].