Computes the Pierson-Moskowitz (1964) equilibrium spectrum based on input wind speed at the height of 10 m.
References:
Pierson Jr., W. J., and L. Moskowitz (1964), A proposed spectral form for fully developed wind seas based on the similarity theory of S. A. Kitaigorodskii, J. Geophys. Res., 69(24), 5181–5190, doi:10.1029/JZ069i024p05181.
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) | :: | 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.