Changes between Version 318 and Version 319 of LnDevel


Ignore:
Timestamp:
Sep 1, 2025, 8:42:19 AM (23 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LnDevel

    v318 v319  
    5050
    5151Major additions
    52 - Separating the initialization of parallelization variables from the initialization of PDAF variables. This allows to simplify the code structure and keep the parallelization variables inside init_parallel_pdaf. There are new routines 'PDAF3_init' and 'PDAF3_set_parallel'. Their use is optional:
     52- Separating the initialization of parallelization variables from the initialization of PDAF variables. This allows to simplify the code structure and keep the parallelization variables inside init_parallel_pdaf. There are new routines 'PDAF3_init' and 'PDAF3_set_parallel'. Their use is optional (see https://pdaf.awi.de/trac/wiki/PDAF3_interface):
    5353 - 'PDAF3_set_parallel' is called in init_parallel_pdaf to provide the parallelization variables to PDAF.
    5454 - 'PDAF3_init' has a shortened interface compared to 'PDAF_init' as it does not include the variables concerning parallelization.