Changes between Version 4 and Version 5 of ImplementAnalysis_3DEnVar


Ignore:
Timestamp:
Dec 9, 2021, 8:37:42 AM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysis_3DEnVar

    v4 v5  
    106106
    107107
    108 == `PDAFomi_put_state_en3dvar_lestkf` ==
     108=== `PDAFomi_put_state_en3dvar_lestkf` ===
    109109
    110110When the 'flexible' implementation variant is chosen for the assimilation system, the routine `PDAFomi_put_state_*` has to be used instead of `PDAFomi_assimilate_*`. The general aspects of the filter specific routines `PDAF_put_state_*` have been described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration]. The interface of the routine is identical with that of `PDAF_assimilate_*` with the exception the specification of the user-supplied routines `U_distribute_state` and `U_next_observation` are missing.
     
    119119}}}
    120120
    121 == `PDAFomi_put_state_en3dvar_estkf` ==
     121=== `PDAFomi_put_state_en3dvar_estkf` ===
    122122
    123123The interface of this routine is analogous to that of `PDAFomi_assimilate_en3dvar_estkf'. Thus it is identical to this routine with the exception the specification of the user-supplied routines `U_distribute_state` and `U_next_observation` are missing.