Changes between Version 2 and Version 3 of PDAF_get_smootherens
- Timestamp:
- Jan 16, 2015, 11:38:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_smootherens
v2 v3 3 3 This page documents the routine `PDAF_get_smootherens` of PDAF. 4 4 5 The routine is typically called in `prepoststep_pdaf`. 5 The routine is typically called in `prepoststep_pdaf`. 6 6 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. 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. 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`. 8 8 9 9 The interface is the following: