Changes between Version 2 and Version 3 of PDAF_generate_obs_si
- Timestamp:
- Feb 9, 2019, 12:00:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_generate_obs_si
v2 v3 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. 6 6 7 This routine is used to generate synthetic observations. It is the simple-interface variante of [PDAF_generate_obs], having only a single argument and using predefined names for the call-back routines. 7 `PDAF_generate_obs` is the variant of [wiki:PDAF_generate_obs PDAF_generate_obs] 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. 8 9 This routine is used to generate synthetic observations. 8 10 The routine bases on the usual implementation strategy for PDAF which is described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step]. The routine is used in the fully-parallel implementation variant of the data assimilation system. When the 'flexible' implementation variant, the routine `PDAF_put_state_generate_obs' is used. 9 11