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

Add support for regular Gaussian grids (Template 3.40) #90

Merged
merged 15 commits into from
Jul 1, 2024

Conversation

noritada
Copy link
Owner

@noritada noritada commented Jul 1, 2024

This PR adds support for regular Gaussian grids.

To compute Gaussian latitudes, we use the Newton-Raphson method.
If any one of the Nj Gaussian latitudes fails to converge and yield a solution within the predefined number of iterations, latlons() returns an error.

Closes #85.

Copy link
Owner Author

@noritada noritada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-reviewed. Passing CI.

@noritada noritada merged commit 0841607 into master Jul 1, 2024
9 checks passed
@noritada noritada deleted the feat/gaussian-grid-support branch July 1, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error "NotSupported('template 40')" When Running GRIB Parsing Code
1 participant