metawards.extractors.extract_default
- metawards.extractors.extract_default(stage: str, **kwargs) List[Callable[[...], None]] [source]
This returns the default list of ‘output_XXX’ functions that are called in sequence for each iteration of the model run. These functions are used to output data to files for future processing
- Parameters
stage (str) – Which stage of the day is to be modelled
- Returns
funcs – The list of functions that will be called in sequence
- Return type
List[MetaFunction]