Changes between Version 8 and Version 9 of ImplementAnalysisenkf
- Timestamp:
- May 7, 2013, 2:55:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisenkf
v8 v9 166 166 * The array `Uinv` is not used in the EnKF. Internally to PDAF, it is allocated to be of size (1,1). 167 167 * Apart from the size of the array `Uinv`, the interface is identical for all ensemble filters (SEIK/ETKF/EnKF/LSEIK/LETKF). In general it should be possible to use an identical pre/poststep routine for all these filters. 168 * The interface through which `U_prepoststep` is called does not include the array of smoothed ensembles. In order to access the smoother ensemble array one has to set a pointer to it using a call to the routine `PDAF_get_smootherens` (see page on [AuxiliaryRoutines auxiliary routines]) 168 169 169 170