improver.utilities.time_lagging module#
Provide support utilities for time lagging ensembles
- class GenerateTimeLaggedEnsemble[source]#
Bases:
BasePluginCombine realizations from different forecast cycles into one cube
- _abc_impl = <_abc._abc_data object>#
- process(*cubes)[source]#
Take an input cubelist containing forecasts from different cycles and merges them into a single cube.
- The steps taken are:
Update forecast reference time and period to match the latest contributing cycle.
Check for duplicate realization numbers. If a duplicate is found, renumber all of the realizations uniquely.
Concatenate into one cube along the realization axis.
- Parameters:
cubelist – List of input forecasts
- Return type:
- Returns:
Concatenated forecasts