Changes between Version 1 and Version 2 of PDAF_put_state_lenkf


Ignore:
Timestamp:
Dec 8, 2021, 4:13:35 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_lenkf

    v1 v2  
    2727The user-supplied call-back routines are described on the page on [ImplementAnalysislenkf implementing the analysis step of the localized EnKF].
    2828
    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.
     29It 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.
    3030
    3131PDAF 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].
     
    3333
    3434
    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].