Changes between Version 1 and Version 2 of PDAFomi_assimilate_lenkf_si
- Timestamp:
- Dec 8, 2021, 5:10:39 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_lenkf_si
v1 v2 11 11 The interface is the following: 12 12 {{{ 13 SUBROUTINE PDAFomi_assimilate_lenkf l_si(status_pdaf)13 SUBROUTINE PDAFomi_assimilate_lenkf_si(status_pdaf) 14 14 }}} 15 15 with the following arguments: 16 * `status_pdaf`: The integer status flag. It is zero, if `PDAFomi_assimilate_l ocal_si` is exited without errors.16 * `status_pdaf`: The integer status flag. It is zero, if `PDAFomi_assimilate_lenkf_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 [ImplementAnalysislenkfOmi implementing the analysis step of the localized EnKF]. 19 19 20 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_l ocalis executed. Only if its value is 0 the initialization was successful.20 It 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.