Changes between Version 1 and Version 2 of PDAFomi_assimilate_global_si
- Timestamp:
- Dec 8, 2021, 5:06:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_global_si
v1 v2 11 11 The interface is the following: 12 12 {{{ 13 SUBROUTINE PDAFomi_assimilate_global l_si(status_pdaf)13 SUBROUTINE PDAFomi_assimilate_global_si(status_pdaf) 14 14 }}} 15 15 with 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. 17 17 18 18 The 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].