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

Slow execution times for interp_hybrid_to_pressure with extrapolation #591

Closed
kafitzgerald opened this issue Apr 9, 2024 · 0 comments · Fixed by #592
Closed

Slow execution times for interp_hybrid_to_pressure with extrapolation #591

kafitzgerald opened this issue Apr 9, 2024 · 0 comments · Fixed by #592
Assignees
Labels
bug Something isn't working support Support request opened by outside user/collaborator

Comments

@kafitzgerald
Copy link
Contributor

I've been digging into a report of slow execution times for interp_hybrid_to_pressure with extrapolation.

It looks like the for loops in the helper function _vertical_remap_extrap for interp_hybrid_to_pressure are particularly problematic in this case causing large dask task graphs to be generated and slowing execution times significantly.

I still need to refactor the code for the extrapolation of "temperature" and "geopotential" variables, but have some working code for "other" variables that's passing tests.

@kafitzgerald kafitzgerald added bug Something isn't working support Support request opened by outside user/collaborator labels Apr 9, 2024
@kafitzgerald kafitzgerald self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working support Support request opened by outside user/collaborator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant