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
- field model_type: Literal['bsbt', 'BSBT'] = 'bsbt'#
Model type discriminator