Changes between Version 12 and Version 13 of AuxiliaryRoutines
- Timestamp:
- Feb 22, 2023, 2:02:28 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AuxiliaryRoutines
v12 v13 42 42 * `PDAF_get_smootherens` is typically called in the prepoststep routine after the analysis step. At this time not only the filtered analysis step can be analized, but also all smoothed ensembles. 43 43 * The first two indices of `sens_pointer` are identical to those in the ensemble array `ens_p`. Thus, the array contains state vectors in its columns. The second index is the ensemble index. The third index is the lag. Thus, if the value of the third index is fixed one can use the array `sens_pointer` analogous to the ensemble array `ens_p`. 44 * For an example using `PDAF_get_smootherens` see the example implementation `testsuite/src/dummymodel_1D/`. The routine is called in `compute_rms_smoother.F90`.44 * For an example using `PDAF_get_smootherens` see the implementation for the Lorenz96 model in `models/lorenz96/`. The routine is called in `compute_rms_smoother.F90`. 45 45 46 46