HistoricalEvent

objects.HistoricalEvent()

BaseModel describing the expected variables and data types for parameters of HistoricalEvent that extend the parent class Event.

Attributes

name : str

The name of the event.

description : str, default=""

The description of the event.

time : TimeFrame

The time frame of the event.

template : Template, default=Template.Historical

The template of the event.

mode : Mode, default=Mode.single_event

The mode of the event.

rainfall_multiplier : float, default=1.0

The rainfall multiplier of the event.

forcings : dict[ForcingType, list[IForcing]]

The forcings of the event.

Back to top