Changes between Version 1 and Version 2 of PDAFomi_assimilate_lenkf_si


Ignore:
Timestamp:
Dec 8, 2021, 5:10:39 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_lenkf_si

    v1 v2  
    1111The interface is the following:
    1212{{{
    13   SUBROUTINE PDAFomi_assimilate_lenkfl_si(status_pdaf)
     13  SUBROUTINE PDAFomi_assimilate_lenkf_si(status_pdaf)
    1414}}}
    1515with the following arguments:
    16  * `status_pdaf`: The integer status flag. It is zero, if `PDAFomi_assimilate_local_si` is exited without errors.
     16 * `status_pdaf`: The integer status flag. It is zero, if `PDAFomi_assimilate_lenkf_si` is exited without errors.
    1717
    1818The routine calls several user-supplied call-back routines. They are described on the page on [ImplementAnalysislenkfOmi implementing the analysis step of the localized EnKF].
    1919
    20 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_local is executed. Only if its value is 0 the initialization was successful.
     20It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_lenkf_si is executed. Only if its value is 0 the initialization was successful.