-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add reduced Gaussian grid targets for interpolate #20
Comments
@iainrussell , @pmaciel what do you think? |
I'm not sure we should add a big variety of grids, this could create quite a burden, now and in future releases, for no immediate value except for the exceptional user. But certainly some are quite important. I think N320 is the format of an older reanalysis which still sees quite some usage (ERA Interim?) I might be completely off. Maybe we should ask User Services what are the popular datasets, or CDS (but those should all be regular ll, except EFAS) |
I recently got the error |
@sandorkertesz I don't know if this up-to-date. But I think the H1204 above is meant to be H1024, and possibly in nested ordering (possibly the other HEALPix with #nodes = 12*2^Nside as well) |
@juntyr, if it still a problem for you can I ask you to create a separate issue for it in earthkit-regrid? |
The available target grids for
interpolate()
are always (with some exceptions) regular lat-lon grids. This issue is addressing the question of adding reduced Gaussian grids as targets.Proposal (targets are still to be added, exsisting ones in bold):
Source: HEALPix (nested):
Source: octahedral reduced Gaussian
Source: reduced Gaussian (non-octahedral)
Source: regular lat-lon
The text was updated successfully, but these errors were encountered: