Changes between Version 1 and Version 2 of PDAF_print_filter_types


Ignore:
Timestamp:
Mar 24, 2025, 9:38:33 AM (4 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_print_filter_types

    v1 v2  
    33This page documents the routine `PDAF_print_filter_types` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine can be called to write a list of filter type numbers of the DA methods in PDAF. It will list the integer value of t `filtertype` that can be specified in the call to `PDAF_init`. In addition it will list the pre-defined parameter values `PDAF_DA_X` which are set to these values. This also allows the user to specify e.g. the LESTKF with `PDAF_DA_LESTKF` as filtertype argument in the call to `PDAF_init`
     5This routine can be called to show a list of filtertype numbers of the DA methods in PDAF. It will list the integer values of `filtertype` that can be specified in the call to `PDAF_init`. In addition it will list the pre-defined parameter values `PDAF_DA_X` which are set to these values. These pre-define parameter values allow the user to specify e.g. the LESTKF with `PDAF_DA_LESTKF` as filtertype argument in the call to `PDAF_init`
    66
    77
    8 
    9 The interface is the following:
     8The interface is:
    109{{{
    1110  SUBROUTINE PDAF_print_filter_types(verbose)