Ensemble prediction#
AlgoComponents dedicated to computations related to the Ensemble Prediction System.
- class vortex.nwp.algo.eps.CombiSVunit(*args, **kwargs)[source]#
Combine the unit SV to create the raw perturbations by gaussian sampling.
- class vortex.nwp.algo.eps.CombiSVnorm(*args, **kwargs)[source]#
Compute a norm consistent with the background error and combine the normed SV to create the SV perturbations.
- class vortex.nwp.algo.eps.CombiIC(*args, **kwargs)[source]#
Combine the SV and AE or breeding perturbations to create the initial conditions.
- class vortex.nwp.algo.eps.CombiBreeding(*args, **kwargs)[source]#
Compute a norm consistent with the background error and combine the normed SV to create the SV perturbations.
- class vortex.nwp.algo.eps.SurfCombiIC(*args, **kw)[source]#
Combine the deterministic surface with the perturbed surface to create the initial surface conditions.