rompy.swan.subcomponents.startup.CARTESIAN#

pydantic model rompy.swan.subcomponents.startup.CARTESIAN[source]#

Cartesian coordinates.

CARTESIAN

All locations and distances are in m. Coordinates are given with respect to x- and y-axes chosen by the user in the various commands.

Examples

In [128]: from rompy.swan.components.startup import CARTESIAN

In [129]: coords = CARTESIAN()

In [130]: print(coords.render())
CARTESIAN
Fields:
field model_type: Literal['cartesian', 'CARTESIAN'] = 'cartesian'#

Model type discriminator