rompy.swan.subcomponents.numerics.BSBT#

pydantic model rompy.swan.subcomponents.numerics.BSBT[source]#

BSBT first order propagation scheme.

BSTB

Examples

In [281]: from rompy.swan.subcomponents.numerics import BSBT

In [282]: scheme = BSBT()

In [283]: print(scheme.render())
BSBT
Fields:
field model_type: Literal['bsbt', 'BSBT'] = 'bsbt'#

Model type discriminator

cmd() str[source]#

Command file string for this component.