Returns nondimensional depth based on input wind speed [m/s], mean water depth [m], and gravitational acceleration [m/s^2].
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=realkind), | intent(in) | :: | wspd | Wind speed at reference height [m/s] |
||
real(kind=realkind), | intent(in) | :: | depth | Mean water depth [m] |
||
real(kind=realkind), | intent(in) | :: | grav | Gravitational acceleration [m/s^2] |