SyntheticEvent
objects.SyntheticEvent()
BaseModel describing the expected variables and data types for parameters of Synthetic that extend the parent class Event.
Attributes
time :
TimeFrame
-
The time frame of the event.
template : Template
-
The template of the event. Defaults to Template.Synthetic.
mode : Mode
-
The mode of the event. Defaults to Mode.single_event.
rainfall_multiplier : float
-
The rainfall multiplier of the event. Defaults to 1.0.
forcings : dict[ForcingType, list[IForcing]]
-
The forcings of the event.