Changes between Version 16 and Version 17 of SoftwarePackage
- Timestamp:
- Jul 18, 2017, 11:05:39 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v16 v17 48 48 49 49 50 == Tutorial Implementations == 51 52 The directory `tutorial/` contains four example implementations as well as inputs file used to run the examples (from Version 1.9 of PDAF): 53 * `offline_2D_serial` 54 * This directory contains the example implementation of the offline mode without parallelization 55 * `offline_2D_parallel` 56 * This directory contains a parallel example implementation of the offline mode 57 * `online_2D_serialmodel` 58 * This directory contains an example implementation of the online mode with a serial model 59 * `online_2D_parallelmodel` 60 * This directory contains an example implementation of the online model with a parallelized model 61 * `inputs` 62 * This directory contains inputs files used to run the examples 63 64 Please see [wiki:PdafTutorial] for the tutorials describing these implementations. 65 66 50 67 == The Test Suite == 51 68 … … 75 92 * 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).) 76 93 77 == Tutorial Implementations ==78 79 The directory `tutorial/` contains four example implementations as well as inputs file used to run the examples (from Version 1.9 of PDAF):80 * `offline_2D_serial`81 * This directory contains the example implementation of the offline mode without parallelization82 * `offline_2D_parallel`83 * This directory contains a parallel example implementation of the offline mode84 * `online_2D_serialmodel`85 * This directory contains an example implementation of the online mode with a serial model86 * `online_2D_parallelmodel`87 * This directory contains an example implementation of the online model with a parallelized model88 * `inputs`89 * This directory contains inputs files used to run the examples90 91 94 == Compiling test cases and tutorial implementations == 92 95