Changes between Version 10 and Version 11 of GeneralImplementationConcept
- Timestamp:
- Sep 27, 2010, 9:15:55 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralImplementationConcept
v10 v11 28 28 3. When the integration of the model fields is completed after a defined number of time steps, various post-processing operations are performed. Then the program stops. 29 29 30 [[Image(//pics/da_extension.png)]] 31 30 32 The right hand side of Figure 2 shows the extensions required for the assimilation system (marked yellow): 31 33 * Close to the start of the model code the routine `init_parallel_pdaf` as added to the code. If the model itself is parallelized the correct location is directly after the initialization of the parallelization in the model code. `init_parallel_pdaf` creates the parallel environment that allows to perform several time stepping loops at the same time.