wiki:PDAF_print_filter_types

Version 1 (modified by lnerger, 4 weeks ago) ( diff )

--

PDAF_print_filter_types

This page documents the routine PDAF_print_filter_types of PDAF, which was introduced with PDAF V3.0.

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

The interface is the following:

  SUBROUTINE PDAF_print_filter_types(verbose)

with the following argument:

    INTEGER, INTENT(in) :: verbose      !< verbosity flag. Output is printed for verbose>0

Note:

  • The routine is also called by PDAF when PDAF_init is called with subtype=-1 for any DA method.
Note: See TracWiki for help on using the wiki.