Changes between Version 13 and Version 14 of GeneralImplementationConcept
- Timestamp:
- Mar 23, 2011, 10:44:20 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralImplementationConcept
v13 v14 19 19 There are two possibilities to build a data assimilation system 20 20 1. '''Offline mode:''' The model is executed separately from the assimilation/filter code. Output files from the model are used as inputs for the assimilation program. 21 1. '''Online mode:''' The model code is extended by calls to PDAF core routines. A single executable is compiled. Wh lie running this single executable the necessary ensemble integrations and the actualyassimilation is performed.21 1. '''Online mode:''' The model code is extended by calls to PDAF core routines. A single executable is compiled. While running this single executable the necessary ensemble integrations and the actual assimilation is performed. 22 22 PDAF supports both the online and offline modes. Generally, we recommend to use the online mode because it is more efficient on parallel computers. However, the required coding is simpler for the offline than the online mode. 23 23