Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
Aug 17, 2010, 9:18:00 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1616 1. PDAF is called through a well-defined standard interface. This allows, for example, to switch between the LSEIK and LETKF methods without additional coding. In addition, different observational data sets can be used within a single executable.
    1717 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.
    18  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 pretty much executed like the model-program would without data assimilation.
     18 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.
    1919
    2020This Wiki contains a growing documentation for PDAF. We will also add a possibility to register and download PDAF.