Changes between Version 1 and Version 2 of ImplementAnalysislenkf
- Timestamp:
- Dec 3, 2016, 7:11:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysislenkf
v1 v2 66 66 * `status`: The integer status flag. It is zero, if `PDAF_assimilate_lenkf` is exited without errors. 67 67 68 == `PDAF_put_state l_enkf` ==68 == `PDAF_put_state_lenkf` == 69 69 70 70 When 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.