Changes between Version 7 and Version 8 of GeneralImplementationConcept
- Timestamp:
- Sep 26, 2010, 9:52:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralImplementationConcept
v7 v8 37 37 With the implementation strategy of PDAF, four routines and the external loop have to be added to the model code. While this looks like a large change in figure 2, this change does actually only affect the general part of the model code. In addition, the amount of source code of the numerical model will be much longer than the addition for the data assimilation system. 38 38 39 == Remarks on the implementation concept == 39 40 40 Some remarks41 41 * The implementation concept of PDAF does not require that the time stepping part of the model is implemented as a subroutine. Instead the control of the ensemble integration is added around the code performed the time stepping. However, if the time stepping part is implemented as a subroutine, the code will look clearer. 42 42 * Depending on the parallelization, there can be cases in which the model has to jump back in time and cases in which the time always moved forward.