Changes between Version 318 and Version 319 of LnDevel
- Timestamp:
- Sep 1, 2025, 8:42:19 AM (23 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v318 v319 50 50 51 51 Major 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): 53 53 - 'PDAF3_set_parallel' is called in init_parallel_pdaf to provide the parallelization variables to PDAF. 54 54 - 'PDAF3_init' has a shortened interface compared to 'PDAF_init' as it does not include the variables concerning parallelization.