Changes between Version 7 and Version 8 of PDAF3_new_functionality


Ignore:
Timestamp:
May 11, 2025, 9:47:37 AM (23 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_new_functionality

    v7 v8  
    8484=== Named variable for type of assimilation method ===
    8585
    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 filtertype in the call to `PDAF_init` as `PDAF_DA_LESTKF` instead of the number 7.
     86The 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.
    8787
    8888=== Printing names and numbers of assimilation methods ===
    8989
    90 The named types of DA methods (`PDAF_DA_X`) can be listed by calling the routine `PDAF_print_filter_types`.
     90The named types of DA methods (`PDAF_DA_X`) can be listed by calling the routine `PDAF_print_DA_types`.
    9191
    9292Further information: [wiki:PDAF_print_filter_types].