Changes between Version 19 and Version 20 of FeaturesofPdaf


Ignore:
Timestamp:
Feb 12, 2012, 6:39:02 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesofPdaf

    v19 v20  
    2929 1. PDAF provides fully implemented, parallelized, and optimized ensemble-based algorithms for data assimilation. Currently, these are ensemble-based Kalman filters like the LSEIK, LETKF, and EnKF methods.
    3030 1. PDAF is attached to the model source code by minimal changes to the code. These changes only concern the general part of the code, but not the numerics of the model. In addition, a small set of routines is required that are specific to the model or the observations to be assimilated. These routines can be implemented like routines of the model.
    31  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.
     31 1. PDAF is called through a well-defined standard interface. This allows, for example, to switch between the LSEIK, LETKF, and LESTKF methods without additional coding.
    3232 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.
    3333 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.
     
    5151 * Notebook Apple !MacBook, Mac OS X 10.6, gfortran, OpenMPI
    5252 * SGI Altix ICE, SLES 10 operating system, ifort compiler 11.1, MVAPICH2
    53  * SGI Altrix Ultraviolet, SLES 11 operating system, ifort compiler 12.1, SGI MPT 2.05
     53 * SGI Altrix UltraViolet, SLES 11 operating system, ifort compiler 12.1, SGI MPT 2.05
    5454
    5555== Test cases ==