rompy.swan.interface.BoundaryInterface#

pydantic model rompy.swan.interface.BoundaryInterface[source]#

SWAN forcing boundary interface.

Examples

In [1]: from rompy.swan.interface import BoundaryInterface
Fields:
field kind: Boundnest1 | BoundspecSide | BoundspecSegmentXY = None#

Boundary data object

field model_type: Literal['boundary_interface', 'BOUNDARY_INTERFACE'] = 'boundary_interface'#

Model type discriminator

get(staging_dir: Path, grid: SwanGrid, period: TimeRange)[source]#
render(*args, **kwargs)[source]#

Make this class consistent with the components API.