src.dynamic_boundary_conditions.river.river_enum

Enum(s) used in the river module.

Classes

BoundType

Enum class representing different types of estimates used in river flow scenarios.

Module Contents

class src.dynamic_boundary_conditions.river.river_enum.BoundType

Bases: enum.StrEnum

Enum class representing different types of estimates used in river flow scenarios.

LOWER

Lower bound of a confidence interval.

Type:

str

MIDDLE

Point estimate or sample mean.

Type:

str

UPPER

Upper bound of a confidence interval.

Type:

str

LOWER = 'lower'
MIDDLE = 'middle'
UPPER = 'upper'