Changes between Version 3 and Version 4 of ModifyModelforEnsembleIntegration
- Timestamp:
- Aug 24, 2010, 3:22:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModifyModelforEnsembleIntegration
v3 v4 9 9 == External ensemble loop == 10 10 11 The external loop for the ensemble integration has to enclose the time stepping loop of the model. Next to the external loop, two calls to subroutines of PDAF have to be added. These are the calls to `PDAF_get_state` and a filter-specific routine like `PDAF_put_state_seik` for the SEIK filter. Both routines are described in sections below. 12 13