Changes between Version 7 and Version 8 of FeaturesofPdaf


Ignore:
Timestamp:
Sep 8, 2010, 9:39:17 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesofPdaf

    v7 v8  
    3131 1. PDAF provides parallelization support for the data assimilation system. If your numerical model is already parallelized, PDAF enables the data assimilation system to run several model tasks in parallel within a single executable. However, PDAF can also be used without parallelization, for example to test small systems.
    3232 1. PDAF does not require that your model can be called as a subroutine. Rather PDAF is added to the model and the formed data assimilation system can be executed pretty much like the model-program would without data assimilation.
     33 1. For the case that you don't want to touch you model code at all, PDAF offers an offline mode. In this case PDAF is compiled with the supporting routines to handle the observations separately from the model. Then the model and the assimilation step are excuted separately. However, we don't recommend this strategy, because it's computationally less efficient.
    3334
    3435== Requirements ==