Changes between Version 10 and Version 11 of SoftwarePackage
- Timestamp:
- May 3, 2013, 6:37:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v10 v11 28 28 * `testsuite/` 29 29 * This directory contains the test suite of PDAF including example implementations. For more details see the section on [#TheTestSuite the test suite] 30 * `tutorial/` 31 * From version 1.9 of PDAF, this directory contains an example implementation of the analysis step in the offline mode of PDAF (i.e. an analysis step in a program separate from the forcasting model) 30 32 31 33 == Compiling the PDAF library == … … 73 75 * This directory contains the Lorenz-96 model as well as a full data assimilation implementation of the model with PDAF. This model can be configured to have a sufficiently large state dimension to test low-rank filter algorithms like the SEIK filter. (We have using this model for example in the study: Janjić, T., Nerger, L., Albertella, A., Schröter, J., Skachko S. (2011). On domain localization in ensemble based Kalman filter algorithms. Monthly Weather Review, 139, 2046-2060 ( doi:10.1175/2011MWR3552.1).) 74 76 77 == Tutorial Implementations == 75 78 76 == Compiling test cases == 79 The directory `tutorial/` contains two example implementations as well as inputs file used to run the examples: 80 * `offline_2D_serial` 81 * This directory contains the example implementation without parallelization 82 * `offline_2D_parallel` 83 * This directory contains a parallel example implementation 84 * `inputs` 85 * This directory contains inputs files used to run the examples 86 87 == Compiling test cases and tutorial implementations == 77 88 78 89 To build an example follow the following steps: