Changes between Version 7 and Version 8 of PDAF3_new_functionality
- Timestamp:
- May 11, 2025, 9:47:37 AM (23 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_new_functionality
v7 v8 84 84 === Named variable for type of assimilation method === 85 85 86 The module `PDAF` provides now a names variable for each type of assimilation method ('filtertype' ). The names are of the structure `PDAF_DA_X`, where 'X' is the assimilation method. Thus, one can specify a filtertypein the call to `PDAF_init` as `PDAF_DA_LESTKF` instead of the number 7.86 The module `PDAF` provides now a names variable for each type of assimilation method ('filtertype' in tutorial and tempalte codes). The names are of the structure `PDAF_DA_X`, where 'X' is the assimilation method. Thus, one can specify the type of the DA method in the call to `PDAF_init` as `PDAF_DA_LESTKF` instead of the number 7. 87 87 88 88 === Printing names and numbers of assimilation methods === 89 89 90 The named types of DA methods (`PDAF_DA_X`) can be listed by calling the routine `PDAF_print_ filter_types`.90 The named types of DA methods (`PDAF_DA_X`) can be listed by calling the routine `PDAF_print_DA_types`. 91 91 92 92 Further information: [wiki:PDAF_print_filter_types].