rompy.swan.subcomponents.boundary.DEFAULT#
- pydantic model rompy.swan.subcomponents.boundary.DEFAULT[source]#
Default initial conditions.
DEFAULT
The initial spectra are computed from the local wind velocities, using the deep-water growth curve of Kahma and Calkoen (1992), cut off at values of significant wave height and peak frequency from Pierson and Moskowitz (1964). The average (over the model area) spatial step size is used as fetch with local wind. The shape of the spectrum is default JONSWAP with a cos2-directional distribution (options are available: see command BOUND SHAPE).
Examples
In [247]: from rompy.swan.subcomponents.boundary import DEFAULT In [248]: init = DEFAULT() In [249]: print(init.render()) DEFAULT
- field model_type: Literal['default', 'DEFAULT'] = 'default'#
Model type discriminator