Changes between Version 1 and Version 2 of ImplementAnalysislenkf


Ignore:
Timestamp:
Dec 3, 2016, 7:11:15 PM (7 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislenkf

    v1 v2  
    6666 * `status`: The integer status flag. It is zero, if `PDAF_assimilate_lenkf` is exited without errors.
    6767
    68 == `PDAF_put_statel_enkf` ==
     68== `PDAF_put_state_lenkf` ==
    6969
    7070When the 'flexible' implementation variant is chosen for the assimilation system, the routine `PDAF_put_state_lenkf` has to be used instead of `PDAF_assimilate_lenkf`. 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_lenkf` with the exception the specification of the user-supplied routines `U_distribute_state` and `U_next_observation` are missing.