Changes between Version 6 and Version 7 of SoftwarePackage
- Timestamp:
- Feb 12, 2012, 6:43:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v6 v7 64 64 * `dummymodel_1D_si` 65 65 * This directory contains an analogous example implementation to `dummymodel_1D`. This variant, however, uses the simplified interface of PDAF. In this case, predefined names of the user-supplied subroutines are used such that there is no need to specify them in the call to the interface of PDAF. (The interface looks simpler in this case, but the subroutine names are fixed) 66 * `dummymodel_1D_snglprec` 67 * This directory contains an analogous example implementation to `dummymodel_1D`. This variant, however, uses single precision (We recommend to use double precision for numerical computation. However, if a model is implemented in single precision PDAF can be used with this model (starting from Version 1.8 of PDAF)) 66 68 * `offline_1D` 67 69 * This example shows the usage of PDAF as an offline tool. In the offline configuration one computes manually the ensemble integrations and supplies this information to PDAF through files. For simplicity, this example does not use files, but generates dummy-information in the code itself. This example is the starting point to look into the offline implementation of PDAF.