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

log interpolation of windspeed #154

Closed
bnb32 opened this issue Jul 12, 2023 · 4 comments · Fixed by #155
Closed

log interpolation of windspeed #154

bnb32 opened this issue Jul 12, 2023 · 4 comments · Fixed by #155
Labels

Comments

@bnb32
Copy link
Collaborator

bnb32 commented Jul 12, 2023

Implement log interpolation of windspeed in data handler extraction.

@bnb32 bnb32 added the feature label Jul 12, 2023
@grantbuster
Copy link
Member

Good references at the links below. Had a really hard time getting the reading log fit to solve correctly. Note that if we use a power law extrapolation from a single surface wind (e.g., for some GCMs with limited data), we should extrapolate absolute windspeed and maintain direction.

http:https://www.met.reading.ac.uk/~marc/it/wind/interp/log_prof/
https://en.wikipedia.org/wiki/Wind_profile_power_law

@bnb32
Copy link
Collaborator Author

bnb32 commented Jul 12, 2023

Good references at the links below. Had a really hard time getting the reading log fit to solve correctly. Note that if we use a power law extrapolation from a single surface wind (e.g., for some GCMs with limited data), we should extrapolate absolute windspeed and maintain direction.

http:https://www.met.reading.ac.uk/~marc/it/wind/interp/log_prof/ https://en.wikipedia.org/wiki/Wind_profile_power_law

Yeah I've been looking at this - https://en.wikipedia.org/wiki/Log_wind_profile. Seems the first link above has a sign mismatch with the wiki?

@grantbuster
Copy link
Member

With the -d versus +h for the displacement height? Could be a mistake, although when using the algorithm from reading h was not constrained to be positive.

@bnb32
Copy link
Collaborator Author

bnb32 commented Jul 12, 2023

With the -d versus +h for the displacement height? Could be a mistake, although when using the algorithm from reading h was not constrained to be positive.

Yeah, and in some of my testing I got d to be negative when using -d anyway.

@bnb32 bnb32 linked a pull request Jul 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants