wavespectra.construct.direction.asymmetric#
- wavespectra.construct.direction.asymmetric(dir, freq, dm, dpm, dspr, dpspr, fm, fp, **kwargs)[source]#
Asymmetric directional spreading of Bunney et al. (2014).
- Parameters:
dir (-) – Wave direction coords (degree).
freq (-) – Wave frequency coords (Hz).
dm (-) – (DataArray, float): Mean wave direction (degree).
dpm (-) – (DataArray, float): Peak wave direction (degree).
dspr (-)
dpspr (-)
fm (-)
fp (-)
- Returns:
Modified normalised spreading function \(g(f,\theta)\).
- Return type:
gfth (DataArray)
Note
If arguments other than dir and freq are DataArrays they must share the same coordinates.