rompy.swan.subcomponents.physics.RSPEC#

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

Specular reflection.

RSPEC

Examples

In [50]: from rompy.swan.subcomponents.physics import RSPEC

In [51]: refl = RSPEC()

In [52]: print(refl.render())
RSPEC
Fields:
field model_type: Literal['rspec', 'RSPEC'] = 'rspec'#

Model type discriminator

cmd() str[source]#

Command file string for this subcomponent.