Skip to content

uStar calculation #120

@bkelley9

Description

@bkelley9

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions