rompy.swan.subcomponents.output.REL#

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

Relative frequency spectra.

REL

Spectra are computed as a function of relative frequency, i.e., the frequency as measured when moving with current.

Examples

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

In [2]: freq = REL()

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

Model type discriminator

cmd() str[source]#

Command file string for this subcomponent.