rompy.swan.subcomponents.output.ABS#

pydantic model rompy.swan.subcomponents.output.ABS[source]#

Absolute frequency spectra.

ABS

Spectra are computed as a function of absolute frequency, i.e., the frequency as measured in a fixed point.

Examples

In [1]: from rompy.swan.subcomponents.output import ABS

In [2]: freq = ABS()

In [3]: print(freq.render())
ABS
Fields:
field model_type: Literal['abs', 'ABS'] = 'abs'#

Model type discriminator

cmd() str[source]#

Command file string for this subcomponent.