-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I believe the code for checking if the wind height is above 10m should be if (wndHeight <= 10), not if (wndHeight != 10). In its current state it only checks if it is exactly equal to 10m.
Also, if a correction is being made to the wind speed if the above is true, shouldn't Cd be calculated after this correction, as it's value is dependent on wind speed being less than 5 m/s?
Metadata
Metadata
Assignees
Labels
No labels