Changes between Version 4 and Version 5 of ImplementAnalysis_3DEnVar
- Timestamp:
- Dec 9, 2021, 8:37:42 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysis_3DEnVar
v4 v5 106 106 107 107 108 == `PDAFomi_put_state_en3dvar_lestkf`==108 === `PDAFomi_put_state_en3dvar_lestkf` === 109 109 110 110 When 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. … … 119 119 }}} 120 120 121 == `PDAFomi_put_state_en3dvar_estkf`==121 === `PDAFomi_put_state_en3dvar_estkf` === 122 122 123 123 The 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.