| 33 | | The tutorial implementations and templates have been revised to use the new routines. We further included the use of an interface module ''mod_model_pdaf'', which is intended to be the only place to directly include modules of the model. Thus, all user routines include only ''mod_model_pdaf'' instead of different model modules. This leads to a cleaner source code and allows us to use in many cases identical source files for online and offline coupling. |
| | 33 | The tutorial implementations and templates have been revised: |
| | 34 | - the new routines described above are used. |
| | 35 | - we included the use of an interface module ''mod_model_pdaf'', which is intended to be the only place to directly include modules of the model. Thus, all user routines for PDAF include only ''mod_model_pdaf'' instead of different model modules. This leads to a cleaner source code and allows us to use in many cases identical source files for online and offline coupling. |
| | 36 | - we added the module ''mod_statevector_pdaf'' to provide a structured way to initialize the setup of the statevector for multiple model fields. Its use is demonstrated in ''tutorial/online_2D_serialmodel_2fields''. |