Changes between Version 12 and Version 13 of AuxiliaryRoutines


Ignore:
Timestamp:
Feb 22, 2023, 2:02:28 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AuxiliaryRoutines

    v12 v13  
    4242 * `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.
    4343 * 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`.
    4545
    4646