Changes between Version 5 and Version 6 of ImplementAnalysisestkf
- Timestamp:
- May 5, 2014, 12:16:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisestkf
v5 v6 82 82 83 83 This routine is independent of the filter algorithm used. 84 See the page [ModifyModelforEnsembleIntegration#U_collect_statecollect_state.F90 modifying the model code for the ensemble integration] for the description of this routine. 84 See the page on [InsertAnalysisStep#U_collect_statecollect_state.F90 inserting the analysis step] for the description of this routine. 85 86 87 === `U_distribute_state` (distribute_state_pdaf.F90) === 88 89 This routine is independent of the filter algorithm used. 90 See the page on [InsertAnalysisStep#U_collect_statecollect_state.F90 inserting the analysis step] for the description of this routine. 85 91 86 92 … … 230 236 231 237 238 === `U_next_observation` (next_observation_pdaf.F90) === 239 240 This routine is independent of the filter algorithm used. 241 See the page on [InsertAnalysisStep#U_next_observationnext_observation.F90 inserting the analysis step] for the description of this routine. 242 243 232 244 == Execution order of user-supplied routines == 233 245 … … 247 259 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step) 248 260 261 In case of the routine `PDAF_assimilate_estkf`, the following routines are executed after the analysis step: 262 1. [#U_distribute_statedistribute_state_pdaf.F90 U_distribute_state] 263 1. [#U_next_observationnext_observation_pdaf.F90 U_next_observation]