Changes between Version 2 and Version 3 of PDAF_generate_obs_si


Ignore:
Timestamp:
Feb 9, 2019, 12:00:06 PM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_generate_obs_si

    v2 v3  
    55The routine is typically called in `assimilate_pdaf` or directly in the model code.
    66
    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
     9This routine is used to generate synthetic observations.
    810The 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.
    911