You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
forinterp_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.
The text was updated successfully, but these errors were encountered: