Changes between Version 1 and Version 2 of PDAFomi_assimilate_local_si
- Timestamp:
- Dec 8, 2021, 3:56:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_local_si
v1 v2 4 4 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. 6 7 `PDAFomi_assimilate_local_si` is the variant of [wiki:PDAFomi_assimilate_local PDAFomi_assimilate_local] with the [PdafSimplifiedInterface simplified interface]. The difference between both routines is that in the simplified interface the names of the call-back subroutines are not specified. Instead the routine assumes that the call-back routines have a standard name as specified at the end of this page. 6 8 7 9 This routine is used with [wiki:PDAF_OMI_Overview PDAF-OMI] to execute the [ImplementAnalysisLocal analysis step with domain-localized filters]. The routine is used in the 'fully-parallel' implementation variant of the data assimilation system. With the 'flexible' implementation variant, the routines `PDAFomi_put_state_*' are used.