Computes the JONSWAP equilibrium spectrum (Hasselmann et al. 1973) based on input wind speed at the height of 10 m and fetch.
References:
Hasselmann, K. et al., 1973. Measurements of wind-wave growth and swell decay during the Joint North Sea Wave Project (JONSWAP). Dtsch. Hydrogh. Z., Suppl. A, 8, 12, 95pp.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | f | Frequency [Hz] |
||
real(kind=rk), | intent(in) | :: | wspd | Wind speed at 10 m height [m/s] |
||
real(kind=rk), | intent(in) | :: | fetch | Fetch [m] |
||
real(kind=rk), | intent(in) | :: | grav | Gravitational acceleration [m/s^2] |
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed arrows point from an interface to procedures which implement that interface. This could include the module procedures in a generic interface or the implementation in a submodule of an interface in a parent module.