HurricaneEvent
objects.HurricaneEvent()
BaseModel describing the expected variables and data types for parameters of HurricaneEvent 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.Hurricane
-
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.
track_name :
str
-
The name of the hurricane track.