Changes between Version 336 and Version 337 of LnDevel


Ignore:
Timestamp:
Apr 16, 2026, 2:21:46 PM (13 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LnDevel

    v336 v337  
    7272 - [wiki:PDAF_finalize] is the replacement for [wiki:PDAF_deallocate]. The routine does not only deallocate, but can also finalize the parallelization.
    7373
     74The 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.
     75
     76
    7477
    7578 ''' New for PDAF V3.0 final'''