rompy.swan.subcomponents.boundary.ZERO#

pydantic model rompy.swan.subcomponents.boundary.ZERO[source]#

Zero initial conditions.

ZERO

The initial spectral densities are all 0; note that if waves are generated in the model only by wind, waves can become non-zero only by the presence of the ”A” term in the growth model; see the keyword AGROW in command GEN3.

Examples

In [273]: from rompy.swan.subcomponents.boundary import ZERO

In [274]: init = ZERO()

In [275]: print(init.render())
ZERO
Fields:
field model_type: Literal['zero', 'ZERO'] = 'zero'#

Model type discriminator