We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code block takes very long since it calculates the weights for regridding in the horizontal on the fly.
I think we should save those weights out and provide an option to load the weights from a bucket.
url_weights = ... ds = preprocess(..., atmos_regridding_weights=url_weights) # reads weights from store ds = preprocess(..., atmos_regridding_weights=None) # creates weights from scratch
But should we do this as default or not?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code block takes very long since it calculates the weights for regridding in the horizontal on the fly.
I think we should save those weights out and provide an option to load the weights from a bucket.
But should we do this as default or not?
The text was updated successfully, but these errors were encountered: