wavespectra.core.npstats.hs#
- wavespectra.core.npstats.hs(spectrum, freq, dir=None, tail=True)[source]#
Significant wave height Hmo.
- Args:
spectrum (2darray): wave spectrum array.
freq (1darray): wave frequency array.
dir (1darray): wave direction array.
tail (bool): if True fit high-frequency tail before integrating spectra.
- Returns:
hs (float): Significant wave height.