Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UV #80

Open
gauteh opened this issue Sep 15, 2023 · 0 comments
Open

Fix UV #80

gauteh opened this issue Sep 15, 2023 · 0 comments

Comments

@gauteh
Copy link
Member

gauteh commented Sep 15, 2023

def UV(DD,FF,met=False):
    '''
    #requires testing
    DD is the heading direction of the wind
    to get met. standart, call UV(DD,FF,met=True)
    '''
    u = FF * sp.sin(DDsp.pi/180)
    v = FF * sp.cos(DD
sp.pi/180)
    if met==True:
        u,v=-u,-v
    return u,v

DD is the direction and FF is speed

fix by Victor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant