Changes between Version 1 and Version 2 of PDAFomi_assimilate_global_si


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_global_si

    v1 v2  
    1111The interface is the following:
    1212{{{
    13   SUBROUTINE PDAFomi_assimilate_globall_si(status_pdaf)
     13  SUBROUTINE PDAFomi_assimilate_global_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_global_si` is exited without errors.
    1717
    1818The routine calls several user-supplied call-back routines. They are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filter algorithms].