rompy.swan.subcomponents.physics.REFL#

pydantic model rompy.swan.subcomponents.physics.REFL[source]#

Obstacle reflections.

REFL [reflc]

Examples

In [45]: from rompy.swan.subcomponents.physics import REFL

In [46]: refl = REFL()

In [47]: print(refl.render())
REFL

In [48]: refl = REFL(reflc=0.5)

In [49]: print(refl.render())
REFL reflc=0.5
Fields:
field model_type: Literal['refl', 'REFL'] = 'refl'#

Model type discriminator

field reflc: float | None = None#

Constant reflection coefficient (ratio of reflected over incoming significant wave height) (SWAN default: 1.0)

cmd() str[source]#

Command file string for this subcomponent.