rompy.swan.subcomponents.spectrum.GAUSS#
- pydantic model rompy.swan.subcomponents.spectrum.GAUSS[source]#
Gaussian spectral shape.
GAUSS [sigfr]
Examples
In [106]: from rompy.swan.subcomponents.spectrum import GAUSS In [107]: shape = GAUSS(sigfr=0.02) In [108]: print(shape.render()) GAUSS sigfr=0.02
- field model_type: Literal['gauss', 'GAUSS'] = 'gauss'#
Model type discriminator
- field sigfr: float [Required]#
Width of the Gaussian frequency spectrum expressed as a standard deviation in Hz.
- Constraints:
gt = 0.0