RiverModel

config.RiverModel()

Model that describes the accepted input for the variable river in Site.

Attributes

name : str

The name of the river.

description : Optional[str], default=None

description of the river.

mean_discharge : us.UnitfulDischarge

The mean discharge of the river.

x_coordinate : float

The x coordinate of the river.

y_coordinate : float

The y coordinate of the river.

Back to top