Changes between Version 2 and Version 3 of PDAF_get_smootherens


Ignore:
Timestamp:
Jan 16, 2015, 11:38:02 AM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_smootherens

    v2 v3  
    33This page documents the routine `PDAF_get_smootherens` of PDAF.
    44
    5 The routine is typically called in `prepoststep_pdaf`.
     5The routine is typically called in `prepoststep_pdaf`. 
    66
    7 The routine `PDAF_get_smootherens` is used when the smoother extension of a filter is used. When a smoother is used, the smoothed ensemble states at earlier times are stored in an internal array of PDAF. To get access to this array, one has to call the routine `PDAF_get_smootherens`. The routine will set a pointer to the PDAF-internal array of smoother ensembles. In addition, the number of smoother ensembles is returned.
     7The routine `PDAF_get_smootherens` is used when the smoother extension of a filter is used. When a smoother is used, the smoothed ensemble states at earlier times are stored in an internal array of PDAF. To get access to this array, one has to call the routine `PDAF_get_smootherens`. The routine will set a pointer to the PDAF-internal array of smoother ensembles. In addition, the number of smoother ensembles is returned. After the call one can analyze the smoother ensemble at past times, as one usually does for the filtered ensemble in the user-supplied routine `prepoststep_pdaf`.
    88
    99The interface is the following: