Changes between Version 10 and Version 11 of GeneralImplementationConcept


Ignore:
Timestamp:
Sep 27, 2010, 9:15:55 AM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralImplementationConcept

    v10 v11  
    2828 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.
    2929
     30[[Image(//pics/da_extension.png)]]
     31
    3032The right hand side of Figure 2 shows the extensions required for the assimilation system (marked yellow):
    3133 * 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.