WindProfile:
--------------------------------------------------------------------------
Surface wind profile.
Computes a wind profile for neutral stability conditions. z will be
limited internally to >= (2/3)*dObstacle.
surfaceType may be a number or a type. Allowable types are
'water' 'grassland' 'cropland' 'forest' 'brush'
Type
WindProfile
for a demo
--------------------------------------------------------------------------
Form:
w = WindProfile( z, u30, dObstacle, surfaceType )
--------------------------------------------------------------------------
------
Inputs
------
z (1,:) 'class' or 'speed'
u30 (1,1) Wind velocity at 30 m (m/s)
dObstacle (1,1) Average obstacle height (m)
surfaceType (1,1) Surface type name or number (m if number)
-------
Outputs
-------
w (1,:) Wind speed
--------------------------------------------------------------------------
Reference: http://en.wikipedia.org/wiki/Log_wind_profile
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D