Changes between Version 5 and Version 6 of PDAF3_new_functionality


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_new_functionality

    v5 v6  
    5252Further information: [wiki:ExternalModelLoop Modification of the model code for the 'flexible' ensemble integration].
    5353
    54 === Using module `PDAF` for all use-included routines ===
     54=== Mandatory module `PDAF` for all use-included routines ===
    5555
    56 When PDAF routines are called on need now include `USE PDAF` in the respective subroutine. The module `PDAF` can also be used to include routiens from PDAFomi or PDAFlocal. One does no longer need to distingish the modules, e.g. in the observation modules for PDAF-OMI.
     56When PDAF routines are called it is now required to include `USE PDAF` in the respective subroutine. The module `PDAF` is also recommend to be used to include routines from PDAFomi or PDAFlocal. One does no longer need to distingish the modules, e.g. in the observation modules for PDAF-OMI.
     57
     58Further information: [wiki:Module_PDAF Module PDAF]
    5759
    5860=== Covariance localization with `PDAF_set_localize_covar` ===
     
    8082Further information: [wiki:PDAF_set_seedset]
    8183
    82 === Named variable for filtertype ===
     84=== Named variable for type of assimilation method ===
    8385
    84 The module `PDAF` provides now a names variable for each filter type. 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'). 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.
    8587
    8688=== Printing filtertype names and numbers ===