Changes between Version 2 and Version 3 of ImplementationConceptOnline
- Timestamp:
- May 18, 2011, 12:24:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationConceptOnline
v2 v3 24 24 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 1, 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. 25 25 26 == Remarks onthe implementation concept ==26 == Important aspects of the implementation concept == 27 27 28 28 * The implementation concept of PDAF does not require that the time stepping part of the model is implemented as a subroutine. Instead calls to subroutines that control of the ensemble integration are added to the model code before and after the code parts performing the time stepping. If the time stepping part is implemented as a subroutine, this subroutine can be called in between the additional routines.